Key Takeaways
- Multiple June 2026 intrusions all originating from exploitation of CVE-2026-0257 against Palo Alto Networks firewall appliances
- Ransomware staged at
C:\PerfLogs\, using PsExec for lateral execution via administrative shares - Overlapping source IP addresses across intrusions suggesting shared exploitation infrastructure
- Moderate confidence that intrusions leveraging CVE-2026-0257 and leading to Qilin ransomware deployment are likely ongoing
Vulnerability Overview: CVE-2026-0257
CVE-2026-0257 is an authentication bypass vulnerability affecting the GlobalProtect portal and gateway in Palo Alto Networks PAN-OS, with a CVSS score of 7.8 (High). Affected versions include PAN-OS 10.2, 11.1, 11.2, and 12.1 across specific sub-versions.
Post-Exploitation Steps Observed
- VPN sessions established from systems with hostname
kali - Registry Run key persistence using pattern
*[a-z]{6} - Remote tools deployed: AnyDesk, Ngrok, LogMeIn, MeshAgent
- LSASS dumped via
rundll32.exe/comsvcs.dll; output written to.odtextension to evade.dmpdetection - NTDS extracted via
ntdsutil.exeIFM method - Network scanning via SoftPerfect Network Scanner and NetExec
- Lateral movement via PsExec and RDP
- Log clearing via PowerShell routine targeting all Windows event logs — this lets threat actors wipe evidence across the entire forensic surface in one action
- Exfiltration tools: Rclone, ProtonDrive, FileZilla — primarily to MEGA cloud storage
- Ransomware payload (
win.exe) staged atC:\PerfLogs\, executed with password gate and--no-adminflag
Analyst Assessment
Perimeter compromise is the critical point for defenders. After exploitation succeeds, the impact depends on the affiliate's goals. In these intrusions, the threat actors moved methodically from initial access through credential theft to ransomware deployment, following a well-established post-exploitation playbook.
Recommendations
- Apply available patches for PAN-OS immediately across all affected versions
- Review VPN session logs for connections from systems named
kalior unexpected IP ranges - Audit Registry Run keys and scheduled tasks for persistence mechanisms
- Block or alert on
ntdsutil.exeIFM usage outside authorized backup windows - Monitor for unauthorized deployment of remote access tools (AnyDesk, Ngrok, MeshAgent)
- Review and restrict
rcloneand similar exfiltration tools in your environment
IOCs are available at the Arctic Wolf public GitHub repository.

