Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PR3R00T/CVE-2020-3452-Cisco-Scanner
CVE-2020-3452 Cisco ASA Scanner -unauth Path Traversal Check
https://github.com/PR3R00T/CVE-2020-3452-Cisco-Scanner
Last synced: about 2 months ago
JSON representation
CVE-2020-3452 Cisco ASA Scanner -unauth Path Traversal Check
- Host: GitHub
- URL: https://github.com/PR3R00T/CVE-2020-3452-Cisco-Scanner
- Owner: PR3R00T
- License: gpl-3.0
- Created: 2020-07-24T15:04:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T21:34:41.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:35:56.274Z (5 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 24
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - PR3R00T/CVE-2020-3452-Cisco-Scanner - CVE-2020-3452 Cisco ASA Scanner -unauth Path Traversal Check (Python)
README
# CVE-2020-3452 - Cisco ASA Scanner
Scanning for CVE-2020-3452 - unauth Path Traversal affecting Cisco ASA firewalls running anyconnect
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3452
Supporting Documents:
https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-asaftd-ro-path-KJuQhB86
https://twitter.com/aboul3la/status/1286012324722155525
Disclaimer:
I am not responsible for the use of this tool or any damages, DO NOT USE THIS FOR ILLEGAL PURPOSES.
This tool was designed to scan for authorised assets to automate the check for this vulnerability on multiple cisco instancesIntroduction:
A vulnerability in the web services interface of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to conduct directory traversal attacks and read sensitive files on a targeted system. The vulnerability is due to a lack of proper input validation of URLs in HTTP requests processed by an affected device. An attacker could exploit this vulnerability by sending a crafted HTTP request containing directory traversal character sequences to an affected device. A successful exploit could allow the attacker to view arbitrary files within the web services file system on the targeted device. The web services file system is enabled when the affected device is configured with either WebVPN or AnyConnect features
I created this script to allow a engineer to parse in a file of urls to test against.
Install:
git clone https://github.com/PR3R00T/CVE-2020-3452-Cisco-Scanner.git
chmod +x scanner.py
amend the urls.txt file with the urls https://XX.XX format.
USAGE:
python3 ./scanner.py urls.txt