foulenzer / CVE-2020-3452

Little, stupid python validator(?) for CVE-2020-3452 on CISCO devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2020-3452

Little, stupid python validator(?) for CVE-2020-3452 on CISCO devices. Python first timer, pls do not kill me. ;-(

USAGE

python CVE-2020-3452.py /path/to/input/file.txt /path/to/output/file.txt

DISCLAIMER:

Please use this script only on subjects you own or you have the permission to test for. DO NOT USE for illegal purposes!

INFORMATION REGARDING CVE-2020-3452

See Documents:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3452

https://nvd.nist.gov/vuln/detail/CVE-2020-3452

https://de.tenable.com/blog/cve-2020-3452-cisco-adaptive-security-appliance-and-firepower-threat-defense-path-traversal

Summary:

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. This vulnerability cannot be used to obtain access to ASA or FTD system files or underlying operating system (OS) files.

Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.

Note: Cisco has become aware of the availability of public exploit code and active exploitation of the vulnerability that is described in this advisory. Cisco encourages customers with affected products to upgrade to a fixed release as soon as possible."

@ https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-asaftd-ro-path-KJuQhB86

About

Little, stupid python validator(?) for CVE-2020-3452 on CISCO devices.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%