Skip to content
← RegistryDossier · 6 steps · 5 edges

Citrix Bleed → steal authenticated session → MFA bypass

Send a long Host header to a vulnerable NetScaler — memory disclosure leaks an authenticated session token already past MFA. Replay the token to log into the corporate VPN.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: target operates Citrix NetScaler / ADC / Gateway with CVE-2023-4966 unpatched. At least one user with corporate access has authenticated recently and has a live session in memory.

§ Steps

  1. 01
    Reach internal corporate appsInitial Access
    T1078Valid Accounts
  2. 02
    Replay token into authenticated portalLateral Movement
    T1550.003Pass the Ticket
  3. 03
    Continue chain (BloodHound / Kerberoast)Discovery
    AD-BLOODHOUNDBloodHound / SharpHound Enumeration
  4. 04
    Parse leaked session tokenCredential Access
    T1539Steal Web Session Cookie
  5. 05
    Identify NetScaler versionReconnaissance
    W-RECON-FINGERPRINTTech Stack Fingerprinting
  6. 06
    Trigger Citrix Bleed memory disclosureCredential Access
    VPN-CITRIX-BLEEDCitrix Bleed (CVE-2023-4966)

§ References

§ Frequently asked

What is the "Citrix Bleed → steal authenticated session → MFA bypass" attack path?
Send a long Host header to a vulnerable NetScaler — memory disclosure leaks an authenticated session token already past MFA. Replay the token to log into the corporate VPN. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Reach internal corporate apps (T1078) — a initial access primitive. Assumed environment: target operates Citrix NetScaler / ADC / Gateway with CVE-2023-4966 unpatched.
What is the final impact of this kill-chain?
The final step lands on Trigger Citrix Bleed memory disclosure (VPN-CITRIX-BLEED), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers