MAL-2026-11773

    Dashboard / Malicious Package / MAL-2026-11773

    MAL-2026-11773

    Published: 4 Aug 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-434v-22mg-qx2h

    Summary: Malicious code in @ornikar/repo-config-react-legacy-css (npm)

    Details: npm/@ornikar/repo-config-react-legacy-css 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 (5008cc4f2ec64355c672aeebf2207ef54e66faad6c5a15d5a4962da847028839) The package's npm preinstall hook (`node setup.mjs`) downloads the Bun runtime from github.com/oven-sh/bun releases, extracts it to a temporary directory, chmods it executable, and uses it to execute a shipped 727KB obfuscated bundle `math_init.js` (Bun-CJS with string-array shuffle obfuscation and hex-mangled identifiers). The loader script `setup.mjs` is itself obfuscator.io-style transformed (hex identifiers like `_0x488df8`, per-function proxy objects mapping string literals to methods) — anti-analysis on an install-time script. The package's declared purpose is a shared CSS repo-config for the @ornikar org, which has no legitimate need to download an alternate language runtime or execute a large obfuscated sibling bundle at install. The alternate-runtime execution flow specifically bypasses Node-based static analysis of the payload. Package name and repository (`github.com/ornikar/shared-configs`) are consistent with the @ornikar shared-configs family, but the install-time dropper behavior is inconsistent with the rest of that family — consistent with a compromised-maintainer publication or scope hijack of this specific version. Source: ghsa-malware (ae579fc05afaab303d7ebac2b62ef3318b7bdf935ef6665c326d1b51ef302f7a) 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: @ornikar/repo-config-react-legacy-css

    Purl: pkg:npm/%40ornikar/repo-config-react-legacy-css

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    15.1.2
    15.1.3
    15.1.4
    15.1.5
    15.1.6
    15.1.7
    15.1.8
    15.1.9
    15.1.10
    15.1.11
    15.1.12
    15.1.13
    MAL-2026-11773 | CVE-DB