Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities Under Active Exploitation

Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities (TL-2026-2693) is a critical-severity software vulnerability, first published 2026-09-27. It has no confirmed attribution, affects Citrix (Cloud Software Group) NetScaler ADC, maps to 16 MITRE ATT&CK techniques (T1027.003, T1046, T1055), and is covered by 9 detection rules and 10 indicators of compromise.

Key facts for TL-2026-2693

Threat ID
TL-2026-2693
Severity
CRITICAL
Status
ACTIVE
Category
VULNERABILITY
First published
2026-09-27
Last reviewed
2026-09-27
Attribution confidence
LOW
Motivation
UNKNOWN
Target sectors
criticalinfrastructure, government administration, financialservices, aerospacedefense, technology
Target regions
North America, Europe
Detection rules
9
Indicators of compromise
10

Security firm watchTowr and independent analyst Kevin Beaumont confirmed on September 26, 2026 that two distinct, unpatched remote-code-execution vulnerabilities in Citrix NetScaler ADC and NetScaler Gateway are being actively exploited in the wild, discovered during forensic investigations rather than vendor disclosure. No CVE identifiers, CVSS scores, affected-build guidance, technical root cause, or indicators of compromise have been published; Citrix has stated a fix is expected early in the week of September 28, 2026.

How Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities works

