CVE-2026-92812 Details
Description
decap-server contains a path traversal vulnerability in the local proxy containment guard that uses plain string prefix comparison without path separator validation. Attackers can access sibling directories whose names begin with the repository directory name to read, write, or delete files outside the intended repository root.
A path traversal vulnerability has been identified in the Decap Server local proxy, specifically in the version corresponding to commit 11f35405cd1a1d1216e97b890173f46436752019. The vulnerability arises from the proxy's path containment validation, which improperly uses plain string prefix comparisons without adequate path separator checks. This flaw enables attackers to access sibling directories whose names start with the repository directory name, potentially leading to unauthorized reading, writing, or deletion of files outside the designated repository root. The issue can be exploited by manipulating file paths sent to the proxy API, such as through a misconfigured CMS collection or a stored cross-site scripting vector in the admin UI.
The vulnerability can be fixed by modifying the path validation to include a trailing path separator before performing the prefix comparison, ensuring that only paths truly within the repository are accepted.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 19, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| decaporg decap-cms | All versions |
CPE
Remediation
| |
| decaporg decap-server | 11f35405cd1a1d1216e97b890173f46436752019 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 19, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion