CVE-2019-12693
02.10.2019, 19:15
A vulnerability in the Secure Copy (SCP) feature of Cisco Adaptive Security Appliance (ASA) Software could allow an authenticated, remote attacker to cause a denial of service (DoS) condition. The vulnerability is due to the use of an incorrect data type for a length variable. An attacker could exploit this vulnerability by initiating the transfer of a large file to an affected device via SCP. To exploit this vulnerability, the attacker would need to have valid privilege level 15 credentials on the affected device. A successful exploit could allow the attacker to cause the length variable to roll over, which could cause the affected device to crash.Enginsight
Vendor | Product | Version |
---|---|---|
cisco | adaptive_security_appliance | 𝑥 < 9.6.4.30 |
cisco | adaptive_security_appliance_software | 9.7 ≤ 𝑥 < 9.8.4 |
cisco | adaptive_security_appliance_software | 9.9 ≤ 𝑥 < 9.9.2.50 |
cisco | adaptive_security_appliance_software | 9.10 ≤ 𝑥 < 9.10.1.22 |
cisco | adaptive_security_appliance_software | 9.12 ≤ 𝑥 < 9.12.2.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-704 - Incorrect Type Conversion or CastThe software does not correctly convert an object, resource, or structure from one type to a different type.
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.