T
traeai
Sign in
返回首页
Hacker News Best

Postmortem: TanStack npm supply-chain compromise

9.5Score
Postmortem: TanStack npm supply-chain compromise

TL;DR · AI Summary

TanStack suffered an npm supply-chain compromise on May 11, 2026, where attackers published 84 malicious versions across 42 packages using GitHub Actions cache poisoning and OIDC token extraction without stealing npm tokens directly.

Key Takeaways

  • Attackers exploited pull_request_target and GitHub Actions cache poisoning to pu
  • No npm tokens were stolen; the attack relied on runtime memory extraction of OID
  • Users must rotate AWS, GCP, Kubernetes, Vault, GitHub, npm, and SSH credentials

Outline

Jump quickly between sections.

  1. An attacker published 84 malicious versions across 42 TanStack packages via a compromised CI/CD pipeline on May 11, 2026.

  2. The exploit combined pull_request_target patterns with GitHub Actions cache poisoning to extract OIDC tokens from runner memory.

  3. Malicious tarballs were pushed to the registry within 20 minutes before detection by external security researchers.

  4. Affected versions are deprecated and users are advised to rotate all cloud and platform credentials reachable from install hosts.

Mindmap

See how the topics connect at a glance.

查看大纲文本(无障碍 / 无 JS 友好)
  • TanStack npm Supply-Chain Compromise
    • Attack Vector
      • Pull Request Target Pattern
      • GitHub Actions Cache Poisoning
    • Impact Scope
      • 84 Malicious Versions
      • 42 Affected Packages
    • Response Actions
      • Version Deprecation
      • Credential Rotation

Highlights

