What is NetScaler ADC / Gateway?
Citrix NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway are application-delivery controllers and remote-access appliances that sit at the network edge, providing load balancing, SSL/TLS termination, and SSL-VPN / ICA-proxy access into corporate environments. Because they are internet-facing, terminate authentication for remote workers, and bridge into internal networks, NetScaler appliances have been among the most heavily targeted enterprise devices in recent years (the "Citrix Bleed" lineage). A pre-authentication memory-corruption flaw here is a direct route to remote code execution on the edge of the network.
Overview
CVE-2026-8452 is a pre-authentication memory-overflow vulnerability (CWE-119, improper restriction of operations within the bounds of a memory buffer) in NetScaler's SAML single-sign-on processing. A remote, unauthenticated attacker can send a single crafted SAML/HTTP message that overflows a fixed-size buffer during signature canonicalization — before the signature is validated — corrupting adjacent packet-engine heap state. Depending on exploitation, this results in denial of service or, as demonstrated publicly, unauthenticated root remote code execution. NVD scores it CVSS 9.8 CRITICAL. Exploitation requires the appliance to be configured as a Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or as an AAA virtual server, with SAML configured.
Affected Versions
| Product line | Affected | Fixed |
|---|---|---|
| NetScaler 14.1 | before 14.1-72.61 | 14.1-72.61 and later |
| NetScaler 13.1 | before 13.1-63.18 | 13.1-63.18 and later |
| NetScaler 14.1-FIPS | before 14.1-72.61 | 14.1-72.61 and later |
| NetScaler 13.1-FIPS / 13.1-NDcPP | before 13.1.37.272 | 13.1.37.272 and later |
| NetScaler 12.1 and 13.0 | end-of-life — remain vulnerable | upgrade to a supported release |
Technical Details
During XML signature canonicalization, NetScaler copies attacker-controlled data from the SAML <SignedInfo> element's PrefixList attribute into a fixed-size buffer with no bounds check. An oversized SignedInfo/PrefixList overflows adjacent packet-engine heap memory. Public analysis (watchTowr) showed the overflow can be shaped into a write-what-where primitive: corrupted heap-chunk metadata feeds a later memcpy in splitPktInner, enabling arbitrary writes; overwriting a function pointer (tx_pkt_complete_fptr) and redirecting execution to RWX heap shellcode — while disabling signal handlers to avoid the "pitboss" watchdog rebooting the appliance — yields unauthenticated root RCE. The attack is a single request, requires no authentication (AV:N/AC:L/PR:N/UI:N), and critically triggers before signature validation, so no valid SAML credentials are needed.
Discovery
The vulnerability was credited to Michael Tucker (XOR team, JPMorgan Chase), Aliz Hammond (watchTowr), and Maxim Suhanov. watchTowr Labs published the public technical write-up and proof of concept.
Exploitation Context
Exploitation is confirmed in the wild, beginning shortly after watchTowr's public analysis — reportedly within about 24 hours of the write-up. The Canadian Centre for Cyber Security reported active exploitation on 17 August 2026. No named APT has been attributed; activity appears opportunistic against exposed appliances. Given the "Citrix Bleed" history of NetScaler devices being mass-exploited, internet-facing appliances with SAML-enabled Gateway/AAA vServers should be treated as at immediate risk.
Remediation
- Upgrade immediately to a fixed build: 14.1-72.61+, 13.1-63.18+, or 13.1.37.272+ (FIPS/NDcPP). This flaw was patched in Citrix bulletin CTX696604 alongside several other NetScaler CVEs.
- Retire end-of-life versions (12.1, 13.0) — they receive no fix; migrate to a supported branch.
- Assume compromise on any exposed, unpatched appliance. After patching, follow Citrix/CISA guidance: terminate active sessions, rotate credentials and secrets handled by the appliance, and review for persistence.
- Hunt for exploitation indicators — crashes/reboots of the packet engine, anomalous SAML requests with oversized
SignedInfo/PrefixList, and unexpected processes or files on the appliance. - Limit exposure of the management interface and restrict which vServers expose SAML where feasible.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-8452 |
| Vendor / Product | Citrix — NetScaler ADC and NetScaler Gateway |
| NVD Published | 2026-06-30 |
| NVD Last Modified | 2026-08-27 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-119 find similar ↗ |
| CISA KEV Added | 2026-08-26 |
| CISA KEV Deadline | 2026-08-29 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-07-01 | Citrix publishes bulletin CTX696604 with fixes |
| 2026-08-15 | watchTowr publishes technical analysis / PoC; exploitation observed shortly after |
| 2026-08-17 | Canadian Centre for Cyber Security reports active exploitation |
| 2026-08-26 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-08-29 | CISA remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2026-8452 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Citrix / Cloud Software Group Bulletin CTX696604 | Vendor Advisory |
| watchTowr Labs — Citrix NetScaler Pre-Auth RCE (CVE-2026-8452) | Security Research |
| The Hacker News — Citrix Patches Six NetScaler Flaws | News |
| Field Effect — Citrix NetScaler Flaw Exploited Following PoC Release | News |