SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-61842

MEDIUM · CVSS 6.5 EPSS 0.32% Public Exploit

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

CyberRota Analysis

AI-Generated

Grav's Twig content sandbox prior to version 2.0.2 is vulnerable, allowing users with page-author permissions to access and serialize sensitive configuration data, including SMTP credentials and API keys, without proper security checks. This could lead to unauthorized exposure of critical secrets, potentially compromising the integrity of the web platform. Organizations using Grav should prioritize upgrading to version 2.0.2 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-61842
Severity
MEDIUM
CVSS
6.5
EPSS
0.32%

Original NVD Description

Grav is a file-based Web platform. Prior to 2.0.2, the Grav Twig content sandbox permits grav.offsetGet('config') to return the raw configuration object and permits json_encode, print_r, yaml_encode, and string filters to serialize that object without passing through GravSecurityPolicy::checkMethodAllowed. A user with page-author permissions can render sandboxed content that exposes plugins.* configuration secrets, including SMTP credentials, API keys, and plugin database credentials. This issue is fixed in version 2.0.2.