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

@servicetitan/dte-pdf-editornpm

@servicetitan/dte-pdf-editor is a confirmed malicious npm package (MAL-2026-11856) that steals credentials and exfiltrates sensitive data (malicious versions 1.76.1, 1.76.2, 1.76.3…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @servicetitan/dte-pdf-editor (npm)

MAL-2026-11856
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @servicetitan/dte-pdf-editor

What this malware does

npm/@servicetitan/dte-pdf-editor 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.

The package advertises itself as a React PDF editor but ships a preinstall script (setup.mjs invoked via npm install lifecycle) that downloads the Bun runtime from github.com/oven-sh/bun/releases (pinned v1.3.13), extracts the platform-appropriate bun binary, chmods it executable, and invokes it against the sibling file math_init.js on the installer's machine. math_init.js is a 727KB obfuscator.io-style bundle (@bun @bun-cjs header, hex-mangled identifiers such as MmgoCP/etDiOOB/JqTtnbZ, a ~500-entry string/number decode table n7gIxM, and a rotate-shift string-array decoder WV8StW); the file is not referenced by the package's declared entry point dist/index.js and its contents are deliberately hidden from static review. setup.mjs itself is also obfuscated with obfuscator.io-style renaming (_0x488df8, _0x19328d) and per-function string-wrapper objects around trivial operations such as reading /etc/os-release, calling ldd --version, and invoking execFileSync. Using an alternate JS runtime downloaded at install time to execute a bundled obfuscated payload bypasses Node-based inspection, and there is no legitimate reason for a PDF-editor library to fetch a second runtime and run a hidden 727KB script at install.

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.76.11.76.21.76.31.76.41.76.51.76.61.76.7

Indicators of compromise (SHA-256)

21bb58f47c66502c68ed6ee4ff63d08a3ad3c81096fd212af6b1e39ae8077aac
74831ff9aa654df8408c8ac3b6f61136205b8d0130c17cb28ae18971b103abf6
7a34bac6055711c085e59e7d3acc8d8d61033bddabc08924955a591926f2214d
80ab2b3952e7b4ce90e11c4d3b8709086409748c350430f78ce787f9cc67d1f2
d36f4cefdde36264feebe800f2a46b1962bb659f804eaf6ac098dd6d4a12f1e8
d952b29819be960be8dd470687314375730b947bb4720b393685c44c23821304
3c71ec3bfb94cd44b264c63034d024bf4b39b8e15ef18f0b11cf3b85a52892aa
f564b786bdd8748ac29c7499d48b07c8246d1eed2c5d4e1ac1dac158f327c9d7

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/dte-pdf-editor (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/dte-pdf-editor across your stack and pipelines.

  2. If you installed it — respond

    @servicetitan/dte-pdf-editor 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/dte-pdf-editor 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/dte-pdf-editor 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/dte-pdf-editor on npm has been identified as a malicious package (versions 1.76.1, 1.76.2, 1.76.3, 1.76.4, 1.76.5, 1.76.6, 1.76.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-4cc8-47hq-wx22IN-MAL-2026-011983IN-MAL-2026-012502IN-MAL-2026-012475IN-MAL-2026-012686IN-MAL-2026-012622IN-MAL-2026-012568IN-MAL-2026-012824

References

Credits

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

Detect & block this

O3 blocks @servicetitan/dte-pdf-editor-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/dte-pdf-editor (npm) malicious package — MAL-2026-11856 | O3 Security