Share
## https://sploitus.com/exploit?id=63ADB9D0-6AC0-580A-B047-242BA527137F
# CVE-2024-20353-CiscoASAandFTD
Exploit for DoS Cisco ASA and FTD (may 2024)

## Description
A vulnerability in the management and VPN web servers for Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause the device to reload unexpectedly, resulting in a denial of service (DoS) condition.

This vulnerability is due to incomplete error checking when parsing an HTTP header. An attacker could exploit this vulnerability by sending a crafted HTTP request to a targeted web server on a device. A successful exploit could allow the attacker to cause a DoS condition when the device reloads.

## Published Date: 03.05.2024

## ๐Ÿ”ฅ CVSS Score: 10/10

## Running Instructions
To execute the exploit, use the provided Python script with the following command:

```python
python3 exploit.py -t http://10.10.10.10 -c 'command'
```
Before running the exploit, refer to the README.txt file in the repository for detailed instructions.

## Disclaimer
For educational purposes only.