Full research report
CISA Adds Six Exploited Flaws to KEV, Including NetScaler, Linux, and SQL Server Bugs
Executive assessment
CISA's alert establishes that all six vulnerabilities have crossed its exploitation-evidence threshold, but the public evidence does not support treating them as one campaign. Talos directly ties CVE-2022-0995, CVE-2015-5287, CVE-2015-3246 and CVE-2021-23758 to UAT-10147 operations against exposed Windows and Linux servers, followed by SEO-fraud malware, data theft tooling and persistent backdoors. CVE-2026-8452 is a distinct NetScaler memory flaw with configuration-specific exposure and independently reported attempts beginning on 17 August; Citrix had already released fixed builds. CVE-2019-1068 is confirmed as exploited through KEV, but its current exploitation path, victims and operator remain publicly unexplained. Public exploit demonstrations are verified for CVE-2015-5287, which should not be conflated with proof that the same code was used in every observed intrusion.
What happened
Cisco Talos published research on 20 August 2026 describing UAT-10147's exploitation of four older vulnerabilities against Windows and Linux web servers. CISA added those four CVEs, Microsoft SQL Server CVE-2019-1068 and NetScaler CVE-2026-8452 to its Known Exploited Vulnerabilities catalogue on 26 August, explicitly citing evidence of exploitation in the wild. Separate observations place attempted exploitation of CVE-2026-8452 between 17 and 27 August 2026.
Affected scope
The update spans NetScaler ADC and Gateway appliances in affected Gateway or authentication virtual-server configurations; Microsoft SQL Server; Linux kernels containing the vulnerable watch_queue implementation; Ajax.NET Professional applications; and Red Hat-family systems using vulnerable ABRT or libuser components. Citrix identifies builds before 14.1-72.61, 13.1-63.18, 14.1-72.61 FIPS and 13.1-37.272 FIPS/NDcPP as affected. Talos observed vulnerable Windows and Linux web servers in government, education, media, technology and gaming organisations, including systems in Brazil, Bolivia, China, Canada and Vietnam.
Technical assessment
These are separate weaknesses rather than one exploit chain: remote code execution through unsafe SQL Server processing or Ajax.NET deserialisation, local privilege escalation through Linux kernel memory corruption or unsafe ABRT/libuser file handling, and denial of service through a NetScaler memory-boundary error. Talos observed UAT-10147 combining remotely exploitable server flaws with local privilege-escalation vulnerabilities before deploying web shells, BadIIS and cross-platform backdoors. CVE-2026-8452 requires a NetScaler Gateway or AAA virtual-server configuration, whereas the Linux and Red Hat flaws require prior local access.
Recommended defensive actions
- Immediately patch NetScaler ADC and Gateway to 14.1-72.61, 13.1-63.18, 14.1-72.61 FIPS, 13.1-37.272 FIPS/NDcPP or a later supported release.
- Inventory SQL Server, Ajax.NET Professional, Linux kernel, ABRT and libuser installations, then apply the relevant vendor security updates in KEV priority order.
- Audit NetScaler configurations for Gateway and AAA virtual servers to identify appliances meeting the CVE-2026-8452 preconditions.
- Hunt internet-facing web servers for Talos indicators, unexpected web shells, unauthorised scheduled tasks, security-tool exclusions and outbound connections associated with BadIIS, SPECTRE or Meterpreter activity.
- Investigate vulnerable systems for compromise evidence before treating patch installation as sufficient, particularly where they were internet-facing or exposed during the reported activity window.
- Restrict local shell and service-account access on systems awaiting Linux, ABRT or libuser remediation to reduce the opportunity for privilege escalation.
Uncertainties and evidence gaps
- CISA does not publish the underlying exploitation evidence or affected victims for each KEV entry.
- No public evidence reviewed explains how CVE-2019-1068 is currently being exploited or attributes that activity to a named actor.
- The NetScaler observations establish malicious attempts and CISA confirms in-the-wild exploitation, but the public records reviewed do not quantify successful compromises.
- Talos links four CVEs to UAT-10147, but there is no evidence that the group is responsible for the NetScaler or SQL Server exploitation.
- Public exploit availability was verified for CVE-2015-5287, but was not conclusively resolved for every CVE in this six-vulnerability update.
Vulnerability flow
Defender-oriented path reconstructed only from sourced report findings. Unknown stages are omitted.
Confirmed active exploitation of all six vulnerabilities under CISA KEV criteria; public exploit material exists for at least CVE-2015-5287, while public reporting does not explain the current exploitation of CVE-2019-1068.
The investigation first tested whether the headline represented one campaign or a broad KEV update and found three evidence strands: a CISA-confirmed six-CVE event, a separately observed NetScaler exploitation wave, and a Talos-documented UAT-10147 campaign using four of the older flaws. Vendor and government records confirmed the affected components and mitigations, while original research established the actor, malware and victim scope. The evidence supports high confidence in exploitation of all six CVEs, but not a single shared actor or exploit chain.
- Did CISA actually add all six stated CVEs because of exploitation evidence?Opened and assessed the supplied article as untrusted secondary reporting.thehackernews.com โ
The article named all six CVEs and connected four to UAT-10147, while identifying separate NetScaler observations and an unexplained SQL Server case.
why This framed the event as a broad KEV update rather than evidence of one unified campaign and identified the primary sources requiring verification.
- Does the authoritative record confirm exploitation and the exact CVE set?Read CISA's 26 August 2026 alert.cisa.gov โ
CISA listed all six CVEs and stated that their addition was based on evidence of active exploitation.
why This is the strongest available confirmation of in-the-wild exploitation, although it does not disclose case-level evidence.
- Is there independent evidence and a timeline for CVE-2026-8452 exploitation?Reviewed the dedicated exploitation record.previdian.com โ
The record reports sensor-observed attempts beginning 17 August 2026, continuing through 27 August, and notes public scanner or proof-of-concept coverage.
why This independently supports the NetScaler exploitation timeline while distinguishing observed attempts from a quantified count of successful compromises.
- Which NetScaler configurations and releases are affected, and what fixes exist?Opened the Citrix security bulletin and examined its affected-version, precondition and remediation sections.support.citrix.com โ
CVE-2026-8452 affects appliances configured as a Gateway or AAA virtual server; Citrix supplied fixed 14.1, 13.1, FIPS and NDcPP builds.
why The vendor record narrows exposure to specific configurations and provides actionable remediation rather than assuming every NetScaler appliance is exploitable.
- Which of the older vulnerabilities were actually used by UAT-10147, and against whom?Read Cisco Talos' original campaign report.blog.talosintelligence.com โ
Talos observed CVE-2022-0995, CVE-2015-5287 and CVE-2015-3246 for Linux privilege escalation and CVE-2021-23758 for remote code execution, targeting exposed web servers across several sectors and countries.
why This supplies campaign-level exploitation evidence, victimology and actor attribution for four CVEs without extending that attribution to NetScaler or SQL Server activity.
- What malware and post-compromise capabilities followed exploitation?Reviewed Talos' companion malware analysis.blog.talosintelligence.com โ
Talos documented SPECTRE, a Linux rootkit, BadIIS-related activity and defence-evasion capabilities across Windows and Linux.
why This establishes the operational impact beyond initial exploitation and supplies concrete behaviours defenders can hunt.
- What is technically established about the unexplained SQL Server entry?Checked the NVD record for CVE-2019-1068.nvd.nist.gov โ
The flaw is remote code execution caused by incorrect processing of internal functions, requires network access and low privileges under the published vector, and was added to KEV on 26 August 2026.
why The record verifies the affected security boundary and severity, but does not resolve the actor, exploitation method or victims.
- Is public exploit material available for any of the listed local privilege-escalation flaws?Opened the original oss-security disclosure for CVE-2015-5287.
The disclosure describes the ABRT symlink weaknesses and provides attached local-root exploit demonstrations for affected Red Hat-family systems.
why This confirms public exploit availability for CVE-2015-5287 while avoiding the unsupported conclusion that public code alone proves current exploitation.
Research coverage
All 71 registered source leaves were evaluated for this run: 64 completed, 0 were unavailable, 0 failed and 7 were disabled. For this story, 6 registered sources supplied useful evidence (3 primary, 2 corroborating, 1 contextual and 0 PoC/exploit references). 58 completed sources contained no matched information for this story.
Complete source-by-source audit 71 sources
| Source | Run result | Value | Why it was useful โ or not |
|---|---|---|---|
| CISA KEVkev | ok1685 records | Primary evidence7 matched items | Confirmed that a related CVE is listed in CISA's Known Exploited Vulnerabilities catalogue. Supplied a vendor or government advisory opened and verified during focused research. |
| NVDcve | ok900 records | Primary evidence2 matched items | Supplied a vendor or government advisory opened and verified during focused research. |
| The Hacker Newsnews | ok11 records | Primary evidence1 matched items | Published the source report used to frame and date the event. |
| CISA Alertsnews | ok empty0 records | Corroborating1 matched items | A page from this source was opened and verified during focused research. |
| Cisco Talosnews | ok2 records | Corroborating2 matched items | Supplied independent analysis opened and verified during focused research. |
| FIRST EPSSepss | ok8041 records | Context6 matched items | Added exploitation-probability context; EPSS does not itself prove exploitation. |
| AlienVault OTXdark_web | ok10 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| BleepingComputernews | ok11 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| CERT-EU Threat Intelligencenews | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| CIRCL CVEcve | ok30 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Cisco PSIRTvendor_advisory | ok5333 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI CVE most exploiteddeepdarkcti | ok94 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI Discorddeepdarkcti | ok7 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI exploitsdeepdarkcti | ok24 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI forumsdeepdarkcti | ok264 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI malware as a servicedeepdarkcti | ok7 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI malware samplesdeepdarkcti | ok3 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI marketsdeepdarkcti | ok127 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI phishingdeepdarkcti | ok19 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI ransomware gangsdeepdarkcti | ok687 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI RATsdeepdarkcti | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI Telegram infostealerdeepdarkcti | ok130 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI Telegram threat actorsdeepdarkcti | ok1012 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| deepdarkCTI Twitter threat actorsdeepdarkcti | ok39 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Exploit-DBexploit_reference | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Fortinet PSIRTvendor_advisory | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| GitHub topic: cveresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| GitHub topic: exploitresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| GitHub topic: penetration-testingresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| GitHub topic: pocresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| GitHub topic: vulnerabilityresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| GreyNoiseexploit_reference | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| KrebsOnSecuritynews | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| LinkedIn RSS proxy feeds (disabled)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| MalwareBazaardark_web | ok4 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #cveresearch | ok20 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #cybersecurityresearch | ok14 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #exploitresearch | ok20 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #infosecresearch | ok20 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #malwareresearch | ok18 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #ransomwareresearch | ok20 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #threatintelresearch | ok14 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Mastodon #vulnerabilityresearch | ok20 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Metasploit module metadataexploit_reference | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Microsoft MSRCvendor_advisory | ok1591 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Microsoft Securitynews | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| MISP Galaxyresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| MISP threat actor galaxyactor | ok0 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Palo Alto Networks PSIRTvendor_advisory | ok25 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| ProjectDiscovery nuclei templatesexploit_reference | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Rapid7news | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Reddit r/AskNetsec (pending API approval)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| Reddit r/cybersecurity (pending API approval)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| Reddit r/malware (pending API approval)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| Reddit r/netsec (pending API approval)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| Reddit r/ReverseEngineering (pending API approval)research | disabled | Disabled | Disabled in the source registry; no check was attempted. |
| SANS ISCnews | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| SentinelLabsnews | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Shadowserver public aggregate honeypot observationsexploit_reference | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Shodanresearch | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Sigma Rulesresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Sophos IOCsresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Sophos X-Opsnews | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| ThreatFoxthreat_intelligence | ok100 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| UK NCSCnews | ok1 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Unit 42news | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| Unit42 IOCsresearch | ok empty0 records | Checked โ no match | The source completed but returned no records in the collection scope. |
| URLhausdark_web | ok10 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| VirusTotal Community IOC enrichmentresearch | ok4 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| VulnCheck KEVkev | ok500 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
| Vulnerability Lookupcve | ok30 records | Checked โ no match | The source completed, but none of its retained records matched this story. |
Additional verified pages 13 opened outside the registered collection
Vulnerability & exploitation12
Vendor & gov advisories5
Primary confirmation that all six CVEs met CISA's evidence threshold for exploitation in the wild.
Vendor bulletin defines the CVE-2026-8452 configuration preconditions, affected builds and fixed releases.
Confirms the SQL Server remote-code-execution condition and its 26 August 2026 KEV addition.
Documents the Linux watch_queue out-of-bounds write, local access requirement and affected kernel branches.
Vendor record tracks the ABRT flaw and its remediation status.
OSINT / dark-web chatter1
Reports sensor-observed attempts from 17โ27 August 2026 and records public scanner or proof-of-concept coverage.
Analysis & research4
Links exploitation of CVE-2022-0995, CVE-2015-5287, CVE-2015-3246 and CVE-2021-23758 to a documented server-compromise campaign.
Describes the actor's cross-platform implants, persistence and defence-evasion capabilities.
Published indicators support defensive hunting for the documented campaign.
Initial reporting connected the KEV additions with NetScaler observations and Cisco Talos research.