CVE-2026-69088
Received Received - Intake

Grav CMS Static Method Call Arbitrary File Read

Vulnerability report for CVE-2026-69088, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: VulnCheck

Description

Grav CMS versions 2.0.7 through 2.0.10 fail to validate fully-qualified static method calls (Class::method) in blueprint dynamic-field directives because Blueprint::isSafeDynamicCall() only applies its dangerous-callable denylist to strings that do not contain '::'. An account with only page-editing rights (admin.pages, not super-admin or admin.pages_twig) can plant a directive in a page's form-field frontmatter that invokes an arbitrary public static PHP method with attacker-controlled arguments. Using built-in gadget methods this allows reading of any server-readable file (disclosed to anonymous visitors of the crafted page) and arbitrary creation/copying of files and directories under the web-server account. Fixed in 2.0.11.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-03
Last Modified
2026-08-03
Generated
2026-08-03
AI Q&A
2026-08-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
grav cms From 2.0.7 (inc) to 2.0.10 (inc)
grav cms 2.0.11

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Grav CMS versions 2.0.7 through 2.0.10 have a flaw where static method calls in blueprint dynamic-field directives are not fully validated. An attacker with page-editing rights can exploit this to invoke arbitrary public static PHP methods with controlled arguments, leading to file read and write access on the server.

Detection Guidance

Check Grav CMS version with 'composer show grav/grav' or 'bin/grav version'. If version is between 2.0.7 and 2.0.10, the system is vulnerable. Inspect blueprint files for dynamic-field directives containing '::' to identify potential malicious static method calls.

Impact Analysis

An attacker could read sensitive files on your server or create/modify files and directories under the web server account. This could lead to data breaches, unauthorized access, or further compromise of the system.

Compliance Impact

This vulnerability could lead to unauthorized data access or exposure, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Compliance may be compromised if sensitive data is accessed or leaked.

Mitigation Strategies

Upgrade Grav CMS to version 2.0.11 or later immediately to patch the vulnerability. Restrict page-editing rights to only trusted users and avoid granting admin.pages permissions to untrusted accounts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-69088. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart