What is Citrix SD-WAN?
Citrix SD-WAN (and the related NetScaler SD-WAN product line) is a software-defined wide-area-network appliance that enterprises deploy at branch offices and data centers to optimize and secure traffic between distributed sites. As with most network appliances, its management interface is a high-value target: successful exploitation can expose configuration data, credentials, and routing information for an organization's entire WAN.
Overview
CVE-2019-12989 is a SQL injection vulnerability in Citrix SD-WAN and NetScaler SD-WAN appliances. An unauthenticated remote attacker can inject malicious SQL syntax through the appliance's management interface, potentially allowing unauthorized read or manipulation of the underlying database that stores appliance configuration and operational data.
Technical Details
The flaw (CWE-89, SQL injection) arises because one or more inputs accepted by the management web interface are incorporated into backend database queries without adequate parameterization or sanitization. An attacker can craft input containing SQL metacharacters that alter the intended query logic, potentially extracting data the interface would not normally expose, or in more severe cases modifying stored configuration. The CVSS vector reflects no privileges or user interaction required and Low attack complexity, making this a straightforward network-based attack against any appliance whose management interface is reachable by the attacker.
Discovery
Citrix identified and disclosed this vulnerability, releasing patched SD-WAN and NetScaler SD-WAN firmware in its July 2019 security bulletin alongside the related command injection vulnerability CVE-2019-12991.
Exploitation Context
CISA's KEV catalog listing confirms this vulnerability has been used in real-world attacks, consistent with broader scanning and exploitation activity targeting internet-exposed Citrix networking appliances observed throughout 2019 and beyond. Because SD-WAN and NetScaler SD-WAN management interfaces are sometimes inadvertently exposed to the internet rather than restricted to management VLANs, this class of vulnerability has proven attractive to attackers seeking a foothold into enterprise WAN infrastructure.
Remediation
- Apply the patched Citrix SD-WAN / NetScaler SD-WAN firmware referenced in Citrix's July 2019 security bulletin.
- Restrict the appliance's management interface to a dedicated, access-controlled management network — never expose it directly to the internet.
- Apply network-level access controls (firewall rules, ACLs) limiting which hosts can reach the management interface even on internal networks.
- Review appliance and database logs for anomalous query patterns or unexpected data access predating patch application.
- Rotate any credentials or secrets that may have been stored in the appliance's configuration database if compromise is suspected.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-12989 |
| Vendor / Product | Citrix — SD-WAN and NetScaler |
| NVD Published | 2019-07-16 |
| NVD Last Modified | 2025-11-06 |
| 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-89 find similar ↗ |
| CISA KEV Added | 2022-03-25 |
| CISA KEV Deadline | 2022-04-15 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-07-16 | CVE published; Citrix patches SD-WAN and NetScaler SD-WAN appliances |
| 2022-03-25 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-04-15 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-12989 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |