CVE-2026-62672 PUBLISHED

Grav: Authenticated ReDoS via regex_replace in Twig Sandbox

Assigner: GitHub_M
Reserved: 14.07.2026 Published: 19.08.2026 Updated: 19.08.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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 6

Product Status

Vendor getgrav
Product grav
Versions
  • Version < 2.0.4 is affected

References

Problem Types

  • CWE-1333: Inefficient Regular Expression Complexity CWE