Critical Infrastructure Security — CISA Adds Six Actively Exploited Vulnerabilities to KEV Catalog (CVE-2026-8452, CVE-2019-1068, and more)
Publication date: August 27, 2026
Category: Vulnerability / Web Security
Introduction
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has updated its Known Exploited Vulnerabilities (KEV) catalog by appending six security flaws with confirmed evidence of active exploitation in real-world environments. The additions feature a critical memory overflow vulnerability impacting Citrix NetScaler ADC and NetScaler Gateway (CVE-2026-8452), alongside historical and recent flaws in Linux subsystems, bug reporting tools, user management utilities, and Microsoft SQL Server database engines. This announcement coincides with warnings from threat intelligence firms regarding global campaigns targeting web servers and the emerging integration of autonomous artificial intelligence agents to automate post-compromise operations.
What is the KEV Catalog and the Affected Components? (General Analysis)
CISA’s KEV catalog serves as an authoritative repository compelling Federal Civilian Executive Branch (FCEB) agencies to remediate specific vulnerabilities under strict deadlines, while acting as a standard baseline for the global security industry. In this update, the broad diversity of targeted components —spanning perimeter network devices, operating system kernels, diagnostic utilities, and database engines— illustrates the extensive attack surface that threat actors opportunistically exploit.
The exact CVSS vectors and CWE classifications provided by the official NVD database are detailed below:
| CVE | Category (CWE) | Primary Impact | CVSS Score and Version | Summarized CVSS Vector |
|---|---|---|---|---|
| CVE-2026-8452 | CWE-119 (Memory Buffer Error) | Denial of service and erratic behavior in NetScaler | 8.8 (HIGH) [CVSS v4.0] | AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:H |
| CVE-2019-1068 | CWE-20 (Improper Input Validation) | Remote Code Execution (RCE) in Microsoft SQL Server | 8.8 (HIGH) [CVSS v3.1] | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| CVE-2022-0995 | CWE-787 (Out-of-bounds Write) | Local privilege escalation in Linux kernel (watch_queue) | 7.8 (HIGH) [CVSS v3.1] | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| CVE-2015-5287 | CWE-59 (Improper Link Resolution) | Privilege escalation via symlink attack in ABRT | 7.8 (HIGH) [CVSS v3.1] | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| CVE-2015-3246 | CWE-264 / CWE-367 (Race Condition) | Denial of service / file corruption in libuser | 5.1 (MEDIUM) [CVSS v3.1] | AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H |
| CVE-2021-23758 | CWE-502 (Deserialization of Untrusted Data) | Remote Code Execution in Ajax.NET Professional | 8.1 (HIGH) [CVSS v3.1] | AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
How Does It Work? (Technical Analysis)
Forensic analysis and telemetry reports from security firms such as Previdian, Defused Cyber, and Cisco Talos highlight specific attack dynamics across the most critical components:
- Perimeter Exploitation in Citrix NetScaler (CVE-2026-8452): Adversaries leverage an improper restriction of operations within memory buffer bounds when the appliance operates as a Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or AAA virtual server. Recent monitoring has identified the deployment of custom webshells named
x.phpandz.php, immediately followed by the execution of OS discovery commands such asidandecho. - Deserialization Flaws and Persistence (CVE-2021-23758): The Ajax.NET Professional component suffers from insecure deserialization of arbitrary .NET classes. Cybercriminal syndicates (such as threat actor UAT-10147) have integrated AI agent-based automation capabilities to accelerate reconnaissance and command execution following initial compromise on exposed web servers.
- Local Vectors in Linux Systems (CVE-2022-0995 and CVE-2015-5287): Within the Linux kernel’s
watch_queuesubsystem, an out-of-bounds write permits overwriting internal kernel state structures, enabling local users to escalate privileges to root. Similarly, flaws in diagnostic tools like ABRT facilitate symlink attacks to corrupt predictable files.
Affected Systems / Environments
- Network Devices: Citrix NetScaler ADC and NetScaler Gateway configured with Gateway or AAA virtual server features.
- Databases: Microsoft SQL Server (impacting Database Engine service execution context).
- Operating Systems and Utilities: Linux distributions running vulnerable kernel versions (affecting the
watch_queuesubsystem), Red Hat ABRT error reporting tools, and user management packages (usermode/libuser). - Web Applications: Environments implementing legacy .NET development libraries utilizing
ajaxpro.2.
Mitigation and Detection
Remediation
- Urgent Patch Deployment: FCEB agencies and private organizations must strictly adhere to CISA-mandated deadlines, applying patches for CVE-2019-1068 and CVE-2026-8452 immediately, and addressing remaining components by September 9, 2026.
- Perimeter Hardening: Temporarily disable Gateway or VPN functions on unpatched Citrix appliances if not strictly required, or restrict access to management interfaces using strict network Access Control Lists (ACLs).
- Dependency Auditing: Review internal codebases and legacy .NET applications to identify and update outdated libraries such as
ajaxpro.2.
Detection
Defensive security teams should actively hunt for the following Indicators of Compromise (IoCs) and log anomalies:
- Presence of suspicious files matching names like
x.phporz.phpwithin web root directories of exposed servers. - Unusual execution of system reconnaissance commands (
id,uname,whoami) spawned by network service or web server child processes. - Anomalous incoming IP connection routing toward perimeter devices originating from unusual geolocations linked to active campaign telemetry.
“The persistence of classic input validation and memory safety vulnerabilities within the KEV catalog demonstrates that threat actors continue to capitalize on simple yet ubiquitous flaws in Internet-exposed assets, automating their intrusion phases through artificial intelligence.”
Wrapping Up
The inclusion of these six vulnerabilities in the KEV catalog underscores the imperative need to actively manage both perimeter appliances and internal operating system and database components. The combination of critical flaws in network gateways alongside AI-driven automation techniques deployed by malicious actors highlights that the exposure window for organizations is rapidly narrowing, demanding a coordinated and prioritized vulnerability management response.
References
- CISA. (2026). CISA Adds Six Known Exploited Vulnerabilities to Catalog. U.S. Cybersecurity and Infrastructure Security Agency. https://www.cisa.gov/news-events/alerts/2026/08/26/cisa-adds-six-known-exploited-vulnerabilities-catalog
- CISA. (2026). Known Exploited Vulnerabilities Catalog. U.S. Cybersecurity and Infrastructure Security Agency. https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- Previdian. (2026). Analysis and Telemetry on CVE-2026-8452 Exploitation. https://previdian.com/CVE-2026-8452
- Microsoft. (2019). Microsoft SQL Server Remote Code Execution Vulnerability (CVE-2019-1068). Microsoft Security Guidance. https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-1068
- Citrix. (2026). NetScaler ADC and NetScaler Gateway Security Advisory for CVE-2026-8452. Citrix Support. https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696604
- Red Hat. (2022). Bug 2063786 - Linux kernel watch_queue out-of-bounds write. Red Hat Bugzilla. https://bugzilla.redhat.com/show_bug.cgi?id=2063786
- Kernel.org. (2022). Linux Kernel Git Commit 93ce93587d36493f2f86921fa79921b3cba63fbb. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=93ce93587d36493f2f86921fa79921b3cba63fbb
- Red Hat. (2015). Red Hat Security Advisory RHSA-2015-2505 (ABRT). http://rhn.redhat.com/errata/RHSA-2015-2505.html
- Red Hat. (2015). Red Hat Security Advisory RHSA-2015-1482 (libuser). http://rhn.redhat.com/errata/RHSA-2015-1482.html
- Snyk. (2021). SNYK-DOTNET-AJAXPRO2-1925971 - Deserialization of Untrusted Data in ajaxpro.2. https://snyk.io/vuln/SNYK-DOTNET-AJAXPRO2-1925971
- Talos Intelligence. (2026). UAT-10147: Chinese-Speaking Adversary Integrates Agentic AI into Post-Compromise Operations. Cisco Talos Blog. https://blog.talosintelligence.com/uat-10147-chinese-speaking-adversary-integrates-agentic-ai-into-post-compromise-operations/
