Cyber Resilience

CVE-2019-12989

CriticalCISA KEVActive ExploitationEUVD ExploitedPublic PoC

Published: 16 July 2019

Published
16 July 2019
Modified
06 November 2025
KEV Added
25 March 2022
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.9152 99.7th percentile
Risk Priority 95 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2019-12989 is a critical-severity SQL Injection (CWE-89) vulnerability in Citrix Netscaler Sd-Wan. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The vulnerability is an SQL injection flaw, tracked as CVE-2019-12989 and mapped to CWE-89, that affects Citrix SD-WAN 10.2.x releases prior to 10.2.3 and NetScaler SD-WAN 10.0.x releases prior to 10.0.8. It carries a CVSS 3.1 base score of 9.8, reflecting a network-accessible attack vector with low attack complexity and no required privileges or user interaction.

Unauthenticated remote attackers can supply crafted input to trigger the injection, enabling full read/write access and arbitrary command execution on the affected appliances. Public proof-of-concept material demonstrates that successful exploitation leads directly to authentication bypass followed by remote command execution.

Citrix security bulletin CTX251987, along with analysis from Tenable (TRA-2019-32) and PacketStorm disclosures, addresses the affected versions and points administrators to the corresponding patched releases.

EU & UK References

Vulnerability details

Citrix SD-WAN 10.2.x before 10.2.3 and NetScaler SD-WAN 10.0.x before 10.0.8 allow SQL Injection.

CWE(s)
KEV Date Added
25 March 2022

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

citrix
netscaler sd-wan
10.0.0 — 10.0.8
citrix
sd-wan
10.2.0 — 10.2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to block crafted SQL payloads that trigger the injection.

prevent

Mandates prompt application of vendor patches (10.2.3 / 10.0.8) that eliminate the SQLi flaw.

preventdetect

Boundary-protection mechanisms can restrict unauthenticated remote access and inspect traffic for injection attempts.

References