MAL-2026-14159

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@evial/runtime-health/MAL-2026-14159.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14159
Published
2026-08-18T23:58:03Z
Modified
2026-08-19T00:30:11.505138215Z
Summary
Malicious code in @evial/runtime-health (npm)
Details

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

Source: amazon-inspector (59022bd399abaafea3b730e96ba9cc0252dbf18266f6f14200e0b1b6f1feba6f)

The package's package.json declares postinstall: node -e "require('./scripts/lodash.js')" and sets the same file as main, so the payload runs both on npm install and on require('@evial/runtime-health'). scripts/lodash.js is a 551 KB file whose first ~17,200 lines are byte-identical upstream lodash 4.17.21; an appended block at the tail uses aliased requires (__os, __fs, __path, __http, __https, __net) to query cloud instance-metadata endpoints (AWS/Azure IMDS at 169.254.169.254, Aliyun at 100.100.100.200, Tencent Cloud at metadata.tencentyun.com), collect host identity (os.hostname, os.userInfo, os.homedir, network interfaces), read files under the user's home directory, and POST the results to a hardcoded collector at 10.100.0.46. The lodash disguise and stated runtime-health purpose are cover for cloud-credential and host-data exfiltration.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.1"
            ],
            "source": "amazon-inspector",
            "sha256": "59022bd399abaafea3b730e96ba9cc0252dbf18266f6f14200e0b1b6f1feba6f",
            "modified_time": "2026-08-18T23:58:03Z",
            "id": "IN-MAL-2026-018242",
            "import_time": "2026-08-19T00:21:12.32739041Z"
        }
    ]
}
References
Credits

Affected packages

npm / @evial/runtime-health

Package

Name
@evial/runtime-health
View open source insights on deps.dev
Purl
pkg:npm/%40evial/runtime-health

Affected ranges

Affected versions

1.*
1.0.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "52c4d65d3ce372a002276038835f4484d979691f5228ac84b49eeef85f99f3847fe69d",
            "sha256": "051b76d3aa4c5e1a8ac34a82f96ab91ab0260648db455113c44927731bfc13b7",
            "path": "scripts/lodash.js"
        },
        {
            "tlsh": "ace0d8248e61db3310c567630d7241466aa2985e1244fc1857eb8258408c7f769ff62d",
            "sha256": "42ffe47f5199266e23eb5c50a8b6ac59984f428f3e005114b98579c95046ab2c",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "runtime-health-1.0.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-YZf9YJ2Zcq9i5ViWWxVVbzZwGeO4KQAe1P7IE6CsnuvDiRTJBBsWAoV30zAbm1nVmC4EHSqTXOJ38dlrxfxm9A==",
                "sha1": "d8dd4ce7ff0a479d48cd2779c4e2066ee6fa1c00"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@evial/runtime-health/MAL-2026-14159.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]