CVE-2019-11277
23.09.2019, 18:15
Cloud Foundry NFS Volume Service, 1.7.x versions prior to 1.7.11 and 2.x versions prior to 2.3.0, is vulnerable to LDAP injection. A remote authenticated malicious space developer can potentially inject LDAP filters via service instance creation, facilitating the malicious space developer to deny service or perform a dictionary attack.
Vendor | Product | Version |
---|---|---|
cloudfoundry | cf-deployment | 𝑥 < 11.1.0 |
cloudfoundry | nfs_volume_release | 1.7.0 ≤ 𝑥 < 1.7.11 |
cloudfoundry | nfs_volume_release | 2.0.0 ≤ 𝑥 < 2.3.0 |
𝑥
= 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.