-= Per source details. Do not edit below this line.=-
package.json declares "bin": { "node": "./shim.js" }, which causes npm to place a node executable into node_modules/.bin. Since node_modules/.bin is prepended to PATH during npm lifecycle scripts, any sibling dependency whose install/postinstall invokes node (e.g., esbuild and similar packages with native build steps) will execute shim.js from this package instead of the real Node.js runtime. shim.js demonstrates the hijack by writing a marker file at /tmp/.bunnyhijack-test and printing a banner stating the node command was hijacked via esbuild's postinstall. The package's own description self-identifies as a self-triggering PATH-poisoning proof-of-concept, and the dependency on protoc-gen-grpc-web appears chosen to ensure a sibling lifecycle script invokes node during a normal npm install. The current shim payload is benign (marker file + console output), but the hijack primitive itself runs arbitrary code under the installer's user during install and would execute any future payload shipped in shim.js.
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-packages-origins": [
{
"id": "GHSA-8x5v-wf85-xhj5",
"import_time": "2026-08-20T01:06:54.061507231Z",
"modified_time": "2026-08-19T15:20:04Z",
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "SEMVER"
}
],
"sha256": "9a421e1ee8b9fbe1210f431f21d68420b064cc7b685f89189ec685e579951df7",
"source": "ghsa-malware"
},
{
"id": "IN-MAL-2026-018431",
"import_time": "2026-08-20T03:23:34.367214715Z",
"modified_time": "2026-08-20T03:09:39Z",
"sha256": "48b0f24123a037fa1032a1183e8453c9b9db3c7811a63e07124d0a0a661d4584",
"source": "amazon-inspector",
"versions": [
"1.0.0"
]
},
{
"id": "IN-MAL-2026-018430",
"import_time": "2026-08-20T03:23:34.281984106Z",
"modified_time": "2026-08-20T03:09:31Z",
"sha256": "652b21307c316c7a3237991fdfb6dc4d43716997a91268f43fe9c9c65a3fd76e",
"source": "amazon-inspector",
"versions": [
"1.0.1"
]
}
]
}[
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
},
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
},
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
}
]
{
"evidence_files": [
{
"path": "package.json",
"sha256": "e7c89cb4ac2d958c6d831d0ea480fe6be3774ea753bcad42e2c945d124bfe12c",
"tlsh": "e5d023005c50703316dd28b06c34412753318e0f430e3c1842d380088f0c57718f17b8"
}
]
}
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bunnyhijack-test-0x00/MAL-2026-14310.json"