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

@jsimplify/errnonpm

@jsimplify/errno is a confirmed malicious npm package (MAL-2026-12006) that executes malicious code on install (malicious versions 2.0.0, 2.0.1, 2.0.5…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @jsimplify/errno (npm)

MAL-2026-12006
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @jsimplify/errno

What this malware does

The package declares a scripts.install hook that spawns bun index.js detached and unref'd on npm install, and pulls in bun as a declared dependency to guarantee the alternate runtime is present. index.js decrypts a hardcoded hex ciphertext with AES-256-CBC using an embedded key and IV to reconstruct a remote URL, fetches that URL, and passes the response body directly to eval(). This is a lifecycle-time dropper that executes attacker-controlled code on the installer's machine with the privileges of the user running npm install, with the destination URL obfuscated behind AES so it cannot be read from the source. The package presents itself as an errno-code lookup library, copying the code, README, description, and author string (Rod Vagg @rvagg) of the legitimate errno package while pointing repository.url at a different GitHub account (maxpsmith/node-errno); the errno-lookup functionality is a cover for the install-time execution path and there is no legitimate reason for an errno lookup library to AES-decrypt and eval remote content 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

6 flagged
2.0.02.0.12.0.52.0.62.0.72.0.8

Indicators of compromise (SHA-256)

01108c51624294a5a562a938781a1a19776b21b0055836bdcf70404a5cb63ab2
3fb95765882f33f9d81fcfd6fe88ba4c274421923511121b7e9413e77c1dc69d
cb5edb2ed2f73dbf304a1dc5118c072e38f4250fcdec46635dd1a3136cc761d5
ef75d54a01a0ec11989eb4b609415b71195cd17ff771956e42808140ac4a476e
07ac81d802bf1fc5b384093fa9081c0bee6a7b4dc9e00697cfed9b7ec83ffe35
2dde2d026cb9a167c3aed437299ba8e4ff451ed0e29ceafc2e646c2d5573ff2d
f6809f11168e39fbe844983dd1abe6524d589fad90b4c19e85faa9064bc2b948

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove @jsimplify/errno from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If @jsimplify/errno 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 @jsimplify/errno 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. @jsimplify/errno on npm has been identified as a malicious package (versions 2.0.0, 2.0.1, 2.0.5, 2.0.6, 2.0.7, 2.0.8 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-vgg6-7x38-g434IN-MAL-2026-013393IN-MAL-2026-013461IN-MAL-2026-013463IN-MAL-2026-014283IN-MAL-2026-014252IN-MAL-2026-014253

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @jsimplify/errno-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

@jsimplify/errno (npm) malicious package — MAL-2026-12006 | O3 Security