MAL-2026-12006

    Dashboard / Malicious Package / MAL-2026-12006

    MAL-2026-12006

    Published: 4 Aug 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-vgg6-7x38-g434

    Summary: Malicious code in @jsimplify/errno (npm)

    Details: Source: amazon-inspector (3fb95765882f33f9d81fcfd6fe88ba4c274421923511121b7e9413e77c1dc69d) The package declares a `scripts.install` hook that spawns `bun index.js` detached and unref'd on `npm install`, and pulls in `bun` as a declared dependency to guarantee the alternate runtime is present. `index.js` decrypts a hardcoded hex ciphertext with AES-256-CBC using an embedded key and IV to reconstruct a remote URL, fetches that URL, and passes the response body directly to `eval()`. This is a lifecycle-time dropper that executes attacker-controlled code on the installer's machine with the privileges of the user running `npm install`, with the destination URL obfuscated behind AES so it cannot be read from the source. The package presents itself as an errno-code lookup library, copying the code, README, description, and author string (`Rod Vagg @rvagg`) of the legitimate `errno` package while pointing `repository.url` at a different GitHub account (`maxpsmith/node-errno`); the errno-lookup functionality is a cover for the install-time execution path and there is no legitimate reason for an errno lookup library to AES-decrypt and eval remote content at install. Source: ghsa-malware (01108c51624294a5a562a938781a1a19776b21b0055836bdcf70404a5cb63ab2) 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: @jsimplify/errno

    Purl: pkg:npm/%40jsimplify/errno

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    2.0.7
    2.0.6
    2.0.8
    2.0.5
    2.0.1
    2.0.0