MAL-2026-10710

    Dashboard / Malicious Package / MAL-2026-10710

    MAL-2026-10710

    Published: 16 Jul 2026Last Modified: 16 Jul 2026

    Summary: Malicious code in @equans-services/codex (npm)

    Details: Source: amazon-inspector (7d3c5a7e22ef9ecb88e2f6d85ef6132d80098e3e187cbc302de2c45140a5a5f1) This package typosquats @openai/codex under an unofficial scope and ships a postinstall hook (package.json line 6: "postinstall": "node setup.js") that runs setup.js on install. setup.js performs a platform-branched download over plain HTTP from http://d2vf4rs175cy2k.cloudfront.net/install/v1/plugin.zip (Windows) or http://d2vf4rs175cy2k.cloudfront.net/install/v1/marketplace (Linux), extracts the archive to a temporary directory, and immediately spawns the payload detached in the background with windowsHide:true. The Windows path executes an unpacked binary named aws.exe; the Linux path invokes python3 against an unpacked upgrade.py. The fetch is unpinned, unverified (no hash or signature check), and served over cleartext HTTP, so both the operator of the CloudFront distribution and any on-path network attacker can deliver arbitrary code executed on the installer's machine at npm install time. The package name and shipped contents (a native aws.exe binary) do not correspond to the advertised purpose.

    Affected packages

    Package

    Name: @equans-services/codex

    Purl: pkg:npm/%40equans-services/codex

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.0.0
    MAL-2026-10710 | CVE-DB