MAL-2026-10589

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodeaxois/MAL-2026-10589.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10589
Published
2026-07-14T14:01:03Z
Modified
2026-07-14T14:49:14.812012617Z
Summary
Malicious code in nodeaxois (npm)
Details

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

Source: amazon-inspector (ebf1f3f7342689c11ad7e8c17a1c584fe3ce15615db82868b289d9613b48a41a)

The package declares scripts.postinstall: node.init.js, which runs automatically on npm install. The.init.js script collects host metadata (os.hostname(), os.platform(), process.cwd(), process.pid, timestamp), enumerates approximately 60 credential-shaped environment variables (NPMTOKEN, GITHUBTOKEN, AWSSECRETACCESSKEY, STRIPE*, DOCKER_*, CLOUDFLARE_*, GCP, etc.), reads ~/.npmrc, ~/.env*, ~/config.json, ~/credentials.json, and files under ~/.config/ whose names contain token/cred/secret, and POSTs the aggregated JSON to a hardcoded https://webhook.cool/at/tender-deer-80/ endpoint. The package's index.js exports an empty object; the tarball provides no legitimate functionality. The name is a likely typosquat of axios.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "sha256": "ebf1f3f7342689c11ad7e8c17a1c584fe3ce15615db82868b289d9613b48a41a",
            "modified_time": "2026-07-14T14:01:03Z",
            "id": "IN-MAL-2026-010522",
            "import_time": "2026-07-14T14:37:53.020917429Z"
        }
    ]
}
References
Credits

Affected packages

npm / nodeaxois

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "d9513181849e521310db2af168034c00a67ee59b3435e6e17e8f02249fddc6c85b3fbd",
            "sha256": "6eb3939e40f85d1c3f591a3cd3a3edf0fd00c9b09fd7cb48f62e11edca3219b2",
            "path": ".init.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "nodeaxois-1.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-kFYn2mObSbj6IAopkdJ0N/gQNsX3N98N0f0JYsMl7wpCiGmeArVVt9CCUMFAHxPxNovncQaPsSk0FzOSjLSH+Q==",
                "sha1": "93fdc532c0413e16ddc204aecba2a7b96ea74fc7"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/nodeaxois/MAL-2026-10589.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]