Key sentences worth saving and sharing.

  • On 2026-05-11 between 19:20 and 19:26 UTC, an attacker published 84 malicious versions across 42 @tanstack/* npm packages.

    TL;DR Section

    ⬇︎ 下载 PNG𝕏 分享到 X
  • No npm tokens were stolen and the npm publish workflow itself was not compromised.

    TL;DR Section

    ⬇︎ 下载 PNG𝕏 分享到 X
  • We strongly recommend that anyone who installed an affected version on 2026-05-11 rotate AWS, GCP, Kubernetes, Vault, GitHub, npm, and SSH credentials.

    TL;DR Section

    ⬇︎ 下载 PNG𝕏 分享到 X
#Security#Supply Chain#npm#GitHub Actions#TanStack
Open original article

Postmortem: TanStack npm supply-chain compromise | TanStack Blog

![Image 1Image 2Image 3 TanStack](https://tanstack.com/)

[](https://github.com/TanStack)[](https://x.com/tan_stack)[](https://bsky.app/profile/tanstack.com)[](https://instagram.com/tan_stack)[](https://youtube.com/@tan_stack)[](https://tlinz.com/discord)

Search...

K

Auto

Log In

Start RC

Start RC

Router

Router

Query

Query

Table

Table

DB beta

DB beta

AI alpha

AI alpha

Form new

Form new

Virtual

Virtual

Pacer beta

Pacer beta

Hotkeys alpha

Hotkeys alpha

Store alpha

Store alpha

Devtools alpha

Devtools alpha

CLI alpha

CLI alpha

Intent alpha

Intent alpha

More Libraries

More Libraries

Builder Alpha

Builder Alpha

Blog

Blog

Maintainers

Maintainers

Partners

Partners

Showcase

Showcase

Learn NEW

Learn NEW

Stats

Stats

YouTube

YouTube

Discord

Discord

Merch

Merch

Support

Support

GitHub

GitHub

Ethos

Ethos

Tenets

Tenets

Brand Guide

Brand Guide

BlogOn this page

Postmortem: TanStack npm supply-chain compromise

Copy page

_by Tanner Linsley on May 11, 2026._

Last updated: 2026-05-11

TL;DR[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#tldr)

On 2026-05-11 between 19:20 and 19:26 UTC, an attacker published 84 malicious versions across 42 @tanstack/* npm packages by combining: the pull_request_target "Pwn Request" pattern, GitHub Actions cache poisoning across the fork↔base trust boundary, and runtime memory extraction of an OIDC token from the GitHub Actions runner process. No npm tokens were stolen and the npm publish workflow itself was not compromised.

The malicious versions were detected publicly within 20 minutes by an external researcher ashishkurmi working for stepsecurity. All affected versions have been deprecated; npm security has been engaged to pull tarballs from the registry. We have no evidence of npm credentials being stolen, but we strongly recommend that anyone who installed an affected version on 2026-05-11 rotate AWS, GCP, Kubernetes, Vault, GitHub, npm, and SSH credentials reachable from the install host.

Tracking issue:TanStack/router#7383GitHub Security Advisory:GHSA-g7cv-rxg3-hmpx

Impact[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#impact)

Packages affected[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#packages-affected)

42 packages, 84 versions (two per package, published roughly 6 minutes apart). See the tracking issue for the full table. Confirmed-clean families: @tanstack/query*, @tanstack/table*, @tanstack/form*, @tanstack/virtual*, @tanstack/store, @tanstack/start (the meta-package, not @tanstack/start-*).

What the malware does[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#what-the-malware-does)

When a developer or CI environment runs npm install, pnpm install, or yarn install against any affected version, npm resolves the malicious optionalDependencies entry, fetches the orphan payload commit from the fork network, runs its prepare lifecycle script, and executes a ~2.3 MB obfuscated router_init.js smuggled into the affected tarball. The script:

  • Harvests credentials from common locations: AWS IMDS / Secrets Manager, GCP metadata, Kubernetes service-account tokens, Vault tokens, ~/.npmrc, GitHub tokens (env, gh CLI, .git-credentials), SSH private keys
  • Exfiltrates over the Session/Oxen messenger file-upload network (filev2.getsession.org, seed{1,2,3}.getsession.org) — end-to-end encrypted with no attacker-controlled C2, so blocking by IP/domain is the only network mitigation
  • Self-propagates: enumerates other packages the victim maintains via registry.npmjs.org/-/v1/search?text=maintainer:<user> and republishes them with the same injection

Because the payload runs as part of npm install's lifecycle, anyone who installed an affected version on 2026-05-11 must treat the install host as potentially compromised.

  • * *

Timeline[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#timeline)

All times UTC. Local timestamps from GitHub API and npm registry.

Pre-attack (cache poisoning phase)[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#pre-attack-cache-poisoning-phase)

| Time | Event | | --- | --- | | 2026-05-10 17:16 | Attacker creates fork github.com/zblgg/configuration (a fork of TanStack/router, deliberately renamed to evade fork-list searches) | | 2026-05-10 23:29 | Malicious commit 65bf499d16a5e8d25ba95d69ec9790a6dd4a1f14 authored on the fork by fabricated identity claude <claude@users.noreply.github.com>. Adds packages/history/vite_setup.mjs (a ~30,000-line bundled JS payload). Commit message prefixed with [skip ci] to suppress CI on the push event | | 2026-05-11 ~10:49 | PR #7378 opened against TanStack/router#main titled "WIP: simplify history build" by zblgg | | 2026-05-11 10:49 onwards | bundle-size.yml and labeler.yml (both pull_request_target) auto-run for the PR — no first-time-contributor approval required because pull_request_target bypasses that gate. pr.yml (which uses pull_request) does NOT run, blocked pending approval that never came | | 2026-05-11 11:01–11:11 | Multiple force-pushes by zblgg to the PR head, each triggering more pull_request_target runs | | 2026-05-11 11:11 | Force-push lands 65bf499d (the malicious commit) on the PR head. bundle-size.yml's benchmark-pr job checks out refs/pull/7378/merge, runs pnpm install + pnpm nx run @benchmarks/bundle-size:build — this executes vite_setup.mjs | | 2026-05-11 11:29 | Cache entry Linux-pnpm-store-6f9233a50def742c09fde54f56553d6b449a535adf87d4083690539f49ae4da11 (1.1 GB) saved to GitHub Actions cache for TanStack/router, scope refs/heads/main — keyed to match what release.yml will look up on the next push to main | | 2026-05-11 11:31 | Attacker force-pushes the PR back to current main HEAD (b1c061af), making the visible PR a 0-file no-op. PR closed and branch deleted in the same minute. Cache poison persists. |

Detonation (publish phase)[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#detonation-publish-phase)

| Time | Event | | --- | --- | | 2026-05-11 19:15 | Manuel merges PR #7369 (Shkumbin's CSS.supports fix) → push to main triggers release.yml. Workflow run 25613093674 starts (19:15:44), and fails. | | 2026-05-11 19:20:39 | npm registry receives publish for @tanstack/history@1.161.9 and 41 sibling packages (~84 versions across 42 packages, but only ~half show this exact second; the remainder come during run #2). Publish is authenticated via OIDC trusted-publisher binding for TanStack/router release.yml@refs/heads/main — but it does not come from the workflow's defined Publish Packages step, which was skipped because tests failed. It comes from the malware running during the test/cleanup phase, which mints an OIDC token via the workflow's id-token: write permission and POSTs directly to registry.npmjs.org | | 2026-05-11 19:20:47 | Run 25613093674 completes (status: failure) | | 2026-05-11 19:16 | Manuel merges PR #7382 (jiti tsconfig paths fix) → second push to main triggers release.yml | | 2026-05-11 19:16:22 | Workflow run 25691781302 starts. Same poisoned cache restored | | 2026-05-11 19:26:14 | npm registry receives publish for the second-version-per-package set (@tanstack/history@1.161.12 etc.). Same OIDC mechanism | | 2026-05-11 19:26:20 | Run 25691781302 completes (status: failure) |

Detection and response[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#detection-and-response)

| Time | Event | | --- | --- | | 2026-05-11 ~19:50 | External researcher (carlini) opens issue #7383 with a complete writeup of the malicious optionalDependencies fingerprint and the package list (initially 14 of the 42) | | 2026-05-11 ~19:50 | Researcher notifies npm security directly | | 2026-05-11 ~20:00 | Manuel acknowledges in #7383 — incident response begins | | 2026-05-11 ~20:10 | Manuel removes all other team push permissions on GitHub in case of user machines have been compromised | | 2026-05-11 ~20:30 | Tanner emails [security@npmjs.com](mailto:security@npmjs.com) with full IOC list and request to pull tarballs registry-side. Formal malware reports are submitted via npm | | 2026-05-11 ~21:00 | Comprehensive scan of all 295 @tanstack/* packages confirms scope: 42 packages, 84 versions. Tanner begins npm deprecation process for all 84 affected packages. Public Twitter/X/LinkedIn/Bluesky disclosure from @tan_stack and maintainers | | 2026-05-11 21:30 | Investigation identifies bundle-size.yml pull_request_target cache-poisoning vector and the zblgg/configuration fork. All cache entries for all TanStack/* GitHub repositories purged via API. Hardening PR merged: bundle-size.yml restructured, repository_owner guards added, third-party action refs pinned to SHAs. Official GitHub Security Advisory is published, CVE requested |

  • * *

Root cause[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#root-cause)

Three vulnerabilities chained together. Each is necessary for the attack; none alone is sufficient.

1. pull_request_target "Pwn Request" pattern in bundle-size.yml[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#1-pull_request_target-pwn-request-pattern-in-bundle-sizeyml)

bundle-size.yml ran pull_request_target for fork PRs and, inside that trigger context, checked out the fork's PR-merge ref and ran a build:

yaml

code
on:
  pull_request_target:
    paths: ['packages/**', 'benchmarks/**']

jobs:
  benchmark-pr:
    steps:
      - uses: actions/checkout@v6.0.2
        with:
          ref: refs/pull/${{ github.event.pull_request.number }}/merge # fork's merged code

      - uses: TanStack/config/.github/setup@main # transitively calls actions/cache@v5

      - run: pnpm nx run @benchmarks/bundle-size:build # executes fork-controlled code
code
on:
  pull_request_target:
    paths: ['packages/**', 'benchmarks/**']

jobs:
  benchmark-pr:
    steps:
      - uses: actions/checkout@v6.0.2
        with:
          ref: refs/pull/${{ github.event.pull_request.number }}/merge # fork's merged code

      - uses: TanStack/config/.github/setup@main # transitively calls actions/cache@v5

      - run: pnpm nx run @benchmarks/bundle-size:build # executes fork-controlled code

The author of the workflow attempted a trust split (the comment-pr job is separate from benchmark-pr, with a comment in the YAML noting the intent to keep benchmark-pr "untrusted with read-only permissions"). The split is correct in spirit but missed two facts:

  • actions/cache@v5's post-job save is not gated by permissions:. Cache writes use a runner-internal token, not the workflow GITHUB_TOKEN. Setting permissions: contents: read does not block cache mutation.
  • Cache scope is per-repo, shared across pull_request_target runs (which use the base repo's cache scope) and pushes to main. A PR running in the base repo's cache scope can poison entries that production workflows on main will later restore.

2. GitHub Actions cache poisoning across trust boundaries[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#2-github-actions-cache-poisoning-across-trust-boundaries)

The malicious vite_setup.mjs was specifically designed to write data into the pnpm-store directory under a key the legit release.yml workflow would compute and look up: Linux-pnpm-store-${hashFiles('**/pnpm-lock.yaml')}. When the benchmark-pr job ended, actions/cache@v5's post-step saved the (now-poisoned) pnpm store to that exact key. When release.yml next ran on a push to main, its Setup Tools step restored the poisoned entry — entirely as designed.

