CVE-2021-43350
11.11.2021, 13:15
An unauthenticated Apache Traffic Control Traffic Ops user can send a request with a specially-crafted username to the POST /login endpoint of any API version to inject unsanitized content into the LDAP filter.
Vendor | Product | Version |
---|---|---|
apache | traffic_control | 5.1.0 ≤ 𝑥 < 5.1.4 |
apache | traffic_control | 6.0.0 ≤ 𝑥 < 6.0.1 |
apache | traffic_control | 5.1.4:rc0 |
apache | traffic_control | 6.0.1:rc0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-90 - Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')The software constructs all or part of an LDAP query using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended LDAP query when it is sent to a downstream component.
- CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
References