CVE-2024-20379
23.10.2024, 18:15
A vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software, formerly Firepower Management Center Software, could allow an authenticated, remote attacker to read arbitrary files from the underlying operating system. This vulnerability exists because the web-based management interface does not properly validate user-supplied input. An attacker could exploit this vulnerability by sending a crafted HTTP request to an affected device. A successful exploit could allow the attacker to read arbitrary files on the underlying operating system of the affected device. The attacker would need valid user credentials to exploit this vulnerability.
Vendor | Product | Version |
---|---|---|
cisco | firepower_management_center | 7.4.0 |
cisco | firepower_management_center | 7.4.1 |
cisco | firepower_management_center | 7.4.1.1 |
cisco | secure_firewall_management_center | 7.3.0 |
cisco | secure_firewall_management_center | 7.3.1 |
cisco | secure_firewall_management_center | 7.3.1.1 |
cisco | secure_firewall_management_center | 7.3.1.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-36 - Absolute Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.