Skip to main content

CVE-2026-65896

| EUVDEUVD-2026-48246 HIGH
External Control of File Name or Path (CWE-73)
2026-07-23 disclosure@vulncheck.com GHSA-hc3p-4h64-j8wr
7.1
CVSS 4.0 · Vendor: vulncheck
Share

Severity by source

Vendor (vulncheck) PRIMARY
7.1 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jul 23, 2026 - 14:04 EUVD
Analysis Generated
Jul 23, 2026 - 12:49 vuln.today
CVE Published
Jul 23, 2026 - 12:18 cve.org
HIGH 7.1

DescriptionCVE.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.

Share

CVE-2026-65896 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy