1. Executive summary
CVE-2026-19490 is a critical (CVSS 9.3) authentication bypass vulnerability in Citrix NetScaler ADC and NetScaler Gateway, exploitable remotely by an unauthenticated attacker without user interaction when the appliance is configured as an AAA virtual server or Gateway (SSL VPN, ICA Proxy, CVPN, or RDP Proxy). The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities catalogue and carries a low EPSS score of 3%; however, Rapid7 assesses that Citrix perimeter products historically attract rapid in-the-wild exploitation following disclosure. NetScaler Gateway is a common remote-access chokepoint in EMEA financial services; a successful bypass yields unauthenticated access to internal applications and VPN-equivalent network reach, making this an emergency-patch item for any internet-facing deployment. No threat actor attribution is available in the source material, and no exploitation has been observed as of 2026-09-09.
2. Regulatory framing
| Article | Trigger (the fact in this item) | Practical impact |
|---|---|---|
| DORA Art. 24: digital operational resilience testing — general requirements | The vulnerability is only exploitable on specific NetScaler configurations (SAML action, auth/VPN vserver present) — a configuration-dependent exposure that generic patch scans may miss. | Clients should verify their resilience-testing regime covers configuration-state checks on perimeter appliances, not just version enumeration, and evidence this for Art. 24 purposes. |
| DORA Art. 28: ICT third-party risk — general principles | NetScaler ADC/Gateway appliances are frequently managed or hosted by ICT third-party providers; affected FIPS/NDcPP builds are common in outsourced financial-services perimeter estates. | Clients with third-party-managed NetScaler estates should trigger contractual patch-escalation with those providers and confirm fixed-build deployment, per their Art. 28 third-party risk processes. |
No NIS2 or UK NIS article is directly engaged by the specific facts of this item beyond generic patching duties.
3. Technical analysis & attack chain
Vulnerability mechanism. CWE-288 — Authentication Bypass Using an Alternate Path or Channel. When a NetScaler appliance is configured as an AAA virtual server or as a Gateway (SSL VPN, ICA Proxy, CVPN, or RDP Proxy), an unauthenticated remote attacker may bypass authentication entirely. Rapid7 confirms the flaw is network-exploitable, requires no user interaction and no privileges, and carries a CVSS v4.0 base score of 9.3 (matching the verified NVD assessment). The precise bypass technique (e.g. specific request path or header manipulation) is not disclosed in the available sources.
Affected versions (per Rapid7, corroborating the Citrix advisory)
| Product line | Vulnerable | Fixed |
|---|---|---|
| NetScaler ADC and Gateway 14.1 | Prior to 14.1-73.32 | 14.1-73.32 and later |
| NetScaler ADC and Gateway 13.1 | Prior to 13.1-63.21 | 13.1-63.21 and later 13.1 releases |
| NetScaler ADC 14.1-FIPS | Prior to 14.1-73.32 FIPS | 14.1-73.32 FIPS and later |
| NetScaler ADC 13.1-FIPS and 13.1-NDcPP | Prior to 13.1-37.277 | 13.1-37.277 and later |
Exploitability preconditions (per Citrix, via Rapid7). A system is likely exploitable only if it runs an affected version AND one or more of the following configuration entries is present:
add authentication samlAction.*— SAML action configuration in placeadd authentication vserver .*— authentication vserver configuredadd vpn vserver .*— VPN vserver configured
This is a meaningful triage filter: appliances running vulnerable builds without these configuration objects are likely not exploitable, though clients should not rely on that as a mitigation.
Attack chain (confirmed steps only)
- Attacker identifies an internet-facing NetScaler ADC/Gateway running an affected build with SAML action or auth/VPN vserver configuration present.
- Attacker sends unauthenticated network traffic to the AAA/Gateway listener that triggers the alternate-path authentication bypass.
- Authentication is bypassed; the attacker gains access to the resources the virtual server fronts — SSL VPN network access, ICA/CVPN application access, or RDP proxy sessions, depending on deployment.
Steps beyond this point (post-breach movement, persistence, data access) are not described in any available source, and we will not speculate on them.
Confidence caveats. The configuration-based exploitability check and affected/fixed version matrix are single-sourced to the Citrix advisory as relayed by Rapid7; verify against the official Citrix bulletin before using them to deprioritise any asset. The Hacker News (corpus-3) mentions SecurAccess among affected products but the excerpt is truncated before confirming scope — treat that as unconfirmed. Note that corpus-4 (SecurityWeek) and corpus-5 (CISA KEV) reference different CVEs (CVE-2026-8452 and CVE-2026-20079 respectively) and are not evidence of exploitation of CVE-2026-19490; do not conflate them.
4. Mitigation & containment
P1 — within 24 hours
- Inventory all NetScaler ADC and NetScaler Gateway appliances, including FIPS and NDcPP builds and any third-party-managed instances. Record firmware version against the fixed-build matrix in §3.
- On every affected-version appliance, run the configuration check:
show running-config | grep "add authentication samlAction",show running-config | grep "add authentication vserver",show running-config | grep "add vpn vserver". Any hit on an affected build = treat as exposed. - For internet-facing exposed appliances where immediate patching is not possible: restrict management and VPN/AAA listener exposure at the upstream firewall to known corporate egress ranges as an interim containment, and schedule the emergency upgrade window. Note: no vendor workaround is documented in the available sources — restriction is an Adverse Trace interim measure, not a Citrix-sanctioned mitigation.
- Rapid7 states a vulnerability check for this CVE is available in their August 20, 2026 content release — use it to confirm exposure across the estate.
P2 — within 72 hours
- Upgrade all affected appliances to fixed builds: 14.1-73.32 or later; 13.1-63.21 or later; 14.1-73.32 FIPS or later; 13.1-37.277 or later (FIPS/NDcPP).
- For appliances that cannot be upgraded in window (e.g. FIPS change-control constraints), document the compensating control and the target patch date, and escalate to the CISO risk log.
- Review authentication and session logs on exposed appliances covering the period since disclosure (2026-08-19) for anomalous unauthenticated session establishment or unexpected VPN session origins. No exploitation has been observed by Rapid7 as of 2026-08-19, but absence of observation is not absence of exploitation.
P3 — within 7 days
- Confirm estate-wide remediation, including third-party-managed appliances, and close out.
- Add NetScaler build version and AAA/Gateway configuration state to the recurring vulnerability management cycle so configuration-dependent CVEs are caught at triage, not at emergency response.
5. Indicators of compromise
No indicators of compromise available in the source material.
Behavioural indicators (derived from the vulnerability mechanism; no observed-exploitation data exists yet):
| Behaviour | Where to observe | Confidence |
|---|---|---|
| Unauthenticated session establishment on AAA/VPN virtual servers | NetScaler ns.log, AAA session logs |
Moderate — mechanism-derived, not observed |
| VPN/ICA/RDP-proxy sessions from unexpected source geographies or ASNs post-2026-08-19 | NetScaler session logs, SIEM geo-enrichment | Moderate |
| Authentication-success events lacking a corresponding primary-authenticator event (e.g. SAML assertion seen upstream) | Correlate NetScaler AAA logs against IdP (SAML) logs | Moderate |
6. Detection
Insufficient indicators to author detection rules.
The sources contain no threat artefacts (no strings, hashes, request patterns, or exploit payloads) — only product configuration commands, which are defensive triage artefacts, not indicators of the threat itself. A YARA or Sigma rule built from them would detect NetScaler deployments, not exploitation. We will author detection content if exploit artefacts emerge.
CVE assessment
1 referenced CVE — 1 critical (CVSS ≥ 9.0)
| CVE | CVSS | Exploited | EPSS | Summary |
|---|---|---|---|---|
| CVE-2026-19490 | 9.3 Critical | — | 3% | Vulnerability in NetScaler ADC and NetScaler Gateway. This issue affects ADC: from 14.1 through 73.32 and from 13.1 through 63… |
7. Sources
- NVD — CVE-2026-19490 — https://nvd.nist.gov/vuln/detail/CVE-2026-19490 — 2026-09-08
- Rapid7 — CVE-2026-19490: Critical Vulnerability Affecting Citrix NetScaler ADC and NetScaler Gateway — https://www.rapid7.com/blog/post/etr-cve-2026-19490-critical-vulnerability-affecting-citrix-netscaler-adc-and-netscaler-gateway — 2026-08-19
- Help Net Security — Citrix urges customers to fix critical NetScaler authentication bypass (CVE-2026-19490) — https://www.helpnetsecurity.com/2026/08/21/citrix-netscaler-gateway-cve-2026-19490/ — 2026-08-21
- The Hacker News — Critical NetScaler Flaw Can Bypass Authentication on Certain Gateway and AAA Servers — https://thehackernews.com/2026/08/critical-netscaler-flaw-can-bypass.html — 2026-08
8. Adverse Trace position
CVE-2026-19490 is a critical-severity (CVSS 9.3, verified NVD) unauthenticated remote authentication bypass in a perimeter product class with a documented history of rapid criminal exploitation, and we treat it as an emergency-patch item for all EMEA financial services clients despite its current non-KEV status and low 3% EPSS score — EPSS lags on freshly disclosed CVEs and is a poor predictor for high-value perimeter targets. The configuration gate (SAML action or auth/VPN vserver present) allows fast triage, but the version matrix and exploitability check are single-sourced to the Citrix advisory via Rapid7 and should be verified against the vendor bulletin before any asset is deprioritised. No exploitation, actor attribution, or IOCs exist in the available material; any claim of in-the-wild use should be treated as unconfirmed until CISA KEV listing or multi-source reporting appears. We will monitor for KEV addition, exploit artefacts, and post-breach reporting, and will issue an updated advisory if exploitation is confirmed.
Published via PulseTrace — Adverse Trace threat intelligence.