Palo Alto GlobalProtect CVE-2026-0257 is now a documented ransomware entry point. Arctic Wolf Labs said on July 20, 2026 that it investigated several separate intrusions during June 2026 that ended in domain-wide Qilin ransomware encryption, and that each one began with exploitation of the PAN-OS authentication bypass against an internet-facing firewall. Palo Alto Networks shipped fixes on May 13, 2026, and CISA added the flaw to its Known Exploited Vulnerabilities catalog on May 29.
Any organisation still running an unpatched GlobalProtect portal or gateway with authentication override cookies enabled should treat this as live ransomware exposure rather than a backlog ticket. The attacker arrives holding what the firewall accepts as a valid session.
Key takeaways
- Arctic Wolf Labs traced multiple June 2026 Qilin ransomware intrusions to CVE-2026-0257 as the initial access vector.
- Exploitation needs three conditions: an exposed GlobalProtect portal or gateway, authentication override cookies enabled, and a reused or publicly exposed cookie certificate.
- Palo Alto Networks raised the CVSS score from 4.7 to 7.8 on May 29, 2026, the day CISA added the bug to its KEV catalog.
- Post-exploitation tradecraft varied by affiliate, from encryption-only runs to full double extortion with data staged to MEGA.
- Arctic Wolf assesses with moderate confidence that these intrusions are still ongoing.
Affected
What Arctic Wolf Labs found
Arctic Wolf Labs investigated several distinct intrusions during June 2026 that all began the same way: exploitation of CVE-2026-0257 against an internet-facing Palo Alto Networks firewall, followed by domain-wide Qilin ransomware encryption. The firm published the findings on July 20, 2026.
What changed with this report is the outcome, not the vulnerability. Earlier coverage from Rapid7 and Arctic Wolf documented unauthorised VPN logins and light internal reconnaissance. This research connects the same entry point to finished ransomware operations across separate victim environments.
Arctic Wolf notes that tradecraft after the initial break-in differed between cases. Some operators encrypted quickly with little dwell time and no data theft. Others spent time on reconnaissance, planted several remote access tools, and exfiltrated data before encrypting. That spread points to multiple affiliates working under the Qilin ransomware-as-a-service model rather than one crew.
How Palo Alto GlobalProtect CVE-2026-0257 works
CVE-2026-0257 is an authentication bypass in the GlobalProtect portal and gateway of Palo Alto Networks PAN-OS. Vulnerable builds accept any authentication override cookie they can decrypt, without checking that the appliance actually issued it. An unauthenticated attacker who can obtain the right certificate can therefore forge a cookie for any account, including admin, and open a VPN session with no password and no MFA prompt.
Authentication override is an optional convenience feature. It hands a previously authenticated user a cookie so they can reconnect for a set period without retyping credentials. Palo Alto Networks classifies the underlying weakness as CWE-565, reliance on cookies without validation and integrity checking.
Per Arctic Wolf's June 4, 2026 bulletin, three conditions must all hold for exploitation to succeed: a GlobalProtect portal or gateway is enabled, authentication override cookies are turned on, which is not the default, and the certificate used for those cookies is reused or exposed elsewhere. Reusing the portal HTTPS certificate is the common mistake, because the public certificate chain can simply be retrieved from the exposed service.
High, not critical
Palo Alto Networks rates CVE-2026-0257 as High with a CVSS score of 7.8, despite several headlines calling it critical. The score was raised from 4.7 on May 29, 2026 after a working proof of concept appeared.
Inside the Qilin attack chain
Once a session was live, the operators moved fast toward domain control. Arctic Wolf observed VPN sessions opened from hosts self-identifying as kali, with several source IP addresses appearing both as exploitation sources and as session origins. That overlap suggests shared tooling or shared infrastructure across intrusions.
Credential theft came next. The operators dumped LSASS memory through rundll32.exe and comsvcs.dll, writing the output to a .odt file rather than the usual .dmp extension, then pulled the full Active Directory database using ntdsutil.exe with the Install From Media method.
Lateral movement ran on those stolen credentials, mainly through PsExec over administrative shares, with RDP as a secondary path. Before encrypting, the operators cleared their tracks. One routine enumerated every Windows event log channel holding records and cleared each in turn, which wipes peripheral channels such as PowerShell Operational and Task Scheduler, not just Security and System. Microsoft Defender real-time protection was disabled in some cases.
The payload itself was consistent: a binary named win.exe staged in the PerfLogs directory, which exists by default, is rarely watched by file integrity tools, and is often writable without elevation. In double-extortion cases, Rclone moved stolen data to MEGA first, and Veeam backup infrastructure was targeted to remove recovery options.
Which PAN-OS versions are affected?
The advisory lists four PAN-OS trains plus Prisma Access, and neither Panorama nor Cloud NGFW is affected. Fixed builds are 12.1.4-h6 or 12.1.7 for PAN-OS 12.1; 11.2.4-h17, 11.2.7-h14, 11.2.10-h7 or 11.2.12 for 11.2; 11.1.4-h33, 11.1.6-h32, 11.1.7-h6, 11.1.10-h25, 11.1.13-h5 or 11.1.15 for 11.1; and 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7 or 10.2.18-h6 for 10.2. Prisma Access is fixed at 10.2.10-h36 and 11.2.7-h13, upgraded by Palo Alto Networks on its own schedule.
Exposure is wide in absolute terms. BleepingComputer reported on July 21, 2026 that Shadowserver tracks over 167,000 GlobalProtect instances reachable online, with Shodan finding more than 172,000 IP addresses carrying a GlobalProtect fingerprint. Neither figure says how many are patched, honeypots, or configured with authentication override at all.
One note for administrators planning the upgrade: after patching, the firewall regenerates authentication override cookies using a stronger method, so GlobalProtect users have to re-authenticate once even if they hold a valid cookie. It is a one-time requirement.
What the vendor and CISA have said
Palo Alto Networks disclosed CVE-2026-0257 on May 13, 2026 and updated the advisory on May 29 to state that it had become aware of limited exploit attempts against unpatched devices without mitigations applied. The advisory carries a suggested urgency of Highest and an exploit maturity of Attacked.
CISA added the flaw to its Known Exploited Vulnerabilities catalog on May 29, 2026, with a remediation due date of June 1 for federal civilian agencies. That three day window is unusually tight and signals how CISA read the risk at the time, well before the ransomware link became public.
Arctic Wolf Labs assesses with moderate confidence that intrusions using CVE-2026-0257 and ending in Qilin ransomware are likely ongoing, citing the volume of scanning activity and the tendency of ransomware-as-a-service models to spread a working exploit across affiliates. Qilin, also tracked as Agenda, has run a double-extortion operation since at least 2022 and claims more than 2,000 victims on its leak site, per BleepingComputer.
What to do now
Patching is the fix, but patching alone is not enough once a cookie has already been forged. Arctic Wolf's guidance is to upgrade every internet-facing appliance to a fixed build, then follow vendor guidance to terminate all active GlobalProtect sessions so any unauthorised tunnel is dropped immediately.
If an upgrade window is not available yet, the vendor offers two mitigations. Generate a certificate used only for authentication override cookies and share it with nothing else, or uncheck the authentication override options on both the portal and the gateway. The second option costs users more logins and removes the exploit path entirely.
Where exploitation is suspected, Arctic Wolf recommends assuming full domain compromise, because the observed chain reaches LSASS and NTDS quickly. That means rotating domain administrator passwords, service account passwords, cloud storage credentials, and the KRBTGT account twice per Microsoft guidance.
What to hunt for in GlobalProtect logs
The highest signal pattern is a cookie decryption error immediately followed by a clean authentication success in the same session. Also look for successful logins as admin from hosting provider or VPS address space, machine names such as kali, GP-CLIENT or DESKTOP-prefixed Windows defaults, executable creation inside the PerfLogs directory, and PSEXESVC.exe appearing on hosts where PsExec is not sanctioned.
Forward your logs off the box
Monitor Windows Security event ID 1102, audit log cleared. Arctic Wolf saw enterprise-wide log clearing immediately before encryption, so real-time SIEM forwarding is what preserves the evidence.
What to watch next
Three things are worth tracking. First, whether other ransomware brands adopt the same entry point: a public proof of concept plus a large exposed install base is the usual precondition, and Qilin affiliates were not the only actors scanning for it.
Second, whether the exposed instance count falls. The Shadowserver and Shodan figures do not separate patched from unpatched devices, so a drop in GlobalProtect fingerprints would be a rough proxy for remediation progress.
Third, whether Arctic Wolf's moderate confidence assessment firms up or fades. The firm said it will update detections and guidance as new intelligence lands, and its indicator set is published openly for defenders to consume.
Timeline
Impact & actions
Exploitation of CVE-2026-0257 gives an unauthenticated attacker interactive network access through a GlobalProtect tunnel. In the cases Arctic Wolf investigated, that access led to full domain compromise and Qilin ransomware encryption within days.
Security: Perimeter authentication controls including MFA are bypassed entirely, because the forged cookie produces a session the firewall treats as already authenticated.
Privacy: In double-extortion cases, data was exfiltrated to MEGA before encryption, creating a disclosure risk for personal and commercial data.
Recommended actions · Immediate urgency
- 1Upgrade every internet-facing PAN-OS firewall and affected Prisma Access tenant to a fixed build
- 2Terminate all active GlobalProtect sessions once the upgrade is complete
- 3If patching must wait, use a dedicated certificate for authentication override cookies or disable the feature on portal and gateway
- 4Hunt GlobalProtect logs for successful logins from hosting provider address space and kali or DESKTOP-prefixed machine names
- 5Assume domain compromise where exploitation is confirmed and rotate credentials including KRBTGT twice
- 6Apply file integrity monitoring and application control to the PerfLogs directory and alert on Windows Security event ID 1102
Technical details
- CVSS
- 7.8
- Exploitation
- Exploited in the wild
- Attack vector
- Network. A remote unauthenticated attacker forges a GlobalProtect authentication override cookie using a reused or publicly exposed certificate, then establishes a VPN session without credentials.
- Affected versions
- PAN-OS 12.1 before 12.1.4-h6 or 12.1.7, PAN-OS 11.2 before 11.2.4-h17, 11.2.7-h14, 11.2.10-h7 or 11.2.12, PAN-OS 11.1 before 11.1.4-h33, 11.1.6-h32, 11.1.7-h6, 11.1.10-h25, 11.1.13-h5 or 11.1.15, PAN-OS 10.2 before 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7 or 10.2.18-h6, Prisma Access 10.2.0 before 10.2.10-h36 and 11.2.0 before 11.2.7-h13
- Patched versions
- PAN-OS 12.1.4-h6 or 12.1.7, PAN-OS 11.2.4-h17, 11.2.7-h14, 11.2.10-h7 or 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 or 11.1.15, PAN-OS 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7 or 10.2.18-h6, Prisma Access 10.2.10-h36 or 11.2.7-h13
Indicators of compromise
- Ip
- 108.61.229[.]217 — VPN session source from a kali-identified host
- Ip
- 108.61.75[.]232 — VPN session source from a kali-identified host
- Ip
- 199.247.22[.]193 — VPN session source from a kali-identified host
- Ip
- 70.34.205[.]43 — VPN session source from a kali-identified host
- Ip
- 2.188.33[.]52 — VPN session source from a kali-identified host
- File
- C:\PerfLogs\win.exe — Qilin ransomware payload staging path and filename
Mitigations
- Upgrade to a fixed PAN-OS or Prisma Access build
- Terminate all active GlobalProtect sessions after upgrading
- Restrict GlobalProtect portal and gateway exposure to trusted IP ranges
- Enforce MFA on privileged accounts and disable or rename default admin accounts
- Forward Windows event logs to a SIEM in real time
Response
Vendor
Authorities
Customer guidance
Upgrade to a fixed build. If that is not immediately possible, either generate a dedicated certificate used only for authentication override cookies, or disable the authentication override options on the GlobalProtect portal and gateway. After upgrading, terminate active GlobalProtect sessions.
Updates
First version, built from the Palo Alto Networks advisory, Arctic Wolf Labs research from June and July 2026, and Rapid7's exploitation report.
FAQ
Is my Palo Alto firewall vulnerable to CVE-2026-0257?
Only if three conditions hold at once: a GlobalProtect portal or gateway is configured, authentication override cookies are enabled, and the certificate used for those cookies is reused or exposed elsewhere. Authentication override is not on by default. Check the portal under Network > GlobalProtect > Portals, in the Agent Configuration profile's Authentication tab, and the gateway under Network > GlobalProtect > Gateways, in the Client Settings profile's Authentication Override tab.
Is CVE-2026-0257 rated critical?
No. Palo Alto Networks rates it High with a CVSS score of 7.8, although several outlets have described it as critical. The score started at 4.7 and was raised to 7.8 on May 29, 2026 after Rapid7 published a working proof of concept. CISA added it to the Known Exploited Vulnerabilities catalog the same day.
Does MFA protect against this vulnerability?
No. The forged authentication override cookie makes the appliance treat the session as already authenticated, so the MFA step never runs. Arctic Wolf observed sessions opened as the admin account with no credentials and no MFA prompt. Detection has to rely on session characteristics such as source infrastructure and machine names rather than on failed logins.
What should I do if I think we were exploited?
Arctic Wolf recommends assuming full domain compromise, because the observed chain reaches LSASS memory and the Active Directory database quickly. Patch, terminate active GlobalProtect sessions, then rotate domain administrator and service account passwords, cloud storage credentials, and the KRBTGT account twice per Microsoft guidance. Review GlobalProtect logs back to at least May 17, 2026.
Are Panorama, Cloud NGFW or Prisma Access affected?
Panorama and Cloud NGFW are not affected, per the Palo Alto Networks advisory. Prisma Access is affected below 10.2.10-h36 and 11.2.7-h13, and Palo Alto Networks says it is upgrading customer tenants on the schedule shared with them.
The bottom line
Arctic Wolf Labs tied several June 2026 intrusions ending in Qilin ransomware to CVE-2026-0257, an authentication bypass in Palo Alto Networks PAN-OS GlobalProtect that has been patched since May 13, 2026.
What happens next
What to do






