CVE-2020-2008
13.05.2020, 19:15
An OS command injection and external control of filename vulnerability in Palo Alto Networks PAN-OS allows authenticated administrators to execute code with root privileges or delete arbitrary system files and impact the system's integrity or cause a denial of service condition. This issue affects: All versions of PAN-OS 7.1 and 8.0; PAN-OS 8.1 versions earlier than 8.1.14.
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-73 - External Control of File Name or PathThe software allows user input to control or influence paths or file names that are used in filesystem operations.
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.