CVE-2026-65896
HIGHGrav API Plugin before 1.0.10 Path Traversal via move
Title source: cnaDescription
Grav API Plugin (Composer package getgrav/grav-plugin-api) before 1.0.10 fails to properly validate the slug field in the POST /pages/{route}/move endpoint. PagesController::move() sanitizes the slug only with ltrim($body['slug'], '.'), which strips leading periods but does not neutralize '/' or '..' segments. An authenticated API caller with the api.pages.write permission can supply path traversal sequences (e.g., 01.home/../../../pwned) to move an entire page directory (content and media) to an arbitrary writable location outside user/pages/, including outside the Grav installation.
References (3)
Core 3
Core References
Vendor Advisory vendor-advisory
GitHub Security Advisory (GHSA-qjq4-jp55-4mx2)
https://github.com/getgrav/grav/security/advisories/GHSA-qjq4-jp55-4mx2
Third Party Advisory third-party-advisory
VulnCheck Advisory: Grav API Plugin before 1.0.10 Path Traversal via move
https://www.vulncheck.com/advisories/grav-api-plugin-before-path-traversal-via-move
Scores
CVSS v3
7.1
EPSS
0.0027
EPSS Percentile
18.7%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
no
Technical Impact
partial
Details
CWE
CWE-73
Status
published
Products (2)
getgrav/grav
< 1.0.10
getgrav/grav
1.0.10
Published
Jul 23, 2026
Tracked Since
Jul 23, 2026