SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-76839

MEDIUM · CVSS 6.5 EPSS 0.27% Public Exploit

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

CyberRota Analysis

AI-Generated

Grav versions prior to 2.0.16 are vulnerable due to insufficient filtering in sandboxed Twig templates, allowing attackers with page-edit permissions to access sensitive User fields, including hashed passwords and 2FA secrets, through the offsetGet() and offsetExists() methods. This can lead to offline password cracking and potential authentication bypass. Organizations using Grav, particularly those with user-edit capabilities, should prioritize patching to mitigate these 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-76839
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%

Original NVD Description

Grav before 2.0.16 allows sandboxed Twig templates to access sensitive User fields through allow-listed offsetGet() and offsetexists() methods that lack field filtering. Attackers with page-edit permissions can call offsetGet() on User objects to extract hashed passwords and 2FA secrets, enabling offline password cracking and authentication bypass.