Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-34151
Published:July 07, 2026
Updated:August 02, 2026
Impact With Jetty 12+ a user can craft a URL to access any resource the Jetty instance is allowed to access. For example "http://[host]/xwiki/bin/skin/..%252f/..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd" allows downloading the content of the /etc/passwd file, provided Jetty is allowed to read it, and if your XWiki webapp is located exactly 5 levels below "/" (like "/var/lib/jetty/webapps/xwiki", which is the case in the docker image, for example). Another example which does not go out of the XWiki webapp, but it's still a vulnerability (since users should not be allowed to access Hibernate or XWiki configuration files) is "http://[host]/xwiki/bin/skin/..%252f/..%252fWEB-INF/xwiki.cfg". Patches This vulnerability has been patched in XWiki 17.10.5 and 18.2.0. Workarounds A possible workaround is to use a different application server, like Jetty < 12 (in the case of XWiki < 17) or Tomcat, which don't seem to be impacted. Resources * https://jira.xwiki.org/browse/XWIKI-24075 * https://jira.xwiki.org/browse/XCOMMONS-3594 For more information If there are any questions or comments about this advisory: * Open an issue in "Jira XWiki.org" (https://jira.xwiki.org/) * Send an email to the "Security Mailing List" (mailto:security@xwiki.org) Attribution Lê Ngọc Khoa reported the vulnerability.
Affected Packages
https://github.com/xwiki/xwiki-commons.git (GITHUB):
Affected version(s) >=xwiki-commons-3.1-milestone-1 <xwiki-commons-17.10.5
Fix Suggestion:
Update to version xwiki-commons-17.10.5
https://github.com/xwiki/xwiki-commons.git (GITHUB):
Affected version(s) >=xwiki-commons-18.0.0-rc-1 <xwiki-commons-18.2.0
Fix Suggestion:
Update to version xwiki-commons-18.2.0
org.xwiki.platform:xwiki-platform-oldcore (JAVA):
Affected version(s) >=18.0.0-rc-1 <18.2.0
Fix Suggestion:
Update to version 18.2.0
org.xwiki.platform:xwiki-platform-oldcore (JAVA):
Affected version(s) >=3.1-milestone-1 <17.10.5
Fix Suggestion:
Update to version 17.10.5
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Path Traversal: '../filedir'