A vulnerability in the Easy Virtual Switching System (VSS) of Cisco IOS XE Software on Catalyst 4500 Series Switches could allow an unauthenticated, adjacent attacker to cause the switches to reload. The vulnerability is due to incomplete error handling when processing Cisco Discovery Protocol (CDP) packets used with the Easy Virtual Switching System. An attacker could exploit this vulnerability by sending a specially crafted CDP packet. An exploit could allow the attacker to cause the device to reload, resulting in a denial of service (DoS) condition.
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 |
---|---|---|---|
Ios_xe | Cisco | 3.6.0ae (including) | 3.6.0ae (including) |
Ios_xe | Cisco | 3.6.0be (including) | 3.6.0be (including) |
Ios_xe | Cisco | 3.6.0e (including) | 3.6.0e (including) |
Ios_xe | Cisco | 3.6.1e (including) | 3.6.1e (including) |
Ios_xe | Cisco | 3.6.2ae (including) | 3.6.2ae (including) |
Ios_xe | Cisco | 3.6.2e (including) | 3.6.2e (including) |
Ios_xe | Cisco | 3.6.3e (including) | 3.6.3e (including) |
Ios_xe | Cisco | 3.6.4e (including) | 3.6.4e (including) |
Ios_xe | Cisco | 3.6.5ae (including) | 3.6.5ae (including) |
Ios_xe | Cisco | 3.6.5be (including) | 3.6.5be (including) |
Ios_xe | Cisco | 3.6.5e (including) | 3.6.5e (including) |
Ios_xe | Cisco | 3.6.6e (including) | 3.6.6e (including) |
Ios_xe | Cisco | 3.6.7ae (including) | 3.6.7ae (including) |
Ios_xe | Cisco | 3.6.7be (including) | 3.6.7be (including) |
Ios_xe | Cisco | 3.6.7e (including) | 3.6.7e (including) |
Ios_xe | Cisco | 3.6.8e (including) | 3.6.8e (including) |
Ios_xe | Cisco | 3.6.9e (including) | 3.6.9e (including) |
Ios_xe | Cisco | 3.6.10e (including) | 3.6.10e (including) |
Ios_xe | Cisco | 3.7.0e (including) | 3.7.0e (including) |
Ios_xe | Cisco | 3.7.1e (including) | 3.7.1e (including) |
Ios_xe | Cisco | 3.7.2e (including) | 3.7.2e (including) |
Ios_xe | Cisco | 3.7.3e (including) | 3.7.3e (including) |
Ios_xe | Cisco | 3.8.0e (including) | 3.8.0e (including) |
Ios_xe | Cisco | 3.8.1e (including) | 3.8.1e (including) |
Ios_xe | Cisco | 3.8.2e (including) | 3.8.2e (including) |
Ios_xe | Cisco | 3.8.3e (including) | 3.8.3e (including) |
Ios_xe | Cisco | 3.8.4e (including) | 3.8.4e (including) |
Ios_xe | Cisco | 3.8.5ae (including) | 3.8.5ae (including) |
Ios_xe | Cisco | 3.8.5e (including) | 3.8.5e (including) |
Ios_xe | Cisco | 3.8.6e (including) | 3.8.6e (including) |
Ios_xe | Cisco | 3.8.7e (including) | 3.8.7e (including) |
Ios_xe | Cisco | 3.9.0e (including) | 3.9.0e (including) |
Ios_xe | Cisco | 3.9.1e (including) | 3.9.1e (including) |
Ios_xe | Cisco | 3.9.2be (including) | 3.9.2be (including) |
Ios_xe | Cisco | 3.9.2e (including) | 3.9.2e (including) |
Ios_xe | Cisco | 3.10.0ce (including) | 3.10.0ce (including) |
Ios_xe | Cisco | 3.10.0e (including) | 3.10.0e (including) |
Ios_xe | Cisco | 3.10.1ae (including) | 3.10.1ae (including) |
Ios_xe | Cisco | 3.10.1e (including) | 3.10.1e (including) |
Ios_xe | Cisco | 3.10.1se (including) | 3.10.1se (including) |
Ios_xe | Cisco | 3.10.2e (including) | 3.10.2e (including) |
Ios_xe | Cisco | 16.9.2h (including) | 16.9.2h (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.