SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-62672

MEDIUM · CVSS 6 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Grav, a file-based web platform, is vulnerable to a denial-of-service attack due to improper handling of regex patterns in its configuration prior to version 2.0.4. An authenticated page editor can exploit this flaw by publishing a malicious regex pattern that leads to excessive CPU consumption, impacting site availability. Organizations using Grav should prioritize upgrading to version 2.0.4 or later to mitigate this risk.

Public Exploit Signal

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

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

CVE
CVE-2026-62672
Severity
MEDIUM
CVSS
6
EPSS
0.39%

Original NVD Description

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.