MAL-2026-13719

    Dashboard / Malicious Package / MAL-2026-13719

    MAL-2026-13719

    Published: 10 Aug 2026Last Modified: 11 Aug 2026Aliases: 
    GHSA-mfjj-4625-mpvr

    Summary: Malicious code in commonjs-assertion (npm)

    Details: Source: amazon-inspector (29c3fd028dc7e2493e59a3f81bb26702030dac0a64a42d845bd23ea116352f94) Package presents itself as a chai-like assertion library. index.js uses hex-encoded strings to hide the identifiers 'child_process' and 'node' and, on require, unconditionally invokes child_process.spawn to launch a detached, stdio-ignored node child running lib/chai/utils/assertion.js. That file is a heavily obfuscated loader (obfuscator.io rotated string array plus a custom base64/URI decoder) whose decoded logic performs an HTTP GET to a URL reconstructed from the encoded string array and passes the response body to new Function(..., body)(require), granting the fetched remote code full Node access. The assertion.js file is not referenced by chai's real code and is only reachable via the hex-hidden spawn in index.js. Importing the package causes remote code execution on the installer's host at load time. Source: ghsa-malware (0d9cb8e89c50d78130775904af2df0dc68d2fa17454fcd0c042e273c51e40855) 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: commonjs-assertion

    Purl: pkg:npm/commonjs-assertion

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.2.7
    MAL-2026-13719 | CVE-DB