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 ansi.js helper at allure-generator/src/main/javascript/helpers/ansi.js passes attacker-influenced statusMessage and statusTrace values through AnsiToHtml without HTML escaping and wraps the result in Handlebars SafeString, disabling template auto-escaping in allure-generator/src/main/javascript/blocks/status-details/status-details.hbs. JunitXmlPlugin.java can populate these fields directly from crafted JUnit XML failure messages and traces, and equivalent input flows exist in the TRX, xUnit XML, xctest, and Allure1 and Allure2 plugins. When a user views the affected status details, unescaped markup executes arbitrary JavaScript in the report origin, which can expose report data and compromise sessions associated with that origin. This is an incomplete-fix case because PR 3271 escaped link helpers but did not address the ANSI helper. This issue is fixed in version 2.39.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/allure-framework/allure2/commit/1c5693933f519e64379f1a14eb3c7
- https://github.com/allure-framework/allure2/pull/3296
- https://github.com/allure-framework/allure2/releases/tag/2.39.0
- https://github.com/allure-framework/allure2/security/advisories/GHSA-gx93-m64w-5
FAQ
What is CVE-2026-55847?
CVE-2026-55847 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to 2.39.0, the ansi.js helper at allure-generator/src/main/javascript/helpers/ansi.js passes attacker-i...
How severe is CVE-2026-55847?
CVE-2026-55847 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55847?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.