A vulnerability in Performance Routing Version 3 (PfRv3) of Cisco IOS XE Software could allow an unauthenticated, remote attacker to cause the affected device to reload. The vulnerability is due to the processing of malformed smart probe packets. An attacker could exploit this vulnerability by sending specially crafted smart probe packets at the affected device. A successful exploit could allow the attacker to reload the device, resulting in a denial of service (DoS) attack on an affected system.
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.2.0ja (including) | 3.2.0ja (including) |
Ios_xe | Cisco | 3.16.4as (including) | 3.16.4as (including) |
Ios_xe | Cisco | 3.16.4bs (including) | 3.16.4bs (including) |
Ios_xe | Cisco | 3.16.4cs (including) | 3.16.4cs (including) |
Ios_xe | Cisco | 3.16.4ds (including) | 3.16.4ds (including) |
Ios_xe | Cisco | 3.16.4es (including) | 3.16.4es (including) |
Ios_xe | Cisco | 3.16.4gs (including) | 3.16.4gs (including) |
Ios_xe | Cisco | 3.16.4s (including) | 3.16.4s (including) |
Ios_xe | Cisco | 3.16.5as (including) | 3.16.5as (including) |
Ios_xe | Cisco | 3.16.5bs (including) | 3.16.5bs (including) |
Ios_xe | Cisco | 3.16.5s (including) | 3.16.5s (including) |
Ios_xe | Cisco | 3.16.6bs (including) | 3.16.6bs (including) |
Ios_xe | Cisco | 3.16.6s (including) | 3.16.6s (including) |
Ios_xe | Cisco | 3.16.7as (including) | 3.16.7as (including) |
Ios_xe | Cisco | 3.16.7bs (including) | 3.16.7bs (including) |
Ios_xe | Cisco | 3.16.7s (including) | 3.16.7s (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.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.