In June 2026, Arctic Wolf Labs tracked multiple intrusions that used CVE-2026-0257, a high‑severity authentication bypass in Palo Alto Networks’ PAN‑OS, to deliver Qilin ransomware. That’s the surprising part: a flaw meant for remote VPN access let attackers sidestep credentials entirely.
Historical Context
VPN gateways have long been a favorite target for threat actors because they expose corporate networks to remote users. Over the past decade, several high‑profile authentication bypasses have surfaced, each prompting a wave of emergency patches. Those incidents taught the industry that a single mis‑configuration can open a tunnel to the entire internal environment. The Qilin campaign builds on that legacy, showing how quickly a newly disclosed flaw can be weaponized when ransomware‑as‑a‑service operators are ready to exploit it.
Ransomware‑as‑a‑service models emerged as a way to lower the barrier to entry for cyber‑crime groups. Affiliates purchase access to ready‑made encryption tools, then focus on the initial foothold. When an authentication bypass eliminates the need for phishing or credential stuffing, the affiliate can jump straight to the encryption phase. That speed is what makes the current wave of attacks especially dangerous.
Key Takeaways
- Arctic Wolf identified a CVE-2026-0257 authentication bypass (CVSS 7.8) as the initial foothold.
- Attackers used SSL VPN sessions to gain authenticated network access without valid credentials.
- Consistent post‑exploitation patterns included staging ransomware at
C:\PerfLogs\, PsExec lateral movement, and aggressive log‑clearing. - Tradecraft varied: some groups encrypted only, others added double‑extortion and data exfiltration to cloud services.
- Mitigation demands patching the vulnerability, disabling authentication‑override cookies, and tightening VPN hardening.
PAN-OS authentication bypass fuels Qilin ransomware surge
Arctic Wolf Labs says the flaw lets unauthenticated remote attackers establish VPN sessions when “authentication override cookies” are enabled with certain certificate setups. That’s a huge surprise because the bypass essentially grants the same privilege as a legitimate admin who’s already logged in. The company observed that once the VPN tunnel was up, attackers harvested credentials, moved laterally via Windows administrative shares, and finally dropped the ransomware payload.
Technical breakdown of CVE‑2026‑0257
The vulnerability sits in the portal and gateway components of PAN‑OS. When the override cookie is present, the appliance skips the normal authentication checks and hands out a fully‑functional SSL VPN session. The CVSS score of 7.8 reflects the ease of remote exploitation and the breadth of impact once inside the network.
That’s why the patch released earlier this month is critical. Palo Alto Networks urged customers to disable the override cookie feature and to verify certificate configurations against the advisory. If you missed the patch, you’re essentially leaving the front door wide open for ransomware affiliates.
Why Qilin ransomware chose this vector
Qilin, also known as Agenda, operates as ransomware‑as‑service (RaaS). The report notes that “post‑exploitation tradecraft varied across intrusions, from rapid encryption‑only operations to full double‑extortion, possibly suggesting multiple affiliates operating under the Qilin ransomware‑as‑a‑service (RaaS) umbrella,” the cybersecurity company said.
Because the bypass grants immediate network access, affiliates can skip the noisy phishing stage and head straight to credential harvesting. That’s a clever shortcut for a ransomware operation that thrives on speed and stealth.
Consistent operational patterns
“Attackers demonstrated consistent operational patterns despite tradecraft variation: staging ransomware at C:\PerfLogs\, using PsExec for lateral execution via administrative shares, deploying password‑protected ransomware payloads, and implementing comprehensive log‑clearing routines,”
The staging path at C:\PerfLogs\ is unusual but effective; it’s a directory often overlooked by defenders. Using PsExec, the adversaries used administrative shares (\ADMIN$, \C$) to spread the payload across the domain. They also deployed password‑protected ransomware binaries, making decryption attempts even harder.
Before the encryption began, the attackers cleared Windows Event Logs and disabled Microsoft Defender Real‑Time Protection. That step isn’t just a habit; it’s a deliberate move to erase forensic footprints and reduce the chance of detection by endpoint tools.
Variations in post‑exploitation tactics
Even though the initial access method was identical, the follow‑on actions diverged. Some victims saw enterprise‑wide encryption without any data exfiltration. Others experienced extensive reconnaissance via remote‑access tools like AnyDesk, Ngrok, or LogMeIn. A handful of cases even involved data theft to cloud storage services such as MEGA, using utilities like Rclone, Proton Drive, and FileZilla before the ransomware hit.
That variability aligns with the RaaS model. “This variability is consistent with RaaS models, in which multiple affiliates may use shared initial access infrastructure and ransomware tooling while applying their own preferred post‑exploitation methodologies,” Arctic Wolf said.
- Encryption‑only attacks: rapid file lock, no exfiltration.
- Double‑extortion: data leaked to public sites after payment.
- Credential theft: attackers harvested AD hashes for later use.
- Cloud exfiltration: MEGA uploads via Rclone.
Immediate mitigation steps for admins
First, apply the PAN‑OS patch that addresses CVE‑2026‑0257. If you can’t patch immediately, disable authentication‑override cookies and audit certificate settings. Next, enforce MFA on all VPN users and restrict VPN access to known IP ranges.
Second, monitor for unusual SSL VPN sessions, especially those originating from unexpected geolocations. Third, tighten Windows administrative share permissions; only essential service accounts should have access.
Finally, deploy endpoint detection that watches for PsExec usage and sudden disabling of Microsoft Defender. Those signals are strong indicators of the Qilin playbook.
What This Means For You
Developers building internal tools that rely on Palo Alto Networks firewalls should double‑check any code that manipulates authentication‑override cookies. A mis‑configured cookie could inadvertently open the same bypass that the ransomware affiliates exploited.
For security teams, the takeaway is clear: a single unpatched vulnerability can feed an entire ransomware ecosystem. Continuous vulnerability management, combined with layered defenses like MFA and strict least‑privilege policies, is no longer optional—it’s essential.
Concrete scenarios
Scenario 1 – A midsize SaaS provider: The company uses PAN‑OS for employee remote access. After the patch is applied, the team still sees occasional VPN logins from new IP blocks. By correlating those logins with failed MFA attempts, they discover a brute‑force script targeting the override cookie. Immediate revocation of the cookie and tightening of IP allow‑lists stops the probe before any ransomware lands.
Scenario 2 – A financial services firm: An analyst accidentally enables the override cookie while troubleshooting a certificate mismatch. The mis‑configuration goes unnoticed for 48 hours. During that window, an affiliate establishes a VPN tunnel, uses PsExec to spread a payload, and encrypts critical ledger files. Post‑incident analysis shows that a simple policy requiring dual‑approval for cookie changes would have prevented the breach.
Scenario 3 – A managed‑service provider (MSP): The MSP manages firewalls for dozens of clients. By centralizing patch deployment and enforcing a “no‑override‑cookie” baseline, the provider blocks the most common attack path. When a client later reports suspicious VPN traffic, the MSP’s monitoring tools flag the session, and the incident is contained before ransomware can execute.
These examples illustrate how the same vulnerability can have wildly different outcomes depending on the organization’s controls. Small procedural tweaks often make the biggest difference.
Competitive landscape of VPN bypasses
While Palo Alto Networks is the focus of this disclosure, other vendors have faced similar authentication‑override issues in the past. The shared lesson is that any feature designed to simplify certificate handling can become a double‑edged sword if not tightly guarded. Organizations should treat all VPN platforms as potential entry points and apply the same rigor—patch promptly, audit overrides, and enforce MFA regardless of the vendor.
Vendor‑agnostic hardening guides now list “disable any authentication‑override mechanisms” as a top recommendation. That guidance is reinforced by the Qilin activity, which proves that attackers will hunt for the weakest link, even if it sits behind a seemingly innocuous cookie.
Key questions remaining
Will future ransomware campaigns adopt a similar “bypass‑first” approach across other remote‑access solutions? How quickly will threat‑intel feeds adapt their detection signatures to catch the specific PsExec and log‑clearing patterns observed here? What role will cloud‑based endpoint telemetry play in surfacing the early stages of an attack that bypasses traditional credential checks?
Answers will shape the next round of defensive playbooks. For now, the priority remains clear: close the authentication‑override gap, watch for the tell‑tale signs of PsExec abuse, and keep a close eye on any anomalous VPN activity.
Sources: The Hacker News, Arctic Wolf Labs

