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

dot-utils-plusnpm

Malicious code in dot-utils-plus (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4549
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall dot-utils-plus

What this malware does

On every import, dist/index.js base64-decodes a hardcoded AES-256-CBC ciphertext, derives a key from environment variable VITE_DOT_UTILS_AES_SECRET, decrypts the result into JavaScript source, wraps it in a Blob/data URL, and dynamically import()s it. The decrypted code is opaque to consumers and to static review; whoever holds the AES secret can ship arbitrary JavaScript to every downstream application that loads this library. This is a backdoor/remote-code-execution surface delivered through a library's normal import path. In addition, the same bundle monkey-patches the global EventTarget.prototype.addEventListener at import time. For every click listener registered after the patch, on dates after 2026-06-10 and when running outside development, the wrapper has a 5% chance of busy-waiting 5000ms on the main thread — a date-gated logic bomb that silently degrades any web app loading the package. None of this behavior is documented in the README or the declared API, and package.json carries placeholder author metadata ("Your Name") with a self-described "encrypted distribution build" as the only shipped artifact.

Malicious versions

3 flagged
0.1.50.1.80.1.9

Indicators of compromise (SHA-256)

3091b9bb8cbf714d9391a59f7303a3748e183bbdf0fba2264b7496a2072e717f
3b3ec7da6f9bf18e682d16157ad4f267a8eac8c4fffb0830c82cf81d967cb548
8e1d253016bde040bfaef95130c59591f1715fc56eaad47d0dd27ab27c410379

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 dot-utils-plus (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging dot-utils-plus across your stack and pipelines.

  2. If you installed it — respond

    dot-utils-plus 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 dot-utils-plus 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 dot-utils-plus 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. dot-utils-plus on npm has been identified as a malicious package (versions 0.1.5, 0.1.8, 0.1.9 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004594IN-MAL-2026-003703IN-MAL-2026-003744

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks dot-utils-plus-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

dot-utils-plus (npm) malicious package — MAL-2026-4549 | O3 Security