Unit 42 Reports Active Exploitation of PAN-OS CVE-2026-0257 Authentication Bypass Vulnerability

Active Exploitation of Critical PAN-OS Auth Bypass (CVE-2026-0257) Detected in the Wild

CRITICAL
June 6, 2026
June 10, 2026
6m read
VulnerabilityCyberattackPatch Management

Related Entities(initial)

Organizations

CISACyber Threat AlliancePalo Alto NetworksRapid7Unit 42

Products & Tech

Cortex XpanseGlobalProtectPAN-OS

CVE Identifiers

CVE-2026-0257
CRITICAL

Full Report(when first published)

Executive Summary

An unidentified threat actor is actively exploiting CVE-2026-0257, a critical authentication bypass vulnerability in Palo Alto Networks' PAN-OS software. The flaw resides in the GlobalProtect portal and gateway components, allowing an unauthenticated attacker to bypass all security controls and establish a VPN connection. Due to confirmed in-the-wild exploitation, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added this vulnerability to its Known Exploited Vulnerability (KEV) catalog.

Unit 42 reports that while attackers are successfully probing devices and establishing VPN sessions, no subsequent lateral movement has been observed yet. However, the initial access gained is a significant foothold that could lead to broader network compromise. All organizations using affected PAN-OS versions are strongly advised to apply patches or recommended mitigations immediately and proactively hunt for signs of exploitation.


Vulnerability Details

CVE-2026-0257 is an authentication bypass vulnerability impacting the GlobalProtect features within PAN-OS. The technical root cause allows an attacker to send a specially crafted request to a vulnerable GlobalProtect gateway or portal, which tricks the system into granting a valid VPN session without any authentication credentials. This effectively renders authentication controls useless for the VPN service.

The attack vector is the network, and it requires no user interaction. An attacker only needs network access to the vulnerable GlobalProtect interface, which is often internet-facing, making the potential attack surface vast.

Affected Systems

This vulnerability affects multiple versions of PAN-OS software where the GlobalProtect gateway or portal is configured. Organizations must consult the official Palo Alto Networks security advisory for the definitive list of affected product versions and platforms. Key affected products include:

  • PAN-OS firewalls
  • Panorama M-Series or virtual appliances
  • GlobalProtect cloud service

Exploitation Status

Active, in-the-wild exploitation has been confirmed by Unit 42 and other security firms like Rapid7. The activity began prior to the public release of a Proof-of-Concept (PoC) exploit, with a notable increase in scanning and exploitation attempts after the PoC became available around May 29, 2026. The inclusion of CVE-2026-0257 in the CISA KEV catalog on May 29, 2026, underscores the urgency and widespread nature of the threat.

Impact Assessment

Successful exploitation of CVE-2026-0257 grants an attacker an authenticated session on the corporate VPN. This provides a trusted entry point into the internal network, bypassing a critical layer of perimeter defense. The business impact could be severe, including:

  • Initial Access: Attackers gain a foothold within the network, from which they can conduct reconnaissance and plan further attacks.
  • Data Exfiltration: Once inside, attackers can potentially access and steal sensitive corporate data, intellectual property, and customer information.
  • Lateral Movement: The VPN access can be used as a launchpad for lateral movement to other systems, deployment of malware, or ransomware attacks.
  • Reputational Damage: A breach originating from a compromised security appliance can lead to significant loss of customer trust and reputational harm.

While Unit 42 has not yet observed post-access behavior, security teams must assume that attackers will leverage this access for malicious purposes.

IOCs — Directly from Articles

The source article advises searching for specific indicators but does not provide a concrete list of IPs, domains, or hashes. Organizations are advised to monitor for suspicious patterns as described in the detection section.

Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns that could indicate related activity:

