All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-33078
HIGHpublished 2026-04-24 03:16 UTC · 4 months ago · modified 2026-06-17 10:36 UTC
8.9
CVSS / 10
// description
Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. Versions prior to 8.2.6.4 have a SQL injection vulnerability in the haproxy_section_save function in app/routes/config/routes.py. The server_ip parameter, sourced from the URL path, is passed unsanitized through multiple function calls and ultimately interpolated into a SQL query string using Python string formatting, allowing attackers to execute arbitrary SQL commands. Version 8.2.6.4 fixes the issue.
// weaknesses (CWE)
- CWE-89