MAL-2026-6374
Malicious code in evil-pkg (npm)
Details
--- _-= Per source details. Do not edit below this line.=-_
## Source: amazon-inspector (9fafd2d99f9cf4494726ad31b7444c029e6af96702066992ae4b0741c5239b1a) Package declares `"bin": {"node": "./shim.js"}` in package.json, which registers `shim.js` as the `node` command in `node_modules/.bin`. In any environment where `node_modules/.bin` is prepended to PATH (notably Bun, but also any shell or tool that resolves binaries through the local bin directory), subsequent invocations of `node` — including those made by other packages' lifecycle scripts during the same install — will execute `shim.js` instead of the real Node.js runtime. When triggered, `shim.js` writes `/tmp/.bun-npm-pwned` and prints a hijack banner to stderr. The current payload is a benign marker, but the mechanism is a fully functional unconsented code-execution channel on the installer's machine: any code placed in `shim.js` would run with the installer's privileges whenever a sibling package invokes `node` during install. The package's own README markets this behavior as a PATH-poisoning attack proof-of-concept (`BunnyHijack`) and explicitly notes that a real attacker would use the same vector to exfiltrate `.env`, `~/.ssh`, and `~/.npmrc`. Hijacking a core runtime command name is not a legitimate use of the `bin` field and constitutes a deliberate supply-chain attack mechanism shipped to the registry.
## Source: ghsa-malware (e521de3c196e52276d7dedd801bd41d9410ae9cdb8feae6f7d2d95eb2a23d619) 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.
Are you affected?
Enter the version of the package you're using.
Affected packages
0 No fixed version published yet for evil-pkg (npm). Pin to a known-safe version or switch to an alternative.
References
- https://www.npmjs.com/package/evil-pkg/v/1.0.0 [PACKAGE]
- https://www.npmjs.com/package/evil-pkg/v/1.0.1 [PACKAGE]
- https://www.npmjs.com/package/evil-pkg/v/1.0.5 [PACKAGE]
- https://www.npmjs.com/package/evil-pkg/v/1.0.4 [PACKAGE]
- https://www.npmjs.com/package/evil-pkg/v/1.0.2 [PACKAGE]
- https://www.npmjs.com/package/evil-pkg/v/1.0.3 [PACKAGE]
- https://github.com/advisories/GHSA-p67r-jq7p-6g7v [ADVISORY]