CVE-2023-20020
20.01.2023, 07:15
A vulnerability in the Device Management Servlet application of Cisco BroadWorks Application Delivery Platform and Cisco BroadWorks Xtended Services Platform could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. This vulnerability is due to improper input validation when parsing HTTP requests. An attacker could exploit this vulnerability by sending a sustained stream of crafted requests to an affected device. A successful exploit could allow the attacker to cause all subsequent requests to be dropped, resulting in a DoS condition.
Vendor | Product | Version |
---|---|---|
cisco | broadworks_application_delivery_platform_device_management | 22.0 ≤ 𝑥 < 2022.11_1.273 |
cisco | broadworks_xtended_services_platform | 22.0 ≤ 𝑥 < 23.0.1075.ap384245 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')The program contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.
- 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.