MAL-2026-11611

    Dashboard / Malicious Package / MAL-2026-11611

    MAL-2026-11611

    Published: 4 Aug 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-6r8x-2rq7-7r8f

    Summary: Malicious code in @onereach/or-file-uploader-next (npm)

    Details: npm/@onereach/or-file-uploader-next 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 (d3ea2a5a5a12888e560f89a37678fa491432e9e78c698f6f9585f9cfdbc2ad58) The package declares `preinstall: node setup.mjs`. When run on a host without `bun` in PATH, `setup.mjs` downloads the Bun runtime from the oven-sh/bun GitHub releases, unpacks it to a temp directory, marks it executable, and then invokes it against the package-local `math_init.js`. `math_init.js` is a ~727 KB single-line Bun-only bundle (`// @bun @bun-cjs`) obfuscated with a rotated string/numeric constant table and a custom decoder (`hc1jfK9` with a scrambled alphabet) that reconstructs identifiers and strings at runtime. The package is advertised as a Vue file-uploader component; there is no build- or runtime-related need for a Bun-only obfuscated payload of this size. The Bun-based execution path also bypasses Node-based static and dynamic analysis of npm lifecycle behavior, since the payload never runs under Node. Installing the package causes `npm install` to fetch a second language runtime and execute an opaque, maintainer-controlled binary blob whose behavior cannot be inspected without decoding the obfuscation. Source: ghsa-malware (9496250a9abd17fad61ba38809cde43d676c368674a7a5ff14a9c9349217b760) 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: @onereach/or-file-uploader-next

    Purl: pkg:npm/%40onereach/or-file-uploader-next

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    0.0.8
    0.0.9
    0.0.10
    MAL-2026-11611 | CVE-DB