MAL-2026-13962

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ventra-kit/MAL-2026-13962.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13962
Published
2026-08-13T17:21:55Z
Modified
2026-08-13T17:30:13.477084700Z
Summary
Malicious code in ventra-kit (npm)
Details

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

Source: amazon-inspector (3f023d55f53d30a92c8f06ca661862ee99d338f6d3719247c9390b3169009702)

The package's default export (module.exports = () => getPlugin()) issues an HTTPS request to a hardcoded bare-IP host at 31.97.137.157:45000/icons/116 and passes the response's credits field into new Function('require','module','exports',...,'Promise', data.credits), executing attacker-controlled JavaScript with full Node.js capabilities (require, process, Buffer, globals). The destination URL is assembled from split protocol/separator/domain/path constants, and an unused iconDomain map (cloudflare/fastly/akamai) plus a setDefaultModule helper referencing cdnjs/font-awesome provide cover-story framing that disguises the loader as an icon CDN helper. Declared dependencies (@primno/dpapi, better-sqlite3, node-machine-id) are consistent with a Windows browser-credential stealer to be delivered as the remote payload. Any consumer that requires ventra-kit and invokes the default export receives remote code execution on the installer's machine.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-13T17:24:46.267750378Z",
            "sha256": "3f023d55f53d30a92c8f06ca661862ee99d338f6d3719247c9390b3169009702",
            "modified_time": "2026-08-13T17:21:55Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-017659",
            "versions": [
                "1.0.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / ventra-kit

Package

Affected ranges

Affected versions

1.*
1.0.2

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ventra-kit/MAL-2026-13962.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "27f1466161585c734c5d279e0d8a1582a7ff236f4efc5f7a9c5bf7f7c33f7e5f",
            "path": "index.js",
            "tlsh": "2ec1606546fa31a36a67e4eef30f100271a5e3133758e971f58e42902fca568e5f24e8"
        }
    ],
    "package_integrity": [
        {
            "filename": "ventra-kit-1.0.2.tgz",
            "hashes": {
                "sha1": "bbcaed1cc185137dfd30c8f055847537f288f7c3",
                "sha512_sri": "sha512-yPaqiRvSDJTLJKR5T4Y7k3z3q+jKaHvLf0CbgL22MJ1mQh54Wn++faJNx7v/igYyUMy2PR5rgSpCJsAKmn6+mA=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]