MAL-2026-11683

    Dashboard / Malicious Package / MAL-2026-11683

    MAL-2026-11683

    Published: 4 Aug 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-xxv6-xr99-f75g

    Summary: Malicious code in @or-sdk/contacts (npm)

    Details: npm/@or-sdk/contacts 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. Source: amazon-inspector (f772db3b5aed2c7f0dd4b88f2ef5e0050ebaa8915ae298e073807dcb7be49b9d) The package declares `"preinstall": "node setup.mjs"` in package.json. setup.mjs is itself obfuscated (mangled `_0xXXXX` identifiers, per-function string dictionaries hiding calls to `execFileSync`, `unzip`, `powershell`, `Expand-Archive`) and downloads the Bun runtime from `https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/<platform>.zip`, extracts the `bun` binary, chmods it 0755, and then invokes it via `execFileSync(bun, ['math_init.js'])`. The executed file `math_init.js` is a ~727KB `@bun-cjs` bundle whose top consists of a large numeric/string lookup array and a string-rotation decoder (`function WV8StW(...) {... MmgoCP.push(MmgoCP.shift());... }` over a ~700-element dictionary `const n7gIxM=[...]`) — a classic string-array obfuscation. The bundle is unrelated to the advertised Contacts SDK and is not referenced from the library entry point; its only role is to be executed at install by the freshly downloaded alternate runtime. Fetching a second runtime and using it to execute a large obfuscated sibling file — while also obfuscating the loader script itself — is an alternate-runtime dropper that achieves code execution on the installer's machine on every `npm install`. Deliberately routing execution through Bun rather than Node bypasses Node-based tooling and static analysis of the executed bytes. Source: ghsa-malware (d79d91727bdbad73e133126b458750375194c8323137bf82ee80ee3dcf1c1c05) 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.

    Affected packages

    Package

    Name: @or-sdk/contacts

    Purl: pkg:npm/%40or-sdk/contacts

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    4.7.5
    4.7.6
    4.7.7