CVE-2026-45560
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedRoxy-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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceRoxy-WI versions 8.2.6.4 and prior contain a stored XSS vulnerability. The Python functions wrap_line and highlight_word in app/modules/common/common.py construct HTML strings by concatenating log data without any sanitization or escaping. When the frontend JavaScript renders this data using .html() or .append(), malicious payloads stored in HAProxy/Nginx access logs (such as <svg/onload=...>) execute in the admin's browser.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Roxy-WI installationLocate the Roxy-WI installation directory. Common paths include /opt/roxy-wi, /var/www/roxy-wi, or the installation folder where roxy-wi was deployed. Look for the main application structure.Affected if Roxy-WI is not installed, this CVE does not apply.
-
Check Roxy-WI versionFind the version file or check the installed package version. In the Roxy-WI root directory, look for a version indicator (such as version.py, VERSION file, or the web interface About page). Compare the installed version to 8.2.6.4.Affected if Installed version is 8.2.6.4 or prior.
-
Verify vulnerable Python functions existLocate the file app/modules/common/common.py within the Roxy-WI installation. Open the file and search for the functions wrap_line and highlight_word. These functions should concatenate log data directly into HTML strings without sanitization.Affected if The functions wrap_line and highlight_word exist and perform raw string concatenation of log data.
-
Confirm log viewer functionality is accessibleDetermine if the HAProxy/Nginx log viewer feature is enabled and accessible in Roxy-WI. This is typically found in the web interface under Log Viewer or similar section. Check if the feature is accessible to admin users.Affected if Log viewer functionality is enabled and accessible to users.
-
Check frontend JavaScript rendering methodInspect the frontend templates or JavaScript files that render the log viewer. Look for usage of .html() or .append() jQuery methods that process log data returned from the backend.Affected if The frontend uses .html() or .append() to render log data, allowing script execution.
A user is affected if Roxy-WI version 8.2.6.4 or prior is installed, the vulnerable wrap_line/highlight_word functions exist in app/modules/common/common.py, and the log viewer feature is accessible with frontend code using .html() or .append() to render unsanitized log data.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement HTML escaping in the Python backend before concatenating log data into HTML strings, or use text-content methods instead of .html()/.append() in the JavaScript frontend. Until a patch is available, restrict log viewer access to trusted admins and consider implementing Content-Security-Policy headers.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45560 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-45560 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data