๐Ÿ” CVE Alert

CVE-2026-72700

HIGH 7.5

Grav before 3.9.1 Timing Attack via Non-Constant-Time Token Comparison

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

The getgrav/grav-plugin-login Composer plugin before 3.9.1 (used by Grav) compares password reset and account activation tokens using a non-constant-time === string comparison instead of hash_equals() in classes/Controller.php (taskReset()) and login.php (activation handler). Because the token-submission endpoint (taskReset) also lacks rate limiting, an attacker could in principle send repeated token guesses against a known username and use the timing differences to attempt to recover a valid token, though the vendor rates the practical exploitability as low and no end-to-end network exploit has been demonstrated.

CWE CWE-208
Vendor getgrav
Product grav
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for getgrav grav

Be the first to know when new high vulnerabilities affecting getgrav grav are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

getgrav / grav
0 < 3.9.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/getgrav/grav/security/advisories/GHSA-x239-6jqx-5hjh vulncheck.com: https://www.vulncheck.com/advisories/grav-before-timing-attack-via-non-constant-time-token-comparison

Credits

๐Ÿ” alham-rizvi