A vulnerability in Advanced Malware Protection (AMP) for Cisco Email Security Appliances (ESA) and Web Security Appliances (WSA) could allow an unauthenticated, remote attacker to cause a partial denial of service (DoS) condition due to the AMP process unexpectedly restarting. Affected Products: Cisco AsyncOS Software for Email Security Appliances (ESA) versions 9.5 and later up to the first fixed release, Cisco AsyncOS Software for Web Security Appliances (WSA) all versions prior to the first fixed release. More Information: CSCux56406, CSCux59928. Known Affected Releases: 9.6.0-051 9.7.0-125 8.8.0-085 9.5.0-444 WSA10.0.0-000. Known Fixed Releases: 9.7.1-066 WSA10.0.0-233.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Email_security_appliance | Cisco | 9.5.0-000 (including) | 9.5.0-000 (including) |
Email_security_appliance | Cisco | 9.5.0-201 (including) | 9.5.0-201 (including) |
Email_security_appliance | Cisco | 9.6.0-000 (including) | 9.6.0-000 (including) |
Email_security_appliance | Cisco | 9.6.0-042 (including) | 9.6.0-042 (including) |
Email_security_appliance | Cisco | 9.6.0-051 (including) | 9.6.0-051 (including) |
Email_security_appliance | Cisco | 9.7.0-125 (including) | 9.7.0-125 (including) |
Web_security_appliance | Cisco | 8.8.0-085 (including) | 8.8.0-085 (including) |
Web_security_appliance | Cisco | 9.0.0-193 (including) | 9.0.0-193 (including) |
Web_security_appliance | Cisco | 9.0_base (including) | 9.0_base (including) |
Web_security_appliance | Cisco | 9.1.0-000 (including) | 9.1.0-000 (including) |
Web_security_appliance | Cisco | 9.1.0-070 (including) | 9.1.0-070 (including) |
Web_security_appliance | Cisco | 9.1_base (including) | 9.1_base (including) |
Web_security_appliance | Cisco | 9.5.0-235 (including) | 9.5.0-235 (including) |
Web_security_appliance | Cisco | 9.5.0-284 (including) | 9.5.0-284 (including) |
Web_security_appliance | Cisco | 9.5.0-444 (including) | 9.5.0-444 (including) |
Web_security_appliance | Cisco | 9.5_base (including) | 9.5_base (including) |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.