This is the class of attack documented by Adnan Khan in 2024. It's not a TanStack-specific bug; it's a known GitHub Actions design issue that requires conscious mitigation.

3. OIDC token extraction from runner memory[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#3-oidc-token-extraction-from-runner-memory)

release.yml declares id-token: write (legitimately needed for npm OIDC trusted publishing). When the poisoned pnpm store is restored on the runner, attacker-controlled binaries are now on disk and get invoked during the build step. Those binaries:

  • Locate the GitHub Actions Runner.Worker process via /proc/*/cmdline
  • Read /proc/<pid>/maps and /proc/<pid>/mem to dump the worker's memory
  • Extract the OIDC token (which the runner mints lazily, in memory, when id-token: write is set)
  • Use the token to authenticate POST requests directly to registry.npmjs.org — bypassing the workflow's Publish Packages step entirely

This is the same memory-extraction technique (and verbatim Python script, with attribution comment) used in the tj-actions/changed-files compromise of March 2025. The attacker did not invent novel tradecraft; they recombined published research.

Why none alone is enough[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#why-none-alone-is-enough)

  • pull_request_target alone is fine for trusted operations (labeling, comments)
  • Cache poisoning alone (e.g., from inside an already-compromised dep) requires a separate publish vehicle
  • OIDC token extraction alone requires existing code execution on the runner

The chain only works because each vulnerability bridges the trust boundary the others assumed: PR fork code crossing into base-repo cache, base-repo cache crossing into release-workflow runtime, and release-workflow runtime crossing into npm registry write access.

  • * *

Detection[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#detection)

How we found out[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#how-we-found-out)

Detection was external. carlini opened issue #7383 ~20 minutes after the publish, with full technical analysis. Tanner received a phone call from Socket.dev just moments after starting the war room confirming the situation.

IOC fingerprints (for downstream maintainers and security tools)[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#ioc-fingerprints-for-downstream-maintainers-and-security-tools)

In any @tanstack/* package's manifest:

json

code
"optionalDependencies": {
  "@tanstack/setup": "github:tanstack/router#79ac49eedf774dd4b0cfa308722bc463cfe5885c"
}
code
"optionalDependencies": {
  "@tanstack/setup": "github:tanstack/router#79ac49eedf774dd4b0cfa308722bc463cfe5885c"
}
  • File: router_init.js (~2.3 MB, package root, not in "files")
  • Cache key: Linux-pnpm-store-6f9233a50def742c09fde54f56553d6b449a535adf87d4083690539f49ae4da11
  • 2nd-stage payload URLs: https://litter.catbox.moe/h8nc9u.js, https://litter.catbox.moe/7rrc6l.mjs
  • Exfiltration network: filev2.getsession.org, seed{1,2,3}.getsession.org
  • Forged commit identity: claude <claude@users.noreply.github.com> (note: not the real Anthropic Claude — fabricated GitHub no-reply email)
  • Real attacker accounts: zblgg (id 127806521), voicproducoes (id 269549300)
  • Attacker fork: github.com/zblgg/configuration (fork of TanStack/router renamed to evade fork searches)
  • Orphan payload commit (in fork network): 79ac49eedf774dd4b0cfa308722bc463cfe5885c
  • Workflow runs that performed the malicious publishes:
  • github.com/TanStack/router/actions/runs/25613093674 (attempt 4)
  • github.com/TanStack/router/actions/runs/25691781302
  • * *

Lessons learned[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#lessons-learned)

What went well[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#what-went-well)

  • External researchers noticed and reported with full technical detail within ~20 min of the incident
  • Maintainer team coordinated immediately and effectively across many timezones
  • The detection community already had a clear public IOC pattern within hours

What could have been better[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#what-could-have-been-better)

  • No internal alerting. We learned about the compromise from a third party. We need monitoring on our own publishes. We'll be working closely with security researcher firms in the ecosystem that have the ability to detect these issues very quickly, potentially even in-house, and making the feedback loop even tighter.
  • pull_request_target workflows had not been audited despite being a long-known dangerous pattern
  • Floating refs (@v6.0.2, @main) on third-party actions create standing supply-chain risk independent of this incident
  • Unpublish was unavailable for nearly all affected packages because of npm's "no unpublish if dependents exist" policy. We have to rely on npm security to pull tarballs server-side, which adds hours of delay during which malicious tarballs remain installable
  • The 7-maintainer list on the npm scope means seven separate credential-theft targets for the same blast radius
  • OIDC trusted-publisher binding has no per-publish review. Once configured, any code path in the workflow can mint a publish-capable token. We need either (a) move to short-lived classic tokens with manual review, or (b) add provenance-source-verification to detect publishes from unexpected workflow steps

What we got lucky on[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#what-we-got-lucky-on)

  • The attacker chose a payload that broke tests, which made the publish step (which would have produced cleaner-looking tarballs) skip — meaning the attack was loud enough to detect quickly. A more careful attacker who didn't break tests could have published silently for hours longer
  • The attacker reused public tradecraft (verbatim memory-dump script with attribution comment) instead of writing novel code — making the IOC-matching faster
  • * *

Open questions[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#open-questions)

These need answers before we close the postmortem.

  • Did bundle-size.yml's Setup Tools step actually call actions/cache@v5? Verify by reading the post-job logs from one of the pull_request_target runs against PR #7378 (e.g., run id 25666610798). Tanner has access; needs to be done manually
  • What was in the initial PR head commit (before the force-pushes wiped it)? GitHub's reflog may have it. Check via gh api or the GitHub support team
  • How did the malicious commit get into the fork's git object store specifically — was it pushed directly via git, or was it created via the GitHub web UI (which would leave audit-log entries)?
  • Was voicproducoes a real account or a sock puppet? Cross-reference its activity history
  • Did the npm cache also get poisoned (the 6 duplicate linux-npm-store-* entries)? Were any actually used?
  • Does the attack require Nx Cloud, or would it have worked with just GitHub Actions cache?
  • Can we identify any other fork in the TanStack/router fork network that contains the orphan payload commit? (If yes, the cleanup is harder — every fork hosting it keeps it accessible via github:tanstack/router#79ac49ee...)
  • Are any other TanStack repos (router, query, table, form, virtual, etc.) using the same bundle-size.yml-style pattern? Audit needed
  • How many users actually downloaded the affected versions during the publish window? Get from npm support
  • Did any of the seven listed maintainers' machines get compromised separately? (None of the malicious publishes used a maintainer's npm token, but maintainer machines could have been the secondary target via the self-propagation logic)
  • * *

References[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#references)

  • * *

Appendix A — Affected versions[#](https://tanstack.com/blog/npm-supply-chain-compromise-postmortem#appendix-a--affected-versions)

See the GitHub Security Advisory for the full list of affected versions: GHSA-g7cv-rxg3-hmpx

Edit on GitHub

On this page

PartnersBecome a Partner

Gold

![Image 4: CodeRabbitImage 5: CodeRabbit](https://coderabbit.link/tanstack?utm_source=tanstack&via=tanstack)![Image 6: CloudflareImage 7: Cloudflare](https://www.cloudflare.com/?utm_source=tanstack)

Silver

[![Image 8: AG Grid](blob:http://localhost/e1a96eded451fe5afb31b85553d97c14)![Image 9: AG Grid](blob:http://localhost/4383c5eabbf0d845a08f654bc36ec5a0)](https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable)![Image 10: SerpAPIImage 11: SerpAPI](https://serpapi.com/?utm_source=tanstack)![Image 12: OpenRouterImage 13: OpenRouter](https://openrouter.ai/?utm_source=tanstack)[![Image 14: Netlify](blob:http://localhost/7969df8e4856c980e3ec33e810b2fdd3)![Image 15: Netlify](blob:http://localhost/24d73375638b043256608924f69862f0)](https://netlify.com/?utm_source=tanstack)![Image 16: WorkOS![Image 17: WorkOS](blob:http://localhost/63ab9198a3814086bee58577222efe05)](https://workos.com/?utm_source=tanstack)![Image 18: ClerkImage 19: Clerk](https://go.clerk.com/wOwHtuJ)

Bronze

![Image 20: ElectricImage 21: Electric](https://electric-sql.com/)[![Image 22: Sentry](blob:http://localhost/2ec396d44617754f9899dbf8f84e8284)![Image 23: Sentry](blob:http://localhost/fa9092f27899d80931754571c5f0d3a2)](https://sentry.io/?utm_source=tanstack)![Image 24: RailwayImage 25: Railway](https://railway.com/?utm_medium=sponsor&utm_source=oss&utm_campaign=tanstack)![Image 26: PowerSyncImage 27: PowerSync](https://powersync.com/?utm_source=tanstack&utm_campaign=tanstack_partner)![Image 28: PrismaImage 29: Prisma](https://www.prisma.io/?utm_source=tanstack&via=tanstack)![Image 30: StrapiImage 31: Strapi](https://strapi.link/tanstack-start)[![Image 32: Unkey](blob:http://localhost/58850309d06dec25049a27f46f477723)![Image 33: Unkey](blob:http://localhost/1f4ec7445816c68b361670da8b85b070)](https://www.unkey.com/?utm_source=tanstack)

Libraries

StartRouterQueryTableFormDBAIIntent

AI may generate inaccurate information. Please verify important content.