Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
CISA KEV·Added 2026-05-27 — agencies required to remediate by 2026-06-10 · Ransomware
📦 npm

CVE-2026-45321

CRITICAL

Malware in 42 @tanstack/* packages exfiltrates cloud credentials, GitHub tokens, and SSH keys

Also known asGHSA-g7cv-rxg3-hmpx
Published
May 12, 2026
Updated
Jul 15, 2026
Affected
84 pkgs
Patched
84 / 84
Exploits
None indexed

EPSS Exploitation Probability

via FIRST.org ↗
2.3%probability of exploitation in next 30 days
Lower Risk82th percentile0.00%
0.00%7.15%14.3%21.5%17.1%2.3%2.3%Jun 26Jul 26Jul 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

84 pkgs affected

Weekly download volume for affected packages — a proxy for how broadly this vulnerability is deployed.

@tanstack/arktype-adapternpm
813downloads / week
@tanstack/eslint-plugin-routernpm
353Kdownloads / week
@tanstack/eslint-plugin-startnpm
17Kdownloads / week

Description

On 2026-05-11, between approximately 19:20 and 19:26 UTC, 84 malicious versions across 42 @tanstack/* packages were published to the npm registry. The publishes were authenticated via the legitimate GitHub Actions OIDC trusted-publisher binding for TanStack/router, but the publish workflow itself was not modified. The attacker chained three known vulnerability classes — a pull_request_target "Pwn Request" misconfiguration, GitHub Actions cache poisoning across the fork↔base trust boundary, and runtime memory extraction of the OIDC token from the Actions runner process — to publish credential-stealing malware under a trusted identity. Each affected package received exactly two malicious versions, published a few minutes apart.

Affected Packages

84 total 84 fixed
EcosystemPackageVulnerable rangeFix
📦npm@tanstack/arktype-adapter1.166.12&&< 1.166.161.166.16
📦npm@tanstack/eslint-plugin-router1.161.9&&< 1.161.131.161.13
📦npm@tanstack/eslint-plugin-start0.0.4&&< 0.0.80.0.8
📦npm@tanstack/history1.161.9&&< 1.161.131.161.13
📦npm@tanstack/nitro-v2-vite-plugin1.154.12&&< 1.154.161.154.16
📦npm@tanstack/react-router1.169.5&&< 1.169.91.169.9

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for @tanstack/arktype-adapter. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update @tanstack/arktype-adapter to 1.166.16 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2026-45321 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2026-45321 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2026-45321. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

On 2026-05-11, between approximately 19:20 and 19:26 UTC, 84 malicious versions across 42 @tanstack/* packages were published to the npm registry. The publishes were authenticated via the legitimate GitHub Actions OIDC trusted-publisher binding for TanStack/router, but the publish workflow itself was not modified. The attacker chained three known vulnerability classes — a pull_request_target "Pwn Request" misconfiguration, GitHub Actions cache poisoning across the fork↔base trust boundary, and runtime memory extraction of the OIDC token from the Actions runner process — to publish credential-s
O3 Security · Impact-Aware SCA

Is CVE-2026-45321 in your dependencies?

O3 detects CVE-2026-45321 across npm dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.