CVE-2026-8452 (Citrix NetScaler): pre-auth heap overflow with public PoC and root RCE; CISA adds it to KEV with Aug 27 due date
Executive summary
On August 26, 2026, CISA added vulnerability CVE-2026-8452 to its Known Exploited Vulnerabilities (KEV) catalog with a BOD 26-04 remediation due date of August 27, 2026. It is a heap overflow in the SAML parser of Citrix NetScaler ADC and NetScaler Gateway (CVSS v4.0 8.8 — HIGH, vector AV:N/AC:L/AT:N/PR:N/UI:N) that yields unauthenticated Remote Code Execution (RCE) as root on appliances configured as Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or as Auth/AAA Virtual Server. On August 14, 2026, watchTowr Labs published a technical write-up with a working PoC exploit; on August 17, H-ISAC issued a TLP:WHITE Threat Bulletin alerting the healthcare sector; NHS England Digital also issued alert CC-4832. NetScaler Gateway is the most widely deployed remote-access appliance for EHR/RIS/PACS and clinical RDP desktops in hospitals — which makes this vulnerability critical for healthcare: a single unpatched, Internet-facing appliance is a pre-authenticated doorway into the clinical network.
Key points
- Affected product: Citrix NetScaler ADC and NetScaler Gateway (Citrix ADC / Citrix Gateway lines). Hardware (MPX), virtual (VPX), and bare-metal/SDX appliances.
- Affected versions: 14.1 (before 14.1-43.50), 13.1 (before 13.1-59.19), 13.0 (before 13.0-92.21), 12.1 (before 12.1-65.55), 11.1 end-of-support. Exploitable only if the appliance is configured as a Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or as an Auth Server / AAA Virtual Server.
- CVE and vector: CVE-2026-8452 — memory corruption (heap overflow) in the SAML message parser. CVSS v4.0 8.8 (HIGH),
AV:N/AC:L/AT:N/PR:N/UI:N. Bishop Fox classifies it as a heap overflow leading to pre-authentication RCE, no login required. - Attack vector: the attacker sends a crafted SAML message to the NetScaler SAML SSO endpoint; with no valid credentials needed, the heap overflow is leveraged for code execution as root inside the appliance. Citrix’s own advisory describes it as DoS, but watchTowr, Bishop Fox and field exploitation confirm the RCE root path.
- Active exploitation: added to the CISA KEV on August 26, 2026, which requires observed in-the-wild exploitation (not just public PoC). The watchTowr PoC has been public since August 14.
- Clinical impact: an attacker with RCE on a NetScaler is inside the same segment that terminates RDP clinical desktops and ICA sessions into XenApp/XenDesktop — the exact path clinicians use to open the EHR (Epic, Oracle Health/Cerner, Meditech), the radiology PACS, and hospital pharmacy systems. From there they can harvest credentials, pivot to the clinical AD, exfiltrate PHI, or drop ransomware.
- Patch status: Citrix fixes are available per security bulletin CTX696604. Time between patch availability and KEV+BOD is only ~3 weeks.
- CISA-listed sectors: ICT and Critical Manufacturing. Healthcare is not on CISA’s official list, but H-ISAC issued a sector alert because NetScaler Gateway is standard hospital remote-access infrastructure.
- NHS England CC-4832 confirms UK healthcare organisations are being targeted; multiple clinical honeypots report scans targeting
/saml/loginand/cgi/samlendpoints on NetScaler.
Regulatory implications
FDA (US)
Although NetScaler itself is not an FDA-regulated medical device, it controls access to regulated clinical systems (EHR, PACS, infusion-pump management delivered via Citrix). Under 21 CFR 820 (QMSR) and section 524B of the FD&C Act (postmarket cybersecurity), a NetScaler compromise that results in manipulation of dosing, delay of medication administration, or alteration of diagnostic images may be reportable as a serious adverse event. If the hospital uses Citrix to deliver medical-device software, that software falls within the expected SBOM scope and the access-appliance control must be documented.
MDR (EU)
A NetScaler compromise that enables modification of medical-device behaviour delivered via Citrix session is a serious MDR incident under Art. 87 (≤15 days / ≤10 days for serious incidents) and MDCG 2019-16 rev.1. Additionally, essential-service operators (healthcare) must notify their Member State competent authority (in Spain, CCN-CERT).
GDPR
If the attacker exfiltrates PHI through Citrix (capturing RDP sessions, stealing SAML tokens, accessing the EHR), Art. 33 (notification ≤72h to supervisory authority) and Art. 34 (notification to data subjects if high risk) are triggered. Affected data: names, national IDs, full clinical records, genetic data, mental-health data — special categories under Art. 9. Penalties: up to 4% of total worldwide annual turnover or €20M, whichever is higher.
NIS2 / ENS
Hospitals are essential entities under NIS2 (Annex I, health sector, point 5). Compromise of critical remote-access infrastructure triggers Art. 21 (risk management measures) and incident notification obligations for impact on care continuity (early warning ≤24h, incident notification ≤72h, final report ≤1 month). In Spain, RD 311/2024 (ENS) category HIGH requires op.cont.4 (incident management) and, for cloud services, compliance with ENS category HIGH with annual audit. BOE-A-2022-7191 (critical infrastructure cybersecurity royal decree) also applies if NetScaler participates in delivering critical care services.
HIPAA (US)
Although NetScaler does not store PHI directly, under §164.308 (administrative safeguards) and §164.312 (technical safeguards) a hospital must implement access controls for infrastructure that supports PHI. A pre-auth Citrix RCE is sufficient evidence for an OCR investigation and, depending on harm, a civil settlement (OCR settlements for vendor-breach with RCE into clinical systems are in the $1–5M range). HHS OCR guidance already reminds that the covered entity’s responsibility is not delegated to the Citrix vendor — due diligence remains with the hospital.
Recommendation
Immediate actions (next 72 hours — BOD 26-04 deadline is August 27):
- Inventory every NetScaler ADC/Gateway in the hospital group (physical and virtual). Search DNS for
ns.*,vpn.*,citrix.*,remote.*and TLS fingerprintsCitrix NetScaler. - Identify the exact version (
nsconmsgor GUI → System → Information). Cross-check against patched versions in CTX696604. - Apply the patch immediately or, if not feasible within the 72-hour window, disable the SAML SSO endpoint and force re-authentication via other mechanisms. A reboot is not enough.
- Verify the two exploitability conditions: (a) the appliance is configured as Gateway (VPN vserver, ICA Proxy, CVPN, RDP Proxy) or AAA vserver; (b) SAML SSO is enabled. If either is missing, risk is lower but the patch is still mandatory.
- Review the last 30 days of logs for: requests to
/saml/login,/cgi/saml,/saml/sp/ACSwith abnormally large payloads, SAML errors of typeInvalidSignature,AssertionConsumer,NameIDPolicy. Look for POSTs >4KB to the SAML endpoint. - Block Internet access to the SAML endpoint unless explicitly required — allow only corporate VPN IPs or, preferably, expose Citrix behind a reverse proxy with WAF (Cloudflare, F5 ASM, AWS Shield) that filters anomalous SAML payloads.
- Rotate SAML signing tokens and IdP certificates, assuming compromise if any IOC is detected.
- Force re-login on all active sessions and review the list of active ICA / RDP sessions in the Delivery Controller.
- Notify the CISO and DPO to prepare possible NIS2 notification (≤24h early warning) and GDPR notification (≤72h).
30-day actions:
- Enable Citrix Application Delivery Management (ADM) / NetScaler Console for continuous monitoring of all Citrix appliances in the group.
- Implement strict SAML response signing (relay-state pinning, reject unauthenticated requests, mandatory signature on both AuthnRequest and Assertion).
- Network segmentation: the Citrix segment must not have direct routes to EHR/PACS databases without traversing an internal firewall with IDS/IPS.
- Audit all hospital remote-access vendors: any other VPN/VDI (Palo Alto GlobalProtect, Cisco AnyConnect, Fortinet FortiGate, VMware Horizon) — confirm they are also on the latest available patch.
- Documented and rehearsed Citrix-RCE response plan: assume the next pre-auth RCE will be discovered before the patch is available, with a Plan B to isolate the appliance via ADC routing change (5-minute operation).
- Review the H-ISAC Threat Bulletin (TLP:WHITE) and, if you are in the sector, sign up to the Health Information Sharing and Analysis Center (H-ISAC) for early warnings.
Sources:
- CISA KEV Alert — 6 CVEs added (Aug 26, 2026)
- CISA KEV Catalog — CVE-2026-8452 (Citrix)
- Citrix Security Bulletin CTX696604
- watchTowr Labs — Pre-Auth RCE PoC (Aug 14, 2026)
- Bishop Fox — SAML heap overflow verification
- H-ISAC Threat Bulletin TLP:WHITE (Aug 17, 2026)
- NHS England Digital CC-4832
This analysis is part of HealthSec, a healthcare cybersecurity newsletter.