CVE-2026-45559: Roxy-WI: LDAP injection in /user/ldap/<username> (admin-only)

Published Jun 10, 2026
·
Updated

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, getldapemail (app/modules/roxywi/user.py:120-157) builds the LDAP search filter via f-string concatenation. The username URL path parameter is taken verbatim — no checkAjaxInput, no LDAP escape — and inserted, a username like )(mail=)(cn= injects additional clauses, allowing the admin to enumerate or harvest attributes outside the intended record. At time of publication, there are no publicly available patches.

Affected Software

1 affected component
Roxy-WI Roxy-wi<=8.2.6.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply proper LDAP escaping to the username path parameter before building the LDAP search filter in get_ldap_email (app/modules/roxywi/user.py:120-157) to prevent LDAP injection.

    Roxy-WI (app/modules/roxywi/user.py - get_ldap_email) ldap_escape_username = true
  2. Configuration

    Invoke or implement input validation (e.g. call checkAjaxInput or equivalent) on the username URL path parameter to reject/normalize malicious characters before it is concatenated into the LDAP filter.

    Roxy-WI (app/modules/roxywi/user.py - get_ldap_email) validate_ajax_input = true
  3. Compensating control

    Restrict access to the /user/ldap/<username> admin endpoint and the Roxy-WI admin interface to trusted IP addresses or network segments using firewall rules, ACLs, or a management-only network until a patch is available.

  4. Operational

    Audit LDAP queries and Roxy-WI admin logs for use of /user/ldap/<username> and for signs of attribute enumeration or data harvesting; if suspicious activity is found, investigate and take recovery steps (e.g., revoke/rotate affected credentials or service accounts).

Event History

Jun 10, 2026
CVE Published
via MITRE·02:02 PM
Data Sourced
via MITRE·02:02 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·03:16 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

What is the severity of CVE-2026-45559?

CVE-2026-45559 has a medium severity score of 4.9.

2

How does CVE-2026-45559 affect Roxy-WI?

CVE-2026-45559 allows for LDAP injection via the username URL path parameter, potentially leading to unauthorized data exposure.

3

Who is affected by CVE-2026-45559?

Administrators using Roxy-WI versions 8.2.6.4 and prior are affected by CVE-2026-45559.

4

What is the recommended fix for CVE-2026-45559?

Upgrade Roxy-WI to the latest version that addresses CVE-2026-45559 to prevent LDAP injection.

5

What is the exploitation vector for CVE-2026-45559?

CVE-2026-45559 can be exploited remotely by submitting crafted usernames directly in the URL path.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203