CVE-2026-23734
Deferred
Deferred - Pending Action
Path Traversal in XWiki Platform via SSX/JSX Endpoints
Publication date: 2026-05-20
Last updated on: 2026-05-20
Assigner: GitHub, Inc.
Description
Description
XWiki Platform is a generic wiki platform. Versions prior to 18.1.0-rc-1, 17.10.3, 17.4.9, and 16.10.17 allow access to read configuration files by using URLs such as http://localhost:8080/bin/ssx/Main/WebHome?resource=/../../WEB-INF/xwiki.cfg&minify=false, leading to Path Traversal. The vulnerability is can be exploited via resources parameter the ssx and jsx endpoints by using leading slashes. This issue has been patched in 18.1.0-rc-1, 17.10.3, 17.4.9, 16.10.17.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xwiki | xwiki_platform | to 18.1.0-rc-1 (exc) |
| xwiki | xwiki_platform | 17.10.3 |
| xwiki | xwiki_platform | 17.4.9 |
| xwiki | xwiki_platform | 16.10.17 |
| xwiki | xwiki_commons | to 18.1.0-rc-1 (exc) |
| xwiki | xwiki_commons | 17.10.3 |
| xwiki | xwiki_commons | 17.4.9 |
| xwiki | xwiki_commons | 16.10.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. |