vulnerability

Palo Alto GlobalProtect auth bypass turns cookie trust into VPN access risk

Lucas OliveiraLucas OliveiraResearch
June 1, 2026·5 min read
Palo Alto GlobalProtect auth bypass turns cookie trust into VPN access risk

CVE-2026-0257 matters because it turns a trust shortcut on the VPN edge into an identity problem. Palo Alto Networks published the advisory on May 13, 2026, then updated it on May 29, 2026 to mark the issue as attacked. Rapid7 says it observed successful exploitation against numerous customers as early as May 17, 2026. That means defenders should stop reading this as a merely conditional vulnerability and start treating it as an exposed remote-access control failure.

The vulnerable condition is specific, but the lesson is broader. If a GlobalProtect deployment reuses certificate trust in the wrong place, an attacker may not need stolen credentials at all. They may be able to forge what the gateway accepts as proof and establish an unauthorized VPN connection.

What happened

Palo Alto says CVE-2026-0257 affects the GlobalProtect portal and gateway in PAN-OS, and also impacts Prisma Access in the affected release trains. The advisory describes the flaw as an authentication bypass that can let an attacker establish an unauthorized VPN connection. Panorama and Cloud NGFW are not impacted.

The important change came on May 29, 2026, when Palo Alto updated the advisory's exploitation status. The page now marks exploit maturity as ATTACKED and lists patch guidance across the affected PAN-OS 10.2, 11.1, 11.2, and 12.1 branches, plus Prisma Access fixes.

Rapid7 added the operational context. Its May 29 post says MDR observed successful exploitation across numerous customers, with the earliest observed activity on May 17, 2026 and another wave on May 21, 2026. In other words, this was not just theoretical exposure sitting in a bulletin. Attackers were already testing it against real edge infrastructure.

On paper, the advisory looks narrower than many internet-facing bugs. Palo Alto notes that exploitation depends on the use of authentication override cookies and a specific certificate setup. That condition likely explains why the issue did not initially look like the worst PAN-OS story of the month.

But edge trust bugs should not be judged only by the vendor severity label. This one sits in the path that decides who gets a VPN session. If that trust decision can be faked, the attacker moves from "outside the perimeter" to "inside the remote-access channel" without needing a normal login flow.

Rapid7 says the exposed pattern involves GlobalProtect accepting decrypted authentication override cookie contents without signature verification. If the same certificate is reused for both HTTPS services and authentication override cookies, an attacker can obtain the public certificate material and use it to help forge a cookie the system will accept. That is the crucial defender takeaway: the problem is not just cookie handling, but reused trust material on an edge identity control.

Why this is strategically important

Remote-access infrastructure already carries a high concentration of trust. It sits between the public internet and internal systems, often with broad network reach once a session is established. That makes authentication bypass on a VPN gateway far more consequential than a routine web bug.

This changes risk in three ways:

  • the initial exploit lands on an edge service, not a low-value internal application
  • a successful session can give attackers a legitimate-looking network foothold instead of forcing noisier malware delivery
  • defenders may be pushed quickly into containment, credential review, and lateral movement analysis even if the first observable event is "just" a suspicious VPN login

That is why CVE-2026-0257 deserves attention beyond its configuration dependency. It touches the mechanism that translates internet traffic into trusted user access.

What defenders should do now

1. Patch the affected PAN-OS and Prisma Access releases

Palo Alto's advisory includes fixed versions across the supported branches. The safest path is to move directly to the vendor-listed fixed releases instead of relying on partial assumptions about whether a deployment is exposed.

2. Review whether Authentication Override is enabled

If Authentication Override is not essential, Palo Alto says to disable it. If it must remain enabled, the vendor says to use a dedicated certificate for authentication override cookies and not reuse the portal or gateway certificate for that purpose.

Rapid7's write-up makes this an important review item. Look for unusual GlobalProtect authentication events, especially successful logins tied to local administrator context, odd source IPs, or sessions that do not line up with user behavior. Even failed attempts matter because they may show reconnaissance against exposed gateways.

4. Treat this as identity and edge risk, not just firewall patching

Many teams still separate firewall operations from identity assurance. CVE-2026-0257 argues against that split. A flaw in remote-access session trust belongs in the same priority tier as SSO, MFA, and privileged identity controls.

5. Validate what a successful VPN session could reach

If a suspicious or unauthorized session was established before patching, the investigation should extend beyond the device itself. Review segmentation, privileged access paths, admin interfaces reachable through VPN, and logs that would indicate post-access reconnaissance or privilege abuse.

The broader lesson for edge security

CVE-2026-0257 is another reminder that attackers do not always break identity by stealing credentials. Sometimes they break the trust logic that decides whether credentials are needed in the first place. When remote-access platforms rely on reusable cryptographic material and shortcut validation in the wrong place, the edge becomes a blind spot.

For defenders, the lesson is simple: conditional edge flaws still deserve urgent action when the condition is realistic in enterprise deployments. A VPN control that can be tricked into granting access is not a medium-priority inconvenience. It is a direct question about who the network trusts.

What is CVE-2026-0257?

It is an authentication bypass flaw affecting Palo Alto Networks GlobalProtect portal and gateway components in PAN-OS, with related impact on Prisma Access in affected releases.

Is the issue being exploited in the wild?

Yes. Palo Alto updated the advisory on May 29, 2026 to mark exploitation status as attacked, and Rapid7 says it observed successful exploitation beginning on May 17, 2026.

What are the main mitigations besides patching?

Palo Alto says organizations should disable Authentication Override if possible, or use a dedicated certificate for Authentication Override cookies instead of reusing the portal or gateway certificate.

References

  1. Palo Alto Networks Security Advisory: CVE-2026-0257 PAN-OS: GlobalProtect Authentication Bypass Vulnerabilities
  2. Rapid7 Observed Exploitation of PAN-OS GlobalProtect Authentication Bypass Vulnerability (CVE-2026-0257)
  3. NVD: CVE-2026-0257

Written by

Lucas Oliveira

Research

A DevOps engineer and cybersecurity enthusiast with a passion for uncovering the latest in zero-day exploits, automation, and emerging tech. I write to share real-world insights from the trenches of IT and security, aiming to make complex topics more accessible and actionable. Whether I’m building tools, tracking threat actors, or experimenting with AI workflows, I’m always exploring new ways to stay one step ahead in today’s fast-moving digital landscape.