A vulnerability in the ingress traffic validation of Cisco IOS XE Software for Cisco Aggregation Services Router (ASR) 900 Route Switch Processor 3 (RSP3) could allow an unauthenticated, adjacent attacker to trigger a reload of an affected device, resulting in a denial of service (DoS) condition. The vulnerability exists because the software insufficiently validates ingress traffic on the ASIC used on the RSP3 platform. An attacker could exploit this vulnerability by sending a malformed OSPF version 2 (OSPFv2) message to an affected device. A successful exploit could allow the attacker to cause a reload of the iosd process, triggering a reload of the affected device and resulting in a 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.13.6as (including) | 3.13.6as (including) |
Ios_xe | Cisco | 3.16.0as (including) | 3.16.0as (including) |
Ios_xe | Cisco | 3.16.1as (including) | 3.16.1as (including) |
Ios_xe | Cisco | 3.16.2as (including) | 3.16.2as (including) |
Ios_xe | Cisco | 3.16.3as (including) | 3.16.3as (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.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.7bs (including) | 3.16.7bs (including) |
Ios_xe | Cisco | 3.16.7s (including) | 3.16.7s (including) |
Ios_xe | Cisco | 3.16.8s (including) | 3.16.8s (including) |
Ios_xe | Cisco | 3.17.0s (including) | 3.17.0s (including) |
Ios_xe | Cisco | 3.17.1s (including) | 3.17.1s (including) |
Ios_xe | Cisco | 3.17.3s (including) | 3.17.3s (including) |
Ios_xe | Cisco | 3.17.4s (including) | 3.17.4s (including) |
Ios_xe | Cisco | 3.18.0s (including) | 3.18.0s (including) |
Ios_xe | Cisco | 3.18.0sp (including) | 3.18.0sp (including) |
Ios_xe | Cisco | 3.18.1bsp (including) | 3.18.1bsp (including) |
Ios_xe | Cisco | 3.18.1gsp (including) | 3.18.1gsp (including) |
Ios_xe | Cisco | 3.18.1hsp (including) | 3.18.1hsp (including) |
Ios_xe | Cisco | 3.18.1isp (including) | 3.18.1isp (including) |
Ios_xe | Cisco | 3.18.1s (including) | 3.18.1s (including) |
Ios_xe | Cisco | 3.18.1sp (including) | 3.18.1sp (including) |
Ios_xe | Cisco | 3.18.2s (including) | 3.18.2s (including) |
Ios_xe | Cisco | 3.18.2sp (including) | 3.18.2sp (including) |
Ios_xe | Cisco | 3.18.3s (including) | 3.18.3s (including) |
Ios_xe | Cisco | 3.18.3sp (including) | 3.18.3sp (including) |
Ios_xe | Cisco | 3.18.4s (including) | 3.18.4s (including) |
Ios_xe | Cisco | 3.18.4sp (including) | 3.18.4sp (including) |
Ios_xe | Cisco | 16.5.1 (including) | 16.5.1 (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.6.4 (including) | 16.6.4 (including) |
Ios_xe | Cisco | 16.7.1 (including) | 16.7.1 (including) |
Ios_xe | Cisco | 16.7.2 (including) | 16.7.2 (including) |
Ios_xe | Cisco | 16.8.1 (including) | 16.8.1 (including) |
Ios_xe | Cisco | 16.8.1b (including) | 16.8.1b (including) |
Ios_xe | Cisco | 16.8.1c (including) | 16.8.1c (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.