{"id":"MAL-2026-11666","summary":"Malicious code in @or-sdk/accounts (npm)","details":"npm/@or-sdk/accounts 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.\n\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (5f047a1a12d5a9bedaa2796a6acf3398ef8a268ceb1a2d324f24ec46cab56f88)\npackage.json declares scripts.preinstall = `node setup.mjs`. setup.mjs is variable-name obfuscated (identifiers rewritten to hex-like tokens such as _0x488df8, _0x52943e; string constants routed through per-function lookup objects) and, at install time, detects the platform (including Alpine/musl via /etc/os-release and `ldd`), downloads the Bun runtime v1.3.13 from oven-sh's GitHub releases, unzips it to a temp directory, chmod +x's the binary, and then execFileSyncs that Bun binary against the sibling file `math_init.js`. `math_init.js` is a 727KB Bun-compiled bundle (`// @bun @bun-cjs` header) using rotated-string-array obfuscation with a 1500+ element indirection table and hex-like identifiers. The file is not reachable via the package's `main` export and has no math functionality — the filename is a cover story. The package advertises itself as an accounts SDK, which has no legitimate need to fetch a second language runtime at install time to execute an opaque obfuscated bundle. The alternate-runtime delivery evades Node-only scanning of install-time behavior, and the payload's actions are hidden behind Bun-specific execution and obfuscation.\n\n## Source: ghsa-malware (4f0d70233793747179c207e0b58eb86b56fd7b4c7f0b7a68f7daa2fb62f40bbb)\nAny 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.\n","aliases":["GHSA-2683-4f9v-8g9v"],"modified":"2026-08-05T08:50:34.300559545Z","published":"2026-08-04T15:25:43Z","database_specific":{"iocs":{"files":[{"source":"PACKAGE_ARCHIVE","note":"Stage 1 loader added to the package tarball and run via the preinstall script 'node setup.mjs'. Downloads a standalone Bun runtime and executes the second stage under it.","paths":["setup.mjs"]},{"paths":["Math_Symbol.js","math_init.js"],"source":"PACKAGE_ARCHIVE","note":"Stage 2 payload: byte-identical, heavily obfuscated ~728 KB Bun-bundle credential stealer, shipped in the tarball as Math_Symbol.js and executed at runtime as math_init.js."}]},"malicious-packages-origins":[{"modified_time":"2026-08-04T16:24:58Z","sha256":"4f0d70233793747179c207e0b58eb86b56fd7b4c7f0b7a68f7daa2fb62f40bbb","source":"ghsa-malware","versions":["2.3.7","2.3.6","2.3.5"],"id":"GHSA-2683-4f9v-8g9v","import_time":"2026-08-05T00:10:17.822714546Z"},{"modified_time":"2026-08-05T06:53:06Z","sha256":"9cdb58f3a75bffdfc1d672e9742cee9452eab66f446cc85b5a97c8b0a93ed10e","source":"amazon-inspector","versions":["2.3.7"],"id":"IN-MAL-2026-013642","import_time":"2026-08-05T07:06:57.746737761Z"},{"versions":["2.3.5"],"id":"IN-MAL-2026-014120","import_time":"2026-08-05T08:22:30.091571495Z","modified_time":"2026-08-05T08:04:07Z","sha256":"5f047a1a12d5a9bedaa2796a6acf3398ef8a268ceb1a2d324f24ec46cab56f88","source":"amazon-inspector"},{"import_time":"2026-08-05T08:22:25.617563521Z","modified_time":"2026-08-05T07:54:27Z","sha256":"5fa6ef09fc6ca461d859cd306f7ac1674742820e3a1c935db7ec82a01a9a1e8b","source":"amazon-inspector","versions":["2.3.6"],"id":"IN-MAL-2026-014054"}]},"references":[{"type":"WEB","url":"https://socket.dev/blog/popular-npm-packages-in-the-keyv-and-cacheable-namespaces-compromised-in-active-supply-chain"},{"type":"WEB","url":"https://www.aikido.dev/blog/keyv-and-friends-compromised-in-npm-supply-chain-attack"},{"type":"WEB","url":"https://safedep.io/keyv-npm-supply-chain-compromise/"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@or-sdk/accounts"},{"type":"ADVISORY","url":"https://github.com/advisories/GHSA-2683-4f9v-8g9v"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@or-sdk/accounts/v/2.3.7"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@or-sdk/accounts/v/2.3.5"},{"type":"PACKAGE","url":"https://www.npmjs.com/package/@or-sdk/accounts/v/2.3.6"}],"affected":[{"package":{"name":"@or-sdk/accounts","ecosystem":"npm","purl":"pkg:npm/%40or-sdk/accounts"},"versions":["2.3.5","2.3.6","2.3.7"],"database_specific":{"cwes":[{"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"},{"cweId":"CWE-506","description":"The product contains code that appears to be malicious in nature.","name":"Embedded Malicious Code"}],"source":"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@or-sdk/accounts/MAL-2026-11666.json","indicators":{"evidence_files":[{"sha256":"fd3ca4007b225fdf8de7af4345a19179d5efa8c4bb9205f88cda806e5684b1eb","tlsh":"9a32640912f63210736765e6f54fa0e8f237094b2498dd47795cb188ef49c2ce9e25be","path":"setup.mjs"},{"sha256":"9fc2570b7cef51c1b8df116d144d11ff4096357be7d2c4c6367cfc2509cf1bcc","tlsh":"59f493746ec2786982736b5f2199e372e2652e11c27e73fb57e0e432a54c22c30eb51d","path":"math_init.js"}]}}}],"schema_version":"1.8.0","credits":[{"name":"Aikido Security","contact":["https://www.aikido.dev"],"type":"FINDER"},{"name":"Amazon Inspector","contact":["inspector-research@amazon.com"],"type":"FINDER"},{"name":"SafeDep","contact":["https://safedep.io"],"type":"FINDER"},{"name":"Socket Threat Research Team","contact":["https://socket.dev"],"type":"FINDER"}]}