Vulnerability Description
Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, wrap_line (app/modules/common/common.py:181-186) and highlight_word (app/modules/common/common.py:188-192) build raw HTML by string concatenation with no escaping. The frontend (app/static/js/script.js, log-viewer paths) uses .html(data) / .append(data) to inject the response body. Anyone able to write a line into a managed HAProxy/Nginx access log (i.e. anyone who can send an HTTP request to the public LB) can land an <svg/onload=…> payload that executes when a Roxy-WI admin opens the log viewer. At time of publication, there are no publicly available patches.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-28m4-mmr2-83p6
- https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-28m4-mmr2-83p6
FAQ
What is CVE-2026-45560?
CVE-2026-45560 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, wrap_line (app/modules/common/common.py:181-186) and highlight_word (app/modules/c...
How severe is CVE-2026-45560?
CVE-2026-45560 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-45560?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.