MAL-2026-10710

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@equans-services/codex/MAL-2026-10710.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10710
Published
2026-07-16T18:37:21Z
Modified
2026-07-16T19:19:51.654313042Z
Summary
Malicious code in @equans-services/codex (npm)
Details

-= Per source details. Do not edit below this line.=-

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.0"
            ],
            "sha256": "7d3c5a7e22ef9ecb88e2f6d85ef6132d80098e3e187cbc302de2c45140a5a5f1",
            "import_time": "2026-07-16T18:54:01.031036395Z",
            "modified_time": "2026-07-16T18:37:21Z",
            "id": "IN-MAL-2026-010719",
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / @equans-services/codex

Package

Name
@equans-services/codex
View open source insights on deps.dev
Purl
pkg:npm/%40equans-services/codex

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "codex-1.0.0.tgz",
            "hashes": {
                "sha1": "d153344b24c4ca3446dbe3439229b1215260a44b",
                "sha512_sri": "sha512-0Tu6IeSIQI8c57GmFekpro682gGudq7HU9Utnl4gJMhIzG9Y+IxSEomaDYzEqV0TdTBhD9BwxmXxHd6xLdF5Ow=="
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "8941b5cc13eb932c25f1d4d4a4aaa171deb20661720dc4d9e32c946f6ed109d5b3376d",
            "sha256": "a7eb42fe2427627e019cee25c6ce5af83ce0d63bc4e52a11d0f6baca2ab9872c",
            "path": "setup.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@equans-services/codex/MAL-2026-10710.json"