Answer in brief
CVE-2026-62237 records a Medium severity (CVSS 6.0) vulnerability in Grav: Authenticated ReDoS via regex_replace in Twig Sandbox. The current sources do not mark it as known exploited. The current feed maps getgrav/grav (composer), getgrav/grav (generic), getgrav/grav (packagist). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.0. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps getgrav/grav (composer), getgrav/grav (generic), getgrav/grav (packagist). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| getgrav/gravcomposer | <2.0.4 | 2.0.4 |
| getgrav/gravgeneric | < 2.0.4 | Not reported |
| getgrav/gravpackagist | >=0 <2.0.4 | 2.0.4 |
Published upstream
Aug 19, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 19, 2026
Grav is a file-based Web platform. Prior to 2.0.4, Grav allowlists the regex_replace filter and function in system/config/security.yaml, and GravExtension::regexReplace() passes an editor-controlled pattern directly to preg_replace(). When security.twig_content.process_enabled is enabled, an authenticated page editor can publish a catastrophically backtracking pattern that consumes PHP worker CPU and denies service to site visitors. This issue is fixed in version 2.0.4.
Quoted source text, attributed separately from HOL analysis.