Type
Log Event
Value
gateway-connected
Description
Search GlobalProtect logs for successful connections from unusual or non-corporate IP addresses.
Type
Log Pattern
Value
Suspicious Host IDs/Device Names
Description
Monitor for login events with unusual client device names, especially those matching patterns from public PoC tools.
Type
Network Traffic
Value
Anomalous Data Transfer
Description
Monitor VPN sessions for unusual data transfer volumes or connections to known malicious destinations.
Type
Log Source
Value
GlobalProtect Logs
Description
Ensure logging is enabled and ingested into a SIEM for correlation and analysis.

Detection & Response

Security Operations Centers (SOCs) should immediately implement detection rules and hunting queries to identify exploitation of CVE-2026-0257.

  1. Log Analysis (D3-LPA):

    • Query GlobalProtect logs for successful gateway-connected events.
    • Scrutinize the source IP, username (if available), and device name for any anomalies.
    • Create alerts for successful connections from IPs with no prior history of connecting to the VPN.
    • Look for connections that use hard-coded client configuration values found in public PoC code.
  2. Network Traffic Analysis (D3-NTA):

    • Monitor traffic to and from the GlobalProtect management interface. Baseline normal traffic patterns and alert on deviations.
    • Use tools like Palo Alto Networks Cortex Xpanse to identify all publicly exposed PAN-OS gateways and portals.
  3. Incident Response:

    • If a successful exploitation is identified, immediately activate incident response protocols.
    • Isolate the affected device if possible.
    • Terminate the suspicious VPN session.
    • Preserve logs and forensic artifacts from the firewall.
    • Begin an internal investigation to determine if any post-exploitation activity occurred.

Mitigation

Immediate action is required to mitigate this vulnerability. Organizations should prioritize the following steps:

  1. Patching (D3-SU): The most effective mitigation is to upgrade to a patched version of PAN-OS as detailed in the Palo Alto Networks security advisory. This should be the top priority. M1051 - Update Software

  2. Apply Workarounds: If patching is not immediately feasible, apply the workarounds and mitigations provided by Palo Alto Networks. These may involve specific configuration changes to restrict access or disable certain features. M1054 - Software Configuration

  3. Restrict Access (D3-ITF): Limit access to the GlobalProtect portal and gateway management interfaces to only trusted IP addresses and administrative networks. Do not expose these interfaces to the public internet unless absolutely necessary. M1035 - Limit Access to Resource Over Network

  4. Enable Threat Prevention: Utilize Palo Alto Networks Threat Prevention subscriptions and Advanced URL Filtering to block known malicious IP addresses associated with this activity. M1031 - Network Intrusion Prevention

Timeline of Events

1
May 29, 2026
CVE-2026-0257 is added to the CISA Known Exploited Vulnerability (KEV) catalog following the availability of a PoC.
2
June 5, 2026
Unit 42 publishes a threat brief confirming active exploitation of CVE-2026-0257 in the wild.
3
June 6, 2026
This article was published

Article Updates

June 10, 2026

New Indicators of Compromise (IOCs) for CVE-2026-0257 exploitation, including specific IP addresses and device names, have been released by Unit 42.

Unit 42 has released a critical update providing specific Indicators of Compromise (IOCs) for the active exploitation of CVE-2026-0257. These include several suspicious IP addresses (e.g., 198.51.100.1, 203.0.113.10), hard-coded MAC addresses (e.g., 36:29:AF:C5:8F:BF), and device names (e.g., 'Win11', 'localhost.localdomain', 'pya-23-95-135') observed in pre-PoC exploitation. Organizations are urged to immediately search their GlobalProtect logs for these specific indicators to identify potential breaches and enhance their detection capabilities.

Update Sources:

Timeline of Events

1
May 29, 2026

CVE-2026-0257 is added to the CISA Known Exploited Vulnerability (KEV) catalog following the availability of a PoC.

2
June 5, 2026

Unit 42 publishes a threat brief confirming active exploitation of CVE-2026-0257 in the wild.

Sources & References(when first published)

Threat Brief: Active Exploitation of PAN-OS CVE-2026-0257
unit42.paloaltonetworks.comJune 5, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Active ExploitationAuthentication BypassCVE-2026-0257GlobalProtectKEVPAN-OSVPN

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.