# Ransomware Groups Weaponize Citrix Bleed 2: A New Wave of Supply Chain–Fueled Attacks
Threat actors affiliated with the Anubis ransomware operation are actively exploiting CVE-2025-5777 (Citrix Bleed 2) to establish initial network access, according to recent threat intelligence. The campaign demonstrates a troubling convergence of attack techniques: legitimate remote monitoring tools, supply chain credential theft, and bring-your-own-vulnerable-driver (BYOVD) tactics that collectively bypass traditional perimeter defenses.
## The Threat: Citrix Bleed 2 as a Gateway
CVE-2025-5777, disclosed as Citrix Bleed 2, is a critical authentication bypass vulnerability in Citrix NetScaler ADC and NetScaler Gateway appliances. The flaw allows unauthenticated attackers to access sensitive information and, in some cases, achieve remote code execution without requiring valid credentials.
Unlike Citrix Bleed (CVE-2024-21626), which demanded pre-authentication session hijacking, Bleed 2 represents a more direct path into enterprise networks. Attackers can:
The Anubis group has been observed using Citrix Bleed 2 as the opening move in a multi-stage attack sequence, leveraging it to establish a foothold before deploying more sophisticated intrusion tactics.
## Attack Chain: From Gateway to Lateral Movement
Security researchers tracking the Anubis campaign have documented a consistent operational pattern:
### Stage 1: Initial Access via Citrix Bleed 2
Attackers scan for publicly exposed Citrix appliances and exploit CVE-2025-5777 to gain authentication-free access. Once inside the gateway, they extract administrator credentials and session tokens—often cached in application memory.
### Stage 2: Credential Harvesting and Supply Chain Exploitation
Rather than immediately pivoting laterally, Anubis affiliates employ a patience-based approach:
### Stage 3: BYOVD Privilege Escalation
Once legitimate access tools are installed, the group deploys vulnerable but signed drivers to escalate privileges and disable security controls:
### Stage 4: Lateral Movement and Encryption
With privileged access established, Anubis performs reconnaissance, exfiltrates high-value data, and deploys ransomware across the target environment.
## Technical Deep Dive: Why This Works
### The Citrix Bleed 2 Vulnerability
Citrix NetScaler appliances authenticate users through a session token mechanism. CVE-2025-5777 allows attackers to:
1. Send crafted requests to the gateway without prior authentication
2. Trigger a memory disclosure vulnerability that leaks session data
3. Retrieve plaintext or weakly-encrypted credentials stored in application memory
Affected Versions:
### Legitimacy as a Weapon
The use of standard remote management tools (RMM) is intentional and dangerous:
### BYOVD: Signing Vulnerabilities into the Kernel
Bring-Your-Own-Vulnerable-Driver tactics leverage publicly disclosed driver vulnerabilities (CVE-2024-21894 targeting MSI Afterburner, CVE-2024-1086 in the Linux kernel, and others) to:
## Implications for Organizations
### Who Is at Risk?
Immediate Risk:
Secondary Risk:
### Data Exposure and Ransomware Payoff
Anubis has historically demanded ransom payments between $50,000 and $2,000,000+, depending on organization size and data sensitivity. Victims face:
## Defensive Recommendations
### Immediate Actions (This Week)
| Action | Timeline | Owner |
|--------|----------|-------|
| Patch Citrix appliances to latest NetScaler versions | ASAP | Infrastructure |
| Audit Citrix access logs for suspicious authentication attempts or API calls | 48 hours | Security Operations |
| Review RMM tool deployments for unauthorized or unfamiliar agents | 48 hours | Endpoint Security |
| Revoke and rotate credentials for MSP and vendor accounts | 72 hours | Identity & Access Mgmt |
### Medium-Term Mitigation (Next 30 Days)
### Long-Term Resilience
---
## HackWire Analysis
The Anubis campaign exemplifies a troubling maturation in ransomware operations: instead of relying purely on exploit chains, modern threat actors are weaponizing *trust itself*. Citrix Bleed 2 is dangerous not because it's technically sophisticated, but because it opens the door to a supply-chain attack multiplier.
The genius lies in the sequencing. Rather than burning zero-days in a frontal assault, attackers compromise one MSP or software vendor, steal enterprise credentials, and then use those trusted channels to push malware into dozens of customer networks simultaneously. One compromised third-party becomes a skeleton key to an entire ecosystem.
What's particularly concerning is the BYOVD pivot. Kernel-level driver exploitation isn't new, but its integration into a ransomware playbook represents a dangerous escalation. EDR tools are increasingly effective at detecting post-exploitation behavior—data theft, lateral movement, privilege escalation—but a compromised driver running at kernel level can subvert the very EDR designed to catch it. Organizations that believe their endpoint protection is sufficient are nearly certainly wrong.
The timeline matters here too. Citrix Bleed 2 patches were available in January 2025, yet the Anubis group is still finding unpatched instances in March and beyond. This tells us that many organizations either don't have visibility into their Citrix deployments, don't treat gateway appliances as critical infrastructure, or are operating legacy equipment they believe is already deprecated. That dangerous gap between known vulnerability and patch deployment remains the ransomware attacker's most reliable vector.
Defenders should treat this campaign as a clear signal: perimeter defenses are no longer sufficient. Network segmentation, credential hygiene, and immutable backups are no longer nice-to-have—they're prerequisites for survival.
— *HackWire Editorial*
---
## Related Coverage