SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72701

LOW · CVSS 3.7 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Grav CMS versions prior to 2.0.16 are vulnerable due to a timing attack in the nonce verification process, which employs non-constant-time string comparison. This flaw allows attackers to exploit response timing variations to recover valid CSRF nonce values, compromising the effectiveness of CSRF protection. Organizations using affected versions should prioritize patching to mitigate potential exploitation risks.

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-72701
Severity
LOW
CVSS
3.7
EPSS
0.18%

Original NVD Description

Grav CMS before 2.0.16 contains a timing vulnerability in Utils::verifyNonce() that uses non-constant-time string comparison with the === operator instead of hash_equals() for CSRF nonce validation. Attackers can measure response timing differences to recover valid nonce values byte-by-byte through multiple requests, weakening CSRF protection below its intended security margin.