CVE-2023-6792
13.12.2023, 19:15
An OS command injection vulnerability in the XML API of Palo Alto Networks PAN-OS software enables an authenticated API user to disrupt system processes and potentially execute arbitrary code with limited privileges on the firewall.
Vendor | Product | Version |
---|---|---|
paloaltonetworks | pan-os | 8.1.0 ≤ 𝑥 < 8.1.24 |
paloaltonetworks | pan-os | 9.0.0 ≤ 𝑥 < 9.0.17 |
paloaltonetworks | pan-os | 9.1.0 ≤ 𝑥 < 9.1.15 |
paloaltonetworks | pan-os | 10.0.0 ≤ 𝑥 < 10.0.12 |
paloaltonetworks | pan-os | 10.1.0 ≤ 𝑥 < 10.1.6 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')The software constructs a string for a command to executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
- 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.