A vulnerability in the IPv4 access control list (ACL) feature and quality of service (QoS) policy feature of Cisco IOS XR Software for Cisco ASR 9000 Series Aggregation Services Routers, ASR 9902 Compact High-Performance Routers, and ASR 9903 Compact High-Performance Routers could allow an unauthenticated, remote attacker to cause a line card to reset, resulting in a denial of service (DoS) condition.
This vulnerability is due to the incorrect handling of malformed IPv4 packets that are received on line cards where the interface has either an IPv4 ACL or QoS policy applied. An attacker could exploit this vulnerability by sending crafted IPv4 packets through an affected device. A successful exploit could allow the attacker to cause network processor errors, resulting in a reset or shutdown of the network process. Traffic over that line card would be lost while the line card reloads. Note: This vulnerability has predominantly been observed in Layer 2 VPN (L2VPN) environments where an IPv4 ACL or QoS policy has been applied to the bridge virtual interface. Layer 3 configurations where the interface has either an IPv4 ACL or QoS policy applied are also affected, though the vulnerability has not been observed.
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_xr | Cisco | 6.7.2 (including) | 6.7.2 (including) |
Ios_xr | Cisco | 6.7.3 (including) | 6.7.3 (including) |
Ios_xr | Cisco | 6.7.35 (including) | 6.7.35 (including) |
Ios_xr | Cisco | 6.8.1 (including) | 6.8.1 (including) |
Ios_xr | Cisco | 6.8.2 (including) | 6.8.2 (including) |
Ios_xr | Cisco | 6.9.1 (including) | 6.9.1 (including) |
Ios_xr | Cisco | 6.9.2 (including) | 6.9.2 (including) |
Ios_xr | Cisco | 7.1.2 (including) | 7.1.2 (including) |
Ios_xr | Cisco | 7.1.3 (including) | 7.1.3 (including) |
Ios_xr | Cisco | 7.1.15 (including) | 7.1.15 (including) |
Ios_xr | Cisco | 7.1.25 (including) | 7.1.25 (including) |
Ios_xr | Cisco | 7.3.1 (including) | 7.3.1 (including) |
Ios_xr | Cisco | 7.3.2 (including) | 7.3.2 (including) |
Ios_xr | Cisco | 7.3.3 (including) | 7.3.3 (including) |
Ios_xr | Cisco | 7.3.4 (including) | 7.3.4 (including) |
Ios_xr | Cisco | 7.3.5 (including) | 7.3.5 (including) |
Ios_xr | Cisco | 7.4.1 (including) | 7.4.1 (including) |
Ios_xr | Cisco | 7.4.2 (including) | 7.4.2 (including) |
Ios_xr | Cisco | 7.5.1 (including) | 7.5.1 (including) |
Ios_xr | Cisco | 7.5.2 (including) | 7.5.2 (including) |
Ios_xr | Cisco | 7.5.3 (including) | 7.5.3 (including) |
Ios_xr | Cisco | 7.5.4 (including) | 7.5.4 (including) |
Ios_xr | Cisco | 7.5.5 (including) | 7.5.5 (including) |
Ios_xr | Cisco | 7.6.1 (including) | 7.6.1 (including) |
Ios_xr | Cisco | 7.6.2 (including) | 7.6.2 (including) |
Ios_xr | Cisco | 7.7.1 (including) | 7.7.1 (including) |
Ios_xr | Cisco | 7.7.2 (including) | 7.7.2 (including) |
Ios_xr | Cisco | 7.8.1 (including) | 7.8.1 (including) |
Ios_xr | Cisco | 7.8.2 (including) | 7.8.2 (including) |
Ios_xr | Cisco | 7.8.22 (including) | 7.8.22 (including) |
Ios_xr | Cisco | 7.8.23 (including) | 7.8.23 (including) |
Ios_xr | Cisco | 7.9.1 (including) | 7.9.1 (including) |
Ios_xr | Cisco | 7.9.2 (including) | 7.9.2 (including) |
Ios_xr | Cisco | 7.10.1 (including) | 7.10.1 (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.