MAL-2026-12211

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-mb.product.analytics/MAL-2026-12211.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12211
Published
2026-08-05T09:12:56Z
Modified
2026-08-05T10:06:25.346230635Z
Summary
Malicious code in statist-browser-typed-client-mb.product.analytics (npm)
Details

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

Source: amazon-inspector (846c740775556f5a2d302684c1bc3f5d39aea88a5208b98a2730c3ffff1308e7)

On require() of the package, index.js loads bridge.js which detects the host platform, fetches a native binary from a rotating list of hardcoded Cloudflare workers.dev endpoints (with a DNS-TXT chunked base64 fallback via well1.site subdomains), writes it to /tmp or %TEMP% under a masquerading name such as dotnetdiag<hex>.exe or.cache<hex>, chmods 0755, and spawns it detached via cmd.exe or /bin/sh. The C2 hostnames and payload paths are assembled at runtime through array-join string-splitting to evade static analysis, and the require of _bridge.js is wrapped in a try/catch that silently swallows errors. No hash or signature verification is performed on the downloaded binary. The result is full-host remote code execution on any machine that installs or requires this package.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T09:12:56Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-014592",
            "import_time": "2026-08-05T09:28:28.577762548Z",
            "sha256": "846c740775556f5a2d302684c1bc3f5d39aea88a5208b98a2730c3ffff1308e7",
            "versions": [
                "20.1.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / statist-browser-typed-client-mb.product.analytics

Package

Name
statist-browser-typed-client-mb.product.analytics
View open source insights on deps.dev
Purl
pkg:npm/statist-browser-typed-client-mb.product.analytics

Affected ranges

Affected versions

20.*
20.1.2

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "statist-browser-typed-client-mb.product.analytics-20.1.2.tgz",
            "hashes": {
                "sha512_sri": "sha512-n8AMStpSXWvBGQZjZKOyv9cAt/rShzI/NFPyeZObgKJKJgLIfy2gmd9CwdW34plgC6n5TSJbnSx8Vexutk6WbA==",
                "sha1": "3927f09abac83b9c964b0e4125e344fb45f03ff0"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "c3a175aa11aa301d8bb0d7e48b175416f65af763338082d5fb9c69841f7616483b2efc",
            "sha256": "5bcbd3f71366cfdbccd672e7cc9c7b7106be9af5cd6a7d7a9ca8f7dad8cedf18",
            "path": "_bridge.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-mb.product.analytics/MAL-2026-12211.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]