Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (vulncheck) · only source for this CVE.
CVSS VectorVendor: vulncheck
Lifecycle Timeline
3DescriptionCVE.org
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.
AnalysisAI
Path traversal in the Grav API Plugin (getgrav/grav-plugin-api) before 1.0.10 lets an authenticated caller holding the api.pages.write permission relocate an entire page directory outside user/pages/ and even outside the Grav installation. The flaw sits in the POST /pages/{route}/move endpoint, where PagesController::move() only strips leading periods from the slug and never neutralizes '/' or '..' segments. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but an upstream fix and a GHSA advisory are published.
Same weakness CWE-73 – External Control of File Name or Path
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48246
GHSA-hc3p-4h64-j8wr