CVE-2026-61450

MEDIUM

Grav before 2.0.2 Config Exfiltration via offsetGet Filter

Title source: cna
STIX 2.1

Description

Grav before 2.0.2 contains a Twig sandbox bypass that allows a page author (any admin.pages user, or anyone able to write to user/pages) to exfiltrate configuration secrets. Although the sandbox replaces the 'config' variable with a redacted facade and strips Config::get/toArray from the method allowlist, the raw container remains accessible via the allow-listed grav.offsetGet('config'), which returns the real Config object. Allow-listed object-dumping filters (json_encode, print_r, yaml_encode) then serialize that object at the PHP level without invoking the sandbox method gate, exposing the full config tree including plugin secrets such as SMTP credentials, API keys, and plugin DB credentials. This is an incomplete fix for GHSA-j274-39qw-32c9.

References (2)

Core 2
Core References
Vendor Advisory vendor-advisory
GitHub Security Advisory (GHSA-mc5q-6hpj-rp7j)
https://github.com/getgrav/grav/security/advisories/GHSA-mc5q-6hpj-rp7j
Third Party Advisory third-party-advisory
VulnCheck Advisory: Grav before 2.0.2 Config Exfiltration via offsetGet Filter
https://www.vulncheck.com/advisories/grav-before-config-exfiltration-via-offsetget-filter

Scores

CVSS v3 6.5
EPSS 0.0025
EPSS Percentile 16.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-94
Status published
Products (2)
getgrav/grav < 2.0.2
getgrav/grav 2.0.2
Published Jul 10, 2026
Tracked Since Jul 10, 2026