On September 25, 2026, reports of active exploitation of a Citrix NetScaler zero-day began circulating publicly via a Reddit r/Citrix post, followed by a viral X/Twitter post from the account 'International Cyber Digest' claiming an 'unknown critical' NetScaler zero-day had prompted governments and organizations to shut down devices immediately. A Reddit user ('FastFredNL') separately claimed the Dutch National Cyber Security Center (NCSC-NL) had privately pre-notified Citrix of the flaws before advising affected organizations to power down appliances, and at least one administrator has stated they received a corresponding notification through their CERT team; outlet Cyber Kendra was unable to independently confirm either account, and NCSC-NL had published no public advisory of its own as of September 27, 2026. That viral claim initially caused confusion with the already-patched CVE-2026-19490 (an authentication-bypass vulnerability, CVSS 9.8/9.3, CWE-288, fixed by Citrix on August 19, 2026 and added to CISA's Known Exploited Vulnerabilities catalog on September 9, 2026 with a September 12, 2026 remediation deadline). On September 26, 2026, security research firm watchTowr and independent security analyst Kevin Beaumont separately confirmed that the real story is distinct from CVE-2026-19490: two separate, unpatched remote-code-execution vulnerabilities in NetScaler ADC and NetScaler Gateway, exploited in the wild before any fix existed, discovered during forensic investigations. watchTowr explicitly stated: 'two vulnerabilities, both remote code execution, both unpatched, exploited before any fix existed,' and warned defenders not to conflate them with CVE-2026-19490.

As of this report (September 27, 2026), Citrix/Cloud Software Group has published no advisory, no CVE identifiers, no CVSS scores, no confirmed affected build ranges, no technical root-cause detail, no workaround, and no indicators of compromise for the two new zero-days. This near-total absence of vendor detail is itself an important data point: defenders are being asked to make containment decisions (keep online with monitoring, isolate, or power off) without the information normally used to scope exposure. It is also unclear whether the August 19, 2026 patched builds (14.1-73.32, 13.1-63.21) are also vulnerable to the new bugs, and NetScaler 13.1 reached End of Maintenance on September 15, 2026, raising doubt about whether it will receive a fix at all.

For scoping context, the two companion vulnerabilities patched on August 19, 2026 are: CVE-2026-19490 (CWE-288, Authentication Bypass Using an Alternate Path or Channel, CVSS v3.1 9.8 / CVSS v4.0 9.3, AV:N/AC:L/PR:N/UI:N/C:H/I:H/A:H, affecting NetScaler configured as a Gateway -- SSL VPN, ICA Proxy, CVPN, RDP Proxy -- or an AAA virtual server) and CVE-2026-19489 (CWE-120, buffer/memory overflow, CVSS v4.0 8.8, network-exploitable with no authentication required, primarily availability-impacting). CVE-2026-19490 itself was not exploited at disclosure but began seeing active exploitation attempts around September 3, 2026, shortly after a public PoC surfaced, ahead of CISA's September 9, 2026 KEV addition. Separately, watchTowr Labs publicly disclosed an unrelated, already-patched NetScaler pre-authentication RCE on August 14, 2026 (informally tracked as CVE-2026-8452), caused by a heap overflow during SAML 'ds:SignedInfo' XML canonicalization that let an oversized 'PrefixList'/'InclusiveNamespaces' value corrupt heap chunk metadata and ultimately overwrite a function pointer to redirect execution to shellcode; that bug was fixed in 14.1-72.61 / 13.1-63.18 and is NOT confirmed to be either of the two new unpatched zero-days, but demonstrates watchTowr's established track record of finding memory-corruption RCE bugs in NetScaler's XML/SAML handling.

NetScaler ADC/Gateway appliances have a long documented history of being targeted by both nation-state and financially motivated actors once a remote pre-auth bug becomes available: CISA advisory AA23-201A (July 20, 2023) documents threat actors exploiting CVE-2023-3519 to implant webshells on a critical-infrastructure operator's NetScaler ADC, followed by Active Directory enumeration via ldapsearch, credential extraction from configuration files, network/SMB discovery, and data exfiltration disguised as image-file uploads. The 2023 'CitrixBleed' vulnerability was separately exploited by LockBit 3.0 ransomware affiliates against Boeing's parts and distribution unit. No such attribution, victimology, or TTP detail has been published for the current September 2026 zero-days; threat_actor and motivation are recorded as Unknown/attribution-LOW pending Citrix's advisory and any follow-on incident reporting.

Because Citrix, watchTowr, and Beaumont have disclosed zero exploitation methodology, IOCs, or affected-build detail for the two new zero-days, the MITRE ATT&CK mapping in this record is necessarily modeled on the two most directly analogous, explicitly-sourced precedents rather than on confirmed facts about the new bugs themselves: (1) CISA advisory AA23-201A's forensic account of CVE-2023-3519 NetScaler ADC post-exploitation, which documents attacker PHP webshells written to /netscaler/ns_gui/vpn/ (including a shell dubbed SECRETSAUCE that decrypts attacker-supplied code with an embedded RSA key), ldapsearch-driven Active Directory/domain-trust/OU enumeration, SMB and port scanning across target subnets, setuid binaries (pykeygen, pip4) used to spawn root shells, modification of /flash/nsconfig/rc.netscaler for reboot-persistent webshells, data staged for exfiltration by renaming it with image/style-sheet extensions (e.g. cp .../test.tar.gz .../medialogininit.png), and use of LIGOLO-NG/NPS tunnellers plus compromised pfSense devices for multi-hop C2 proxying; and (2) watchTowr Labs' own August 2026 NetScaler pre-auth RCE research (CVE-2026-8452), which achieved code execution via a SAML '<SignedInfo>'/'InclusiveNamespaces' 'PrefixList' XML-canonicalization heap overflow that corrupts an adjacent heap chunk's metadata, obtains a write-what-where primitive through splitPktInner(), overwrites the privileged nsppe packet-engine's tx_pkt_complete_fptr function pointer to redirect execution into attacker-placed shellcode (i.e., process injection into a root-privileged daemon), neutralizes pitboss's SIGSEGV/SIGBUS/SIGABRT/SIGFPE crash-monitoring via sigaction(SIG_IGN) so the exploited nsppe process is silently respawned rather than triggering a visible reboot, and sets the SUID bit on /bin/sh to escalate the initially 'nobody'-context webshell to root. Neither precedent is confirmed to be the mechanism behind the September 2026 zero-days; they are cited as the best-evidenced expectation for this same vendor/appliance family absent any vendor disclosure, and the mapped techniques below should be read as anticipated/precedent-based rather than confirmed-observed for this specific threat.

Citrix's own suspected-compromise guidance (referenced in coverage of this event) instructs responders to preserve VPX snapshots, logs, technical support bundles, and core dumps; isolate the appliance from the network; reset all service-account and NetScaler-authenticated user credentials; revoke certificates and private keys; and keep the NetScaler Management Service off the public internet, stating it 'should never be exposed to the public internet.' The Dutch National Cyber Security Center (NCSC-NL) previously published 2025 check scripts for live appliances, core dumps, and NetScaler images to aid this kind of triage, though the scripts' own documentation notes they come with no guarantee of effectiveness. Some administrators have reportedly taken NetScaler appliances offline entirely rather than wait for Citrix's patch.

MITRE ATT&CK techniques used in TL-2026-2693

Stealth

T1027.003 Steganography; T1055 Process Injection; T1211 Exploitation for Stealth

Discovery

T1046 Network Service Discovery; T1482 Domain Trust Discovery

Execution

T1059 Command and Scripting Interpreter

Command and Control

T1090 Proxy

Initial Access

T1133 External Remote Services; T1190 Exploit Public-Facing Application

Impact

T1499.004 Application or System Exploitation

Persistence

T1505.003 Web Shell

Privilege Escalation

T1548.001 Setuid and Setgid

Credential Access

T1552.001 Credentials In Files; T1552.004 Private Keys; T1649 Steal or Forge Authentication Certificates

defense-impairment

T1685 Disable or Modify Tools

Affected products and versions in Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities

  • Citrix (Cloud Software Group) — NetScaler ADC
    Vulnerable versions: Unconfirmed by Citrix as of 2026-09-27 for the two new unpatched RCE zero-days
    Fixed in: No patch released yet for the two new zero-days; Citrix has stated a fix is expected the week of 2026-09-28
  • Citrix (Cloud Software Group) — NetScaler Gateway
    Vulnerable versions: Unconfirmed by Citrix as of 2026-09-27 for the two new unpatched RCE zero-days; the related, already-patched CVE-2026-19490 confirmed vulnerable configurations prior to 14.1-73.32 / 13.1-63.21 when configured as Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or AAA virtual server
    Fixed in: 14.1-73.32 and 13.1-63.21 remediate CVE-2026-19490/CVE-2026-19489 only, not the two new unpatched zero-days; NetScaler 13.1 reached End of Maintenance 2026-09-15

Remediation for Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities

Patches

  • No patch is available for the two new unpatched RCE zero-days as of 2026-09-27; Citrix has stated communications and a fix are expected early in the week of 2026-09-28
  • NetScaler ADC/Gateway 14.1-73.32 and 13.1-63.21 (released 2026-08-19) remediate the separate, already-patched CVE-2026-19490 and CVE-2026-19489, but NetScaler 13.1 reached End of Maintenance on 2026-09-15 with uncertain future patch support

Immediate actions

  • Inventory every NetScaler ADC/Gateway instance and confirm exact build/version, since Citrix has not yet confirmed which builds are affected by the two new unpatched RCE zero-days
  • Ensure the NetScaler Management Service interface is never exposed to the public internet, per Citrix's own hardening guidance
  • Evaluate isolating or powering off internet-facing NetScaler appliances pending Citrix's advisory, particularly for organizations with low risk tolerance to an undisclosed pre-auth RCE
  • Proactively preserve forensic evidence -- VPX snapshots, logs, technical support bundles, and core dumps -- per Citrix's suspected-compromise guidance, before any patch or reboot

Workarounds

  • No official vendor workaround exists for the two new RCE zero-days; Citrix has not published mitigation guidance for them
  • If compromise is suspected on any NetScaler appliance: isolate it from the network, reset all service-account and NetScaler-authenticated user credentials, and revoke certificates/private keys per Citrix's incident-response guidance

Longer-term hardening

  • Apply Citrix's patch for the two new zero-days as soon as it is released (communicated as expected the week of 2026-09-28)
  • Treat the already-released August 19, 2026 patches for CVE-2026-19490/CVE-2026-19489 as insufficient on their own if exploitation is suspected to predate patching -- updating does not remove access already gained by an attacker
  • Adopt the Dutch NCSC-NL 2025 NetScaler compromise-check scripts (live appliance, core dump, and image checks) as an interim detection layer while awaiting vendor guidance

Timeline of Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities

  • watchTowr Labs publicly discloses an unrelated, already-patched NetScaler pre-authentication RCE (informally tracked as CVE-2026-8452) caused by a SAML XML-canonicalization heap overflow; fixed in 14.1-72.61 / 13.1-63.18. Not confirmed to be either of the two later unpatched zero-days, but establishes watchTowr's recent NetScaler research focus.
  • Citrix releases NetScaler ADC/Gateway 14.1-73.32 and 13.1-63.21, patching CVE-2026-19490 (authentication bypass, CVSS 9.8/9.3) and CVE-2026-19489 (memory overflow, CVSS 8.8). No in-the-wild exploitation observed at disclosure.
  • Threat actors reportedly begin actively exploiting CVE-2026-19490 shortly after a public proof-of-concept exploit is posted on GitHub.
  • CISA adds CVE-2026-19490 to its Known Exploited Vulnerabilities catalog, with a required remediation due date of 2026-09-12 under BOD 26-04.
  • NetScaler 13.1 reaches End of Maintenance, raising uncertainty over whether it will receive a fix for the forthcoming new zero-days.
  • A Reddit user ('FastFredNL') claims the Dutch National Cyber Security Center (NCSC-NL) privately pre-notified Citrix of the flaws before advising affected organizations to power down appliances; at least one administrator separately states they received a corresponding notice via their CERT team. Neither claim has been independently confirmed, and NCSC-NL has published no public advisory.
  • Initial reports of active NetScaler exploitation surface via a Reddit r/Citrix post; a viral X post from 'International Cyber Digest' claims an 'unknown critical' NetScaler zero-day has prompted governments and organizations to shut down devices immediately, causing confusion with CVE-2026-19490.
  • watchTowr and independent analyst Kevin Beaumont separately confirm two distinct, unpatched NetScaler ADC/Gateway RCE zero-days exploited in the wild before any fix existed, discovered during forensic investigations, and explicitly distinct from CVE-2026-19490.
  • Tenable publishes an FAQ blog on the reported zero-days; The Hacker News, cybersecuritynews.com, Dark Reading, and other outlets report the story. Citrix has still published no advisory, CVE ID, affected-build guidance, or IOCs; some administrators take appliances offline pending a patch.
  • Citrix has stated communications and a patch for the two new zero-days are expected early in this week.

Sources cited for Two Unpatched Citrix NetScaler Zero-Day RCE Vulnerabilities

More in vulnerability

Detection coverage for TL-2026-2693

As of 2026-09-27, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2693 across Splunk SPL, Microsoft KQL and Sigma, covering 10 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats