CVE-2022-20772
04.11.2022, 18:15
A vulnerability in Cisco Email Security Appliance (ESA) and Cisco Secure Email and Web Manager could allow an unauthenticated, remote attacker to conduct an HTTP response splitting attack. This vulnerability is due to the failure of the application or its environment to properly sanitize input values. An attacker could exploit this vulnerability by injecting malicious HTTP headers, controlling the response body, or splitting the response into multiple responses.
Vendor | Product | Version |
---|---|---|
cisco | email_security_appliance_firmware | 13.5.1 ≤ 𝑥 < 14.0.3-015 |
cisco | email_security_appliance_firmware | 14.1 ≤ 𝑥 < 14.2.1-015 |
cisco | email_security_appliance_firmware | 14.3 ≤ 𝑥 < 14.3.0-023 |
cisco | secure_email_and_web_manager_firmware | 14.2 ≤ 𝑥 < 14.2.0-217 |
cisco | secure_email_and_web_manager_firmware | 14.3 ≤ 𝑥 < 14.3.0-115 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-113 - Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')The software receives data from an HTTP agent/component (e.g., web server, proxy, browser, etc.), but it does not neutralize or incorrectly neutralizes CR and LF characters before the data is included in outgoing HTTP headers.
- 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.