T The Triage ManualTechnical Guides for IT Emergencies
P1 · Network Infrastructure

Critical Unauthenticated Buffer Overflow in PAN-OS User-ID Authentication Portal — CVE-2026-0300 (RCE as Root)

CVE-2026-0300 is a CWE-787 buffer overflow in the PAN-OS User-ID Authentication Portal (Captive Portal) allowing unauthenticated remote code execution as root via specially crafted packets. Affected PA-Series and VM-Series firewalls with Authentication Portal exposed to untrusted networks are vulnerable — no authentication required. State-sponsored threat cluster CL-STA-1132 is actively exploiting this vulnerability in the wild. Immediate mitigation requires disabling the Authentication Portal or restricting it to trusted internal zones only, with vendor patches rolling out May 13–28, 2026.

Indicators

Likely causes

Diagnostic steps

  1. Check whether the User-ID Authentication Portal is currently enabled: navigate to Device > User Identification > Authentication Portal Settings and verify the 'Enable Authentication Portal' checkbox state. Via CLI: 'show user-id-agent config all'
    Confirm whether the vulnerable component is active — if Authentication Portal is not enabled, the device is not exposed to CVE-2026-0300
  2. Determine the exact PAN-OS version via CLI: 'show system info | match sw-version' or check the web UI Dashboard under General Information
    Establish whether each device runs a version listed as affected (12.1 <= 12.1.4-h5, 11.2 <= 11.2.4-h17, 11.1 <= 11.1.4-h33, 10.2 <= 10.2.7-h34) to prioritize remediation
  3. Review network zone configuration to determine Authentication Portal exposure: check Network > Zones and Network > Interfaces to identify which zones can reach the portal service. Review Security Policy rules permitting traffic to the Authentication Portal
    Assess actual attack surface — exploitation requires the portal to be reachable from untrusted IPs or the public internet
  4. Search Shodan for your organisation's public IP ranges: 'shodan search "PAN-OS" net:YOUR.IP.RANGE/24' or use Shodan web interface to confirm whether any exposed devices have Authentication Portal responding externally
    Quantify external exposure — Shodan identifies approximately 225,000 internet-facing PAN-OS instances globally; validate whether your assets are among them
  5. Review firewall system logs for suspicious activity: CLI command 'show log system' and 'show log traffic' — look for unexpected crashes, restarts, or anomalous connection patterns to the Authentication Portal interface
    Detect potential exploitation attempts or successful compromise before applying mitigations
  6. Search endpoint telemetry and firewall filesystem for post-exploitation indicators: presence of open-source tunneling tools (e.g., chisel, ngrok, frp), unexpected outbound connections, or Active Directory enumeration traffic originating from the firewall
    Detect signs of compromise by threat cluster CL-STA-1132, whose known TTPs include deploying tunneling tools and conducting AD enumeration after initial access
  7. Confirm CVE-2026-0300 appears in vulnerability scan results: run authenticated scan against PAN-OS devices using Rapid7 InsightVM, Nexpose, or Exposure Command
    Validate vulnerability management tooling is detecting the exposure so affected assets appear in remediation workflows

Resolution path

Prevention

Tools

References

CVE-2026-0300PAN-OSPalo-Alto-Networksbuffer-overflowCWE-787unauthenticated-rceremote-code-executionfirewallPA-SeriesVM-SeriesUser-IDAuthentication-PortalCaptive-PortalCISA-KEVactively-exploitedstate-sponsoredCL-STA-1132CVSSv4-9.3criticalnetwork-securityenterprise-firewallperimeter-securityworkaround-availablepatch-availableP1