CVE-2020-2027
10.06.2020, 18:15
A buffer overflow vulnerability in the authd component of the PAN-OS management server allows authenticated administrators to disrupt system processes and potentially execute arbitrary code with root privileges. This issue affects: All versions of PAN-OS 7.1 and PAN-OS 8.0; PAN-OS 8.1 versions earlier than PAN-OS 8.1.13; PAN-OS 9.0 versions earlier than PAN-OS 9.0.7.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 |
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.