Threat Advisories

Multiple Supply Chain Vulnerabilities Added to CISA KEV Catalog

Written by Integrity360 | May 29, 2026 8:37:52 PM

CISA added three vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog on May 27, 2026, confirming that they are actively exploited in realworld attacks.

While these vulnerabilities affect different technologies, they share a common theme: compromise of trusted software distribution and development pipelines. Unlike traditional vulnerabilities targeting exposed services, these issues enable attackers to distribute malicious code through legitimate channels such as software installers, npm packages, and development tools.

The three vulnerabilities are:

    • CVE‑2026‑8398: Daemon Tools Lite
    • CVE202645321: TanStack (npm ecosystem)
    • CVE202648027: Nx Console (developer tooling)

These entries highlight an increasing focus on software supply chain attacks targeting both endusers and developer environments.

Affected Components

CVE‑2026‑8398: Daemon Tools Lite

This vulnerability involved a supply chain attack that compromised the official installation packages of Daemon Tools Lite distributed through the vendor’s legitimate website. Attackers gained access to the vendor’s build or distribution infrastructure and embedded malicious code into digitally signed binaries.

Unlike traditional vulnerabilities that require exploitation of a running service, this issue represents a software supply-chain compromise in which malicious code was embedded within software distributed to end users. Because the software appeared legitimate, affected systems may have trusted and executed the installer without triggering conventional security controls.

CVE202645321: TanStack

This vulnerability involved a supply-chain compromise within the TanStack npm ecosystem. Attackers leveraged legitimate GitHub Actions publishing workflows and trusted OIDC authentication to distribute malicious package versions under legitimate @tanstack/* package namespaces.

The malicious packages contained credential-stealing malware and could impact downstream applications or developer environments that installed affected dependencies through normal package management workflows.

Because the compromised packages were distributed through trusted npm channels and appeared legitimate, organizations using affected dependencies may have unknowingly introduced malicious code into development or production environments.

CVE202648027: Nx Console

This vulnerability involved a supply-chain compromise of Nx Console, a developer extension used with Nx and Lerna workflows. A malicious version of the extension (18.95.0) was briefly published through official marketplaces, including Visual Studio Marketplace and OpenVSX.

The compromised extension contained embedded malicious code and could expose affected developer workstations to unauthorized code execution or credential theft. Because the extension was distributed through legitimate marketplaces and appeared authentic, developers may have unknowingly installed the malicious version through normal update or installation workflows.

Threat Activity

All three vulnerabilities have been added to the KEV catalog, indicating confirmed exploitation in the wild.

Unlike traditional exploitation of exposed services, these attacks leverage trusted update mechanisms, package registries, and development tooling to reach victims indirectly. This increases the likelihood of compromise even in otherwise wellsecured environments.

What This Means for Organizations

These vulnerabilities demonstrate a shift from direct exploitation to indirect compromise via trusted software sources. Organizations may be exposed if they:

    • Download software from compromised distribution channels
    • Use affected opensource dependencies in applications
    • Allow developer tools or extensions without strict validation
    • Do not maintain visibility into software supply chains

Because the attack vector occurs upstream, infections can propagate across multiple systems before detection.

Recommended Mitigation Steps

1. Apply Vendor Updates Immediately

Ensure all affected software (Daemon Tools, TanStack dependencies, Nx Console) is updated to secure versions or removed if updates are not available.

2. Review Software Supply Chain Exposure

    • Identify dependencies using TanStack packages
    • Perform software composition analysis (SCA) where possible
    • Verify integrity of installed developer tools and plugins

3. Monitor for Indicators of Compromise

    • Unexpected credential access or exfiltration activity
    • Unusual processes launched from developer tools
    • Suspicious outbound network connections from developer systems

4. Restrict Use of Untrusted Software Sources

    • Limit downloads from unofficial channels
    • Enforce signing and verification requirements for software and extensions
    • Control installation of IDE plugins and thirdparty tools

Risk Summary

These vulnerabilities represent a highimpact supply chain risk rather than a traditional networkexposed vulnerability. Because they target trusted software delivery mechanisms, exploitation may bypass conventional perimeter defenses and impact both endusers and development environments.

Organizations should treat these KEV entries as priority remediation items and assess whether any affected software or dependencies are present within their environment.