Description
Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, get_ldap_email (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.
Published: 2026-06-10
Score: 4.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Roxy‑WI constructs an LDAP search filter directly from the <username> portion of the request URL using f‑string concatenation. Because no input filtering or LDAP escaping is performed, a specially crafted username such as *)(mail=*)(cn=* can inject additional LDAP clauses. An administrator who accesses the vulnerable endpoint can therefore enumerate or harvest attributes from entries that are not intended to be exposed, leading to confidentiality compromise of potentially sensitive user data.

Affected Systems

The vulnerability exists in Roxy‑WI version 8.2.6.4 and all earlier releases. Attackers must possess administrative rights to the web interface to exploit the flaw, as the /user/ldap/<username> endpoint is restricted to admins.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate risk, while the EPSS score is not available and KEV does not list the flaw. Exploitation requires access to the administrative interface, so the probability of a successful attack is low unless an attacker has already compromised an admin account or gained delegated access. The worst‑case impact is the disclosure of arbitrary LDAP attributes to the attacker.

Generated by OpenCVE AI on June 10, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a newer Roxy‑WI release once a vendor patch addressing the LDAP injection is available.
  • Configure the application or web server to perform strict input validation or LDAP escaping on the username path parameter, and consider restricting this endpoint to a minimal set of trusted administrators.
  • Continuously monitor Roxy‑WI security advisories and apply any subsequent security updates as soon as they are released.

Generated by OpenCVE AI on June 10, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Roxy-wi
Roxy-wi roxy-wi
Vendors & Products Roxy-wi
Roxy-wi roxy-wi

Wed, 10 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 10 Jun 2026 14:45:00 +0000

Type Values Removed Values Added
Description Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, get_ldap_email (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.
Title Roxy-WI: LDAP injection in /user/ldap/<username> (admin-only)
Weaknesses CWE-90
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-10T14:59:35.683Z

Reserved: 2026-05-12T19:00:14.599Z

Link: CVE-2026-45559

cve-icon Vulnrichment

Updated: 2026-06-10T14:57:36.976Z

cve-icon NVD

Status : Received

Published: 2026-06-10T15:16:36.743

Modified: 2026-06-10T16:17:06.347

Link: CVE-2026-45559

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T16:00:06Z

Weaknesses