CVE-2022-20945
30.09.2022, 19:15
A vulnerability in the 802.11 association frame validation of Cisco Catalyst 9100 Series Access Points (APs) could allow an unauthenticated, adjacent attacker to cause a denial of service (DoS) condition on an affected device. This vulnerability is due to insufficient input validation of certain parameters within association request frames received by the AP. An attacker could exploit this vulnerability by sending a crafted 802.11 association request to a nearby device. An exploit could allow the attacker to unexpectedly reload the device, resulting in a DoS condition.
Vendor | Product | Version |
---|---|---|
cisco | catalyst_9800-l_firmware | 17.6 ≤ 𝑥 < 17.6.4 |
cisco | catalyst_9800-40_firmware | 17.6 ≤ 𝑥 < 17.6.4 |
cisco | catalyst_9800-80_firmware | 17.6 ≤ 𝑥 < 17.6.4 |
cisco | catalyst_9800-cl_firmware | 17.6 ≤ 𝑥 < 17.6.4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-20 - Improper Input ValidationThe 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.