Full Report
A newly disclosed cybersecurity issue, tracked as CVE-2026-0300, has drawn urgent attention due to its critical severity and active exploitation. The flaw affects PAN-OS, the operating system used in Palo Alto Networks firewalls, and has been categorized as a buffer overflow vulnerability with serious implications for enterprise security environments. The CVE-2026-0300 PAN-OS vulnerability was officially published on May 6, 2026, and updated the same day after being discovered in real-world production environments. It carries a CVSS score of 9.3, placing it firmly in the “critical” category. The issue stems from a buffer overflow vulnerability in the User-ID Authentication Portal, also known as the Captive Portal service, within PAN-OS. This flaw allows an unauthenticated attacker to execute arbitrary code with root privileges by sending specially crafted network packets. Because the attack requires no authentication, no user interaction, and can be carried out over the network with low complexity, the exposure risk is considered extremely high. Technical Details of the Buffer Overflow Vulnerability in PAN-OS The root cause of CVE-2026-0300 PAN-OS is classified under CWE-787: Out-of-bounds Write, a common but dangerous type of buffer overflow vulnerability. Attackers can exploit this flaw to overwrite memory and potentially take full control of affected systems. The vulnerability impacts PA-Series and VM-Series firewalls when the User-ID™ Authentication Portal is enabled. Importantly, Prisma Access, Cloud NGFW, and Panorama appliances are not affected. Security data associated with the vulnerability highlights the following: Attack Vector: Network Attack Complexity: Low Privileges Required: None User Interaction: None Confidentiality, Integrity, Availability Impact: High Additionally, the vulnerability is automatable and has already reached the “ATTACKED” stage in exploit maturity, indicating that real-world attacks have been observed. Active Exploitation and Risk Factors Evidence shows limited exploitation of CVE-2026-0300 PAN-OS, particularly targeting systems where the User-ID Authentication Portal is exposed to untrusted networks or the public internet. Environments that allow external access to this portal face the highest level of risk. The severity is further highlighted by the CVSS vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H This translates to a scenario where attackers can remotely compromise systems without needing credentials or user involvement, leveraging the buffer overflow vulnerability to gain root-level access. Affected and Unaffected Versions Multiple versions of PAN-OS are impacted by CVE-2026-0300, including: PAN-OS 12.1 versions prior to 12.1.4-h5 and 12.1.7 PAN-OS 11.2 versions prior to 11.2.4-h17, 11.2.7-h13, 11.2.10-h6, and 11.2.12 PAN-OS 11.1 versions prior to 11.1.4-h33, 11.1.6-h32, 11.1.7-h6, 11.1.10-h25, 11.1.13-h5, and 11.1.15 PAN-OS 10.2 versions prior to 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7, and 10.2.18-h6 Patches are scheduled with estimated availability dates ranging from May 13 to May 28, 2026. Cloud NGFW and Prisma Access deployments remain unaffected. Mitigation and Workarounds While patches are being rolled out, organizations are advised to take immediate steps to reduce exposure to the buffer overflow vulnerability in PAN-OS. Recommended mitigations include: Restricting access to the User-ID Authentication Portal to trusted internal IP addresses only Preventing any exposure of the portal to the public internet Disabling the User-ID Authentication Portal entirely if it is not required The risk associated with CVE-2026-0300 PAN-OS drops significantly when these best practices are implemented. Systems that already follow strict network segmentation and access control policies are at a much lower risk.
Analysis Summary
# Vulnerability: Critical Buffer Overflow in PAN-OS User-ID Authentication Portal
## CVE Details
- **CVE ID:** CVE-2026-0300
- **CVSS Score:** 9.3 (Critical) / CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H
- **CWE:** CWE-787: Out-of-bounds Write
## Affected Systems
- **Products:** Palo Alto Networks PA-Series and VM-Series firewalls.
- **Versions:**
- **PAN-OS 12.1:** Prior to 12.1.4-h5 and 12.1.7
- **PAN-OS 11.2:** Prior to 11.2.4-h17, 11.2.7-h13, 11.2.10-h6, and 11.2.12
- **PAN-OS 11.1:** Prior to 11.1.4-h33, 11.1.6-h32, 11.1.7-h6, 11.1.10-h25, 11.1.13-h5, and 11.1.15
- **PAN-OS 10.2:** Prior to 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7, and 10.2.18-h6
- **Configurations:** Systems are only vulnerable if the **User-ID Authentication Portal** (Captive Portal) is enabled. Prisma Access, Cloud NGFW, and Panorama appliances are **not** affected.
## Vulnerability Description
CVE-2026-0300 is a critical buffer overflow (out-of-bounds write) vulnerability within the User-ID Authentication Portal service of PAN-OS. The flaw allows an unauthenticated remote attacker to send specially crafted network packets to the portal. Processing these packets results in memory corruption, enabling the attacker to execute arbitrary code with root-level privileges on the firewall.
## Exploitation
- **Status:** **Exploited in the wild.** Evidence shows limited exploitation targeting internet-facing portals.
- **Complexity:** Low
- **Attack Vector:** Network (Remote, no authentication or user interaction required).
## Impact
- **Confidentiality:** High (Full system compromise/Root access)
- **Integrity:** High (Full system compromise/Root access)
- **Availability:** High (Device takeover or service disruption)
## Remediation
### Patches
Patches are being released in waves between **May 13 and May 28, 2026**. Organizations should upgrade to the following hotfix or maintenance releases as they become available:
- PAN-OS 12.1.4-h5 / 12.1.7
- PAN-OS 11.2.4-h17 / 11.2.7-h13 / 11.2.10-h6 / 11.2.12
- PAN-OS 11.1.4-h33 / 11.1.6-h32 / 11.1.7-h6 / 11.1.10-h25 / 11.1.13-h5 / 11.1.15
- PAN-OS 10.2.7-h34 / 10.2.10-h36 / 10.2.13-h21 / 10.2.16-h7 / 10.2.18-h6
### Workarounds
If patching is not immediately possible, implement these mitigations:
- **Immediate Disabling:** Disable the User-ID Authentication Portal if not strictly required for operations.
- **Access Control:** Restrict access to the portal to trusted, internal IP addresses only.
- **Exposure Reduction:** Ensure the portal is not exposed to the public internet or untrusted networks via security policies.
## Detection
- **Indicators of Compromise:** Monitor for unusual network traffic directed at the Captive Portal service and audit system logs for unexpected root-level activity or service crashes.
- **Detection methods:** Audit firewall configurations to identify if the "User-ID Authentication Portal" is active and reachable from untrusted zones.
## References
- **Vendor Advisory:** hxxps[://]thecyberexpress[.]com/cve-2026-0300-buffer-overflow-vulnerability/
- **Weakness Type:** hxxps[://]cwe[.]mitre[.]org/data/definitions/787[.]html