Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

@servicetitan/marketing-routenpm

@servicetitan/marketing-route is a confirmed malicious npm package (MAL-2026-11895) that steals credentials and exfiltrates sensitive data (malicious versions 1.2.1, 1.2.2, 1.2.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @servicetitan/marketing-route (npm)

MAL-2026-11895
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @servicetitan/marketing-route

What this malware does

npm/@servicetitan/marketing-route is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 (the "Shai-Hulud: Here We Go Again" wave) — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed version(s) were trojanized and republished by the worm after it reached an npm publish token belonging to a maintainer in this namespace; the payload enumerates every package a stolen token controls and republishes each with the same hook, so many packages under this scope were poisoned in the same short window. Every poisoned release adds a preinstall hook ("preinstall": "node setup.mjs") that runs on a bare npm install, before any project code. setup.mjs downloads a standalone Bun runtime and runs a byte-identical, heavily obfuscated ~728 KB second-stage credential stealer (shipped as Math_Symbol.js / math_init.js). It harvests GitHub, npm, AWS, GCP, Azure, HashiCorp Vault and Kubernetes credentials plus generic secrets and private keys (TruffleHog-style sweep), reads CI/CD secrets and identifies build runners, then republishes further packages the stolen token can reach. Rather than a fixed command-and-control host, it exfiltrates stolen findings to attacker-created GitHub repositories (descriptions reading "Shai-Hulud: Here We Go Again") and over DNS. Treat any environment that installed an affected version (with install scripts enabled) as compromised: rotate and revoke all reachable credentials (npm and GitHub tokens, cloud keys, Vault/Kubernetes secrets, and CI org/repo secrets). Part of the August 2026 npm worm that poisoned 400+ packages across many organizations.

Package @servicetitan/[email protected] declares a preinstall hook (node setup.mjs) that, on npm install, downloads the Bun runtime from github.com/oven-sh/bun/releases/download/bun-v<version>/... and then invokes it via execFileSync to run a bundled sibling file math_init.js. math_init.js is a ~728KB obfuscated Bun-CJS bundle (header // @bun @bun-cjs, rotating string array WV8StW, hex-named identifiers) whose contents cannot be audited before execution. setup.mjs itself is obfuscator.io-style (hex identifiers _0x488df8/_0x52943e/_0x24db8d, per-function string-lookup objects YCZJE/QkQej/JBhWy), hiding the runtime-download URL and the exec target behind decoded lookups. The advertised library main is a small re-export unrelated to the preinstall behavior; package.json.author is empty and the package publishes on public npm under the @servicetitan/* scope, which is consistent with dependency-confusion targeting an internal ServiceTitan scope. Using a freshly-downloaded alternate language runtime to execute an obfuscated in-tarball payload at install time is the canonical alternate-runtime-dropper evasion pattern against Node-based install scanners; on default npm install, arbitrary attacker-controlled code executes on the installer's machine.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

7 flagged
1.2.11.2.21.2.31.2.41.2.51.2.61.2.7

Indicators of compromise (SHA-256)

2fa9012b01ac76b832ecd6f79f22aa131e69066f6741af42ba9f24d2ef24389f
588640203927cc1e6e5b001584b7cfecbd7b5644aaa0828f149d14ce91d7536e
0da5a7f6db3952b4c630a67aca6205f1c7ebee7b85dc689ccc116bb8272d77c2
4340a05664972897ac33f1728916bc2061bdec899c1eae9f64d0e7b31fb03cdd
9f580885aeb2cf44b88a6912117462e90b529e90611c9f004c8ec99460fc5af8
a448ac833ac501e4d71319e80c88e6714d4a8f0e552f2d887e660300a6725c54
c6fae65bf9fbccc5eb0117cd8d71d215acad2ddc33e0cc5aa718b3bbdd03a55f
e3750f90ead5136a809978680788f38fb655a151f40d51ac814fcb244ab67ff8

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @servicetitan/marketing-route (7 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @servicetitan/marketing-route across your stack and pipelines.

  2. If you installed it — respond

    @servicetitan/marketing-route is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @servicetitan/marketing-route was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks @servicetitan/marketing-route before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. @servicetitan/marketing-route on npm has been identified as a malicious package (versions 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-4jmc-r9mf-fp8qIN-MAL-2026-011454IN-MAL-2026-012201IN-MAL-2026-012230IN-MAL-2026-012108IN-MAL-2026-012208IN-MAL-2026-012526IN-MAL-2026-012104

References

Credits

  • Aikido Security · finder
  • Amazon Inspector · finder
  • SafeDep · finder
  • Socket Threat Research Team · finder

Detect & block this

O3 blocks @servicetitan/marketing-route-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

@servicetitan/marketing-route (npm) malicious package — MAL-2026-11895 | O3 Security