Vulnerability Description
Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to 2.39.0, the HTTP server started by allure serve and allure open uses URI.getPath() in Commands.setUpServer() in allure-commandline/src/main/java/io/qameta/allure/Commands.java and passes the percent-decoded request path to reportDirectory.resolve() without normalizing the result or confirming that it remains inside that directory. An unauthenticated client that can reach the server can submit parent-directory segments, including percent-encoded segments, and cause serveFile() to return any regular file readable by the Allure process. The server binds to localhost by default, but the --host option can expose it to other systems, and local users, adjacent containers, or browser-origin attacks may reach a local listener. This can disclose credentials, configuration, source code, build secrets, and other CI/CD data. This issue is fixed in version 2.39.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/allure-framework/allure2/commit/e83cd67658bc2266832ab366eadd0
- https://github.com/allure-framework/allure2/pull/3288
- https://github.com/allure-framework/allure2/releases/tag/2.39.0
- https://github.com/allure-framework/allure2/security/advisories/GHSA-82cg-3hv7-7
- https://github.com/allure-framework/allure2/security/advisories/GHSA-82cg-3hv7-7
FAQ
What is CVE-2026-55846?
CVE-2026-55846 is a vulnerability with a CVSS score of 6.2 (MEDIUM). Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to 2.39.0, the HTTP server started by allure serve and allure open uses URI.getPath() in Commands.setUp...
How severe is CVE-2026-55846?
CVE-2026-55846 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55846?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.