CVE-2020-1990
08.04.2020, 19:15
A stack-based buffer overflow vulnerability in the management server component of PAN-OS allows an authenticated user to upload a corrupted PAN-OS configuration and potentially execute code with root privileges. This issue affects Palo Alto Networks PAN-OS 8.1 versions before 8.1.13; 9.0 versions before 9.0.7. This issue does not affect PAN-OS 7.1.Enginsight
Vendor | Product | Version |
---|---|---|
paloaltonetworks | pan-os | 8.1.0 ≤ 𝑥 < 8.1.13 |
paloaltonetworks | pan-os | 9.0.0 ≤ 𝑥 < 9.0.7 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.