CVE-2026-75830
Received Received - Intake

Path Traversal in Grav Plugin API

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

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

grav-plugin-api (getgrav/grav-plugin-api) versions >= 1.0.0-beta.10 and <= 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy() method. An incomplete fix for GHSA-qjq4-jp55-4mx2 left the user-controlled 'suffix' parameter (via POST /api/v1/pages/batch) unvalidated. An authenticated user with the api.pages.write permission (editor-level, not super-admin) can supply path traversal sequences (e.g. /../../../) in the suffix parameter to escape the intended user/pages/ directory and write attacker-controlled page content and page media to arbitrary filesystem locations writable by the web server process. The vulnerability is fixed in 1.0.15.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
getgrav grav-plugin-api From 1.0.0-beta.10 (inc) to 1.0.14 (inc)
getgrav grav-plugin-api 1.0.15

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 the grav-plugin-api for Grav CMS affecting versions 1.0.0-beta.10 through 1.0.14. An authenticated user with editor-level api.pages.write permission can exploit unvalidated user input in the suffix parameter to write files to arbitrary filesystem locations outside the intended user/pages/ directory.

Detection Guidance

Check Grav CMS plugin versions using commands like 'composer show getgrav/grav-plugin-api' or inspect the plugin directory for version files. Look for versions between 1.0.0-beta.10 and 1.0.14. Review web server logs for suspicious POST requests to /api/v1/pages/batch with unusual suffix parameters containing path traversal sequences like ../../../.

Impact Analysis

An attacker could overwrite critical files, inject malicious content, or cause disk exhaustion leading to service disruption. While remote code execution is not confirmed, it remains a theoretical risk if PHP handler misconfigurations exist. Integrity loss is high as attacker-controlled content can be written anywhere writable by the web server process.

Compliance Impact

This vulnerability could lead to unauthorized file modifications or data exfiltration, violating integrity and confidentiality requirements in GDPR and HIPAA. Unauthorized file writes may result in non-compliance with data protection and access control provisions.

Mitigation Strategies

Upgrade grav-plugin-api to version 1.0.15 or later immediately. If upgrading is not possible, restrict write permissions for the api.pages.write role to prevent unauthorized file writes. Monitor filesystem changes and web server logs for signs of exploitation.

Chat Assistant

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

EPSS Chart