CVE-2020-2006
13.05.2020, 19:15
A stack-based buffer overflow vulnerability in the management server component of PAN-OS that allows an authenticated user to potentially execute arbitrary code with root privileges. This issue affects: All versions of PAN-OS 7.1 and 8.0; PAN-OS 8.1 versions earlier than 8.1.14.Enginsight
Vendor | Product | Version |
---|---|---|
paloaltonetworks | pan-os | 7.1.0 ≤ 𝑥 ≤ 7.1.26 |
paloaltonetworks | pan-os | 8.0.0 ≤ 𝑥 ≤ 8.0.20 |
paloaltonetworks | pan-os | 8.1.0 ≤ 𝑥 ≤ 8.1.13 |
𝑥
= 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.