CVE-2026-33432 PUBLISHED

Roxy-WI has Pre-Authentication LDAP Injection that Leads to Authentication Bypass

Assigner: GitHub_M
Reserved: 19.03.2026 Published: 20.04.2026 Updated: 20.04.2026

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions up to and including 8.2.8.2, when LDAP authentication is enabled, Roxy-WI constructs an LDAP search filter by directly concatenating the user-supplied login username into the filter string without escaping LDAP special characters. An unauthenticated attacker can inject LDAP filter metacharacters into the username field to manipulate the search query, cause the directory to return an unintended user entry, and bypass authentication entirely — gaining access to the application without knowing any valid password. As of time of publication, no known patches are available.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
CVSS Score: 7.7

Product Status

Vendor roxy-wi
Product roxy-wi
Versions
  • Version <= 8.2.8.2 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE