SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-62237

MEDIUM · CVSS 6.5 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Grav versions prior to 2.0.4 are vulnerable to a regular expression denial of service (ReDoS) attack through the regex_replace filter and function in the Twig content sandbox, which can lead to significant CPU resource exhaustion. This issue arises when authenticated page editors exploit a backtracking PCRE pattern, potentially causing the web server to become unresponsive. Organizations using Grav with Twig processing enabled should prioritize patching to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-62237
Severity
MEDIUM
CVSS
6.5
EPSS
0.25%

Original NVD Description

Grav before 2.0.4 contains a regular expression denial of service (ReDoS) vulnerability in the regex_replace filter and function, which are allowlisted in the Twig content sandbox. When Twig processing in page content is enabled (security.twig_content.process_enabled: true, disabled by default), an authenticated page editor can supply a catastrophically backtracking PCRE pattern that is passed directly to PHP's preg_replace(), causing unbounded CPU consumption and denial of service to the web server process.