A vulnerability in the web UI framework of Cisco IOS XE Software could allow an authenticated, remote attacker to make unauthorized changes to the filesystem of the affected device. The vulnerability is due to improper input validation. An attacker could exploit this vulnerability by crafting a malicious file and uploading it to the device. An exploit could allow the attacker to gain elevated privileges on the affected device.
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 | 16.2.1 (including) | 16.2.1 (including) |
Ios_xe | Cisco | 16.2.2 (including) | 16.2.2 (including) |
Ios_xe | Cisco | 16.3.1 (including) | 16.3.1 (including) |
Ios_xe | Cisco | 16.3.1a (including) | 16.3.1a (including) |
Ios_xe | Cisco | 16.3.2 (including) | 16.3.2 (including) |
Ios_xe | Cisco | 16.3.3 (including) | 16.3.3 (including) |
Ios_xe | Cisco | 16.3.4 (including) | 16.3.4 (including) |
Ios_xe | Cisco | 16.3.5 (including) | 16.3.5 (including) |
Ios_xe | Cisco | 16.3.5b (including) | 16.3.5b (including) |
Ios_xe | Cisco | 16.3.6 (including) | 16.3.6 (including) |
Ios_xe | Cisco | 16.4.1 (including) | 16.4.1 (including) |
Ios_xe | Cisco | 16.4.2 (including) | 16.4.2 (including) |
Ios_xe | Cisco | 16.4.3 (including) | 16.4.3 (including) |
Ios_xe | Cisco | 16.5.1 (including) | 16.5.1 (including) |
Ios_xe | Cisco | 16.5.1a (including) | 16.5.1a (including) |
Ios_xe | Cisco | 16.5.1b (including) | 16.5.1b (including) |
Ios_xe | Cisco | 16.5.2 (including) | 16.5.2 (including) |
Ios_xe | Cisco | 16.5.3 (including) | 16.5.3 (including) |
Ios_xe | Cisco | 16.6.1 (including) | 16.6.1 (including) |
Ios_xe | Cisco | 16.6.2 (including) | 16.6.2 (including) |
Ios_xe | Cisco | 16.6.3 (including) | 16.6.3 (including) |
Ios_xe | Cisco | 16.7.1 (including) | 16.7.1 (including) |
Ios_xe | Cisco | 16.7.1a (including) | 16.7.1a (including) |
Ios_xe | Cisco | 16.7.1b (including) | 16.7.1b (including) |
Ios_xe | Cisco | 16.8.1 (including) | 16.8.1 (including) |
Ios_xe | Cisco | 16.8.1a (including) | 16.8.1a (including) |
Ios_xe | Cisco | 16.8.1b (including) | 16.8.1b (including) |
Ios_xe | Cisco | 16.8.1c (including) | 16.8.1c (including) |
Ios_xe | Cisco | 16.8.1d (including) | 16.8.1d (including) |
Ios_xe | Cisco | 16.8.1e (including) | 16.8.1e (including) |
Ios_xe | Cisco | 16.8.1s (including) | 16.8.1s (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.