CVE-2026-85603
Received Received - Intake

Path Traversal in Grav CMS via Admin Plugin

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

Grav versions before 1.10.55 contain a path traversal vulnerability in the admin plugin's Save As action that fails to validate the language code parameter. An authenticated admin user with admin.pages.create permission can supply directory traversal sequences in the lang POST field to write arbitrary .md files outside the pages directory with attacker-controlled content.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
grav admin_plugin to 1.10.55 (exc)
getgrav grav_admin_plugin to 1.10.55 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a path traversal vulnerability in Grav's admin plugin versions before 1.10.55. An authenticated admin user with specific permissions can exploit the Save As action by manipulating the language code parameter to write arbitrary .md files outside the intended pages directory. The vulnerability occurs because the lang POST field is not properly validated, allowing directory traversal sequences like ../ to escape the pages directory.

Detection Guidance

Check Grav admin plugin version with: grep -r '"version"' /path/to/grav/admin/plugins/admin/plugin.yaml. If version is below 1.10.55, the system is vulnerable. Monitor for unexpected .md files outside the pages directory or unusual POST requests to /admin/tasks/saveas with lang parameter containing ../ sequences.

Impact Analysis

An attacker could write malicious .md files anywhere on the server filesystem where the web server has write permissions. This could lead to remote code execution, defacement of websites, or unauthorized access to sensitive data. The impact depends on server configuration and permissions but could be severe for compromised systems.

Compliance Impact

This vulnerability could lead to unauthorized file writes that compromise data integrity or confidentiality, potentially violating GDPR's data protection requirements or HIPAA's security rules for protected health information. Organizations may face compliance violations if exploited, resulting in legal penalties or reputational damage.

Mitigation Strategies

Upgrade Grav admin plugin to version 1.10.55 or later immediately. Remove admin.pages.create permissions from non-trusted admin users. Review and remove any unauthorized .md files outside the pages directory. Monitor admin logs for suspicious saveas actions with unusual lang parameters.

Chat Assistant

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

EPSS Chart