CVE-2019-1579
Paloaltonetworks Pan-Os ≤ 7.1.19
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2019-1579 is a high-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 1% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
The vulnerability is a remote code execution flaw, tracked as CVE-2019-1579 and associated with CWE-134, that affects PAN-OS 7.1.18 and earlier, PAN-OS 8.0.11-h1 and earlier, and PAN-OS 8.1.2 and earlier when the GlobalProtect Portal or GlobalProtect Gateway interface is enabled. The issue carries a CVSS 3.1 score of 8.1 with a network attack vector, high complexity, no required privileges or user interaction, and high impact on confidentiality, integrity, and availability.
An unauthenticated remote attacker can exploit the flaw over the network to execute arbitrary code on the affected device. Successful exploitation grants the attacker full control of the target system, enabling actions that compromise data confidentiality, system integrity, and service availability.
Palo Alto Networks has published an advisory at security.paloaltonetworks.com/CVE-2019-1579 detailing the affected versions and remediation steps. Public analysis, including a detailed report referencing Uber as a case study, demonstrates practical pre-authentication exploitation of the GlobalProtect SSL VPN interfaces.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2019-10136
Vulnerability Data
Remote Code Execution in PAN-OS 7.1.18 and earlier, PAN-OS 8.0.11-h1 and earlier, and PAN-OS 8.1.2 and earlier with GlobalProtect Portal or GlobalProtect Gateway Interface enabled may allow an unauthenticated remote attacker to execute arbitrary code.
- CWE(s)
- KEV Date Added
- 10 January 2022
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect format-string vulnerabilities before release.
Secure SDLC mandates input validation and safe API usage that can prevent externally-controlled format strings.
Application security requirements can specify safe formatting functions and ban uncontrolled format strings.
Secure architecture principles discourage dangerous string-handling patterns that lead to format-string issues.
Secure coding standards directly forbid the use of untrusted format strings and prescribe safe alternatives.