Your Remote-Access Edge Is on Fire — Three Chains, Two Patches
Two vendors' appliances and one ML tool are all being exploited into ransomware; the only variable left is your patch timing.
The mechanics dictate rotation scope. On PAN-OS, when GlobalProtect authentication-override cookies run with certain certificate configs, an unauthenticated attacker skips login and opens a session indistinguishable from a legitimate VPN user. That is why session termination and credential rotation are mandatory, not just patching. Arctic Wolf ties CVE-2026-0257 (CVSS 7.8, affecting PAN-OS 12.1/11.2/11.1/10.2 and some Prisma Access builds) to Qilin ransomware across multiple June 2026 intrusions.
The SonicWall SMA 1000 chain is worse on one axis: it is unpatched. Two zero-days chained to RCE, then credential harvesting plus MFA seeds. Any account that authenticated through the appliance during the exposure window needs its seed reissued, not just its password reset. Most IR runbooks skip that step.
The third chain returns to AI infrastructure. JADEPUFFER is re-exploiting Langflow via CVE-2025-3248, an unauthenticated RCE in CISA's KEV catalog since May 2025. The actor escapes the container to the Docker host via nsenter, then deploys ENCFORGE to encrypt roughly 180 AI/ML file extensions, including model weights that cannot be restored once locked.
Three independent reports converge on the same kill-chain shape: exploit a public-facing service (T1190), steal credentials, deploy ransomware. Two of the three have fixes available today. The Langflow entry is a year-old known-exploited flaw still being re-hit. The gating failure is patch discipline, not detection sophistication.
What to do
Patch PAN-OS/Prisma Access to fixed builds for CVE-2026-0257 today, terminate all active GlobalProtect sessions, and rotate domain credentials (including KRBTGT) if any exploitation indicators exist.
Isolate internet-facing SonicWall SMA 1000 appliances this week and reissue MFA seeds for every account that authenticated through them during the exposure window.
Upgrade Langflow to 1.3.0+, socket-proxy or deny Docker access for the service user, and deploy detection for nsenter-from-container execution and unexpected .locked files on model-artifact paths.