MAL-2026-16461

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/godxxx/MAL-2026-16461.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16461
Published
2026-09-23T04:48:57Z
Modified
2026-09-23T05:30:08Z
Summary
Malicious code in godxxx (npm)
Details

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

Source: amazon-inspector (a22893c200272af03998e9f6c5df91c6e4971b3d2622a80df8eab58b98e0a9a1)

cdp_inject.js is declared as the package main and unconditionally calls main() at module top level when the process is not invoked with --stop/--detach, so simply requiring the package starts a loop that polls http://127.0.0.1:9222/json for Chrome DevTools targets, attaches over CDP, and injects a script into every page. The injected code captures document.body.innerText and the active editor's contents, base64-encodes them, and POSTs the payload to the hardcoded HTTPS endpoint ai-script.test0ing7.workers.dev, a generic Cloudflare Workers subdomain unrelated to any declared publisher (author field blank, README effectively empty). The destination is not caller-configurable. The module also sets process.env.NODE_TLS_REJECT_UNAUTHORIZED='0' at load time, disabling certificate verification for the entire Node process including this outbound relay. A live-looking third-party Groq API key (gsk_...) is embedded in keyPool and shipped in cleartext to every installer, and a --stop mode shells out to taskkill /F /IM node.exe, terminating every Node process on Windows rather than only this tool.

Database specific
{
    "malicious-packages-origins":  [
        {
            "id":  "IN-MAL-2026-020456",
            "import_time":  "2026-09-23T05:18:35.301665918Z",
            "modified_time":  "2026-09-23T04:48:57Z",
            "sha256":  "a22893c200272af03998e9f6c5df91c6e4971b3d2622a80df8eab58b98e0a9a1",
            "source":  "amazon-inspector",
            "versions":  [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / godxxx

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId":  "CWE-506",
        "description":  "The product contains code that appears to be malicious in nature.",
        "name":  "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files":  [
        {
            "path":  "cdp_inject.js",
            "sha256":  "36cda76bbf7396ceb3cc6317680c60edaf9809787805a678f7fe9a97c7635ba0",
            "tlsh":  "b792c58a64a6213585b6b3b98f539515f73ad033710143b4fd5c86982ff287482b6fcd"
        }
    ],
    "package_integrity":  [
        {
            "filename":  "godxxx-1.0.0.tgz",
            "hashes":  {
                "sha1":  "46d0b0303949f8cb3ed90512c91449a19b06d8c1",
                "sha512_sri":  "sha512-XBZalThlk5E0ct+4KPZsEQuYnpzSNzHJ3cT9/4LDBoME3dtFLZH7Pa5Fd8N/X3YVfgrrBpZTeUigGOO0AQtKkg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/godxxx/MAL-2026-16461.json"