Hack The Sec - Leading Resource Of Linux Tutorial
[HIGH PRIORITY] Palo Alto PAN-OS Privilege Escalation (CVE-2024-0012)

[HIGH PRIORITY] Palo Alto PAN-OS Privilege Escalation (CVE-2024-0012)

PAN-OS privilege escalation patch CVE-2024-0012

⚠ HIGH PRIORITY — CISA KEV. CVE-2024-0012 is a privilege escalation in Palo Alto PAN-OS management plane. Chained with CVE-2024-9474 auth bypass, attackers gain root on firewalls and modify security policies.

Affected PAN-OS

  • PAN-OS 10.2 before 10.2.12-h2
  • PAN-OS 11.0 before 11.0.6-h1
  • PAN-OS 11.1 before 11.1.5-h1
  • Management interface reachable from untrusted networks

Verify version

> show system info | match sw-version
> show system setting management

Patching Method

  1. Download fixed PAN-OS image from Palo Alto support portal matching your train.
  2. Schedule maintenance — firewall may fail over in HA pair.
  3. Install via Device → Software → Check Now → Download and Install.
  4. Reboot when prompted; confirm HA sync after patch.
  5. Export running config and diff against pre-patch baseline for rogue rules/users.
  6. Also patch CVE-2024-9474 if not already on fixed management-auth build.
> show system info | match sw-version
> show config diff
> show admins all

Workaround

  • Never expose PAN-OS management to internet
  • Restrict mgmt VLAN to jump host IP only
  • Enable MFA on all admin accounts immediately
H

About the author

I am a Linux Administrator and Security Expert. Through this site I share Linux tutorials, hardening guides and security news.

Comments