MAL-2026-12816

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/wolverinechat/MAL-2026-12816.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12816
Published
2026-08-05T13:12:15Z
Modified
2026-08-05T14:37:29.025170945Z
Summary
Malicious code in wolverinechat (npm)
Details

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

Source: amazon-inspector (6ad1c6bad5ee8d3cb562503b94d5534ba2c98ad5b4854c073e1482d59ab8687e)

package.json declares a preinstall hook that runs index.js during npm install. The script reads /etc/passwd, /etc/hosts, os.hostname(), os.userInfo().username, the user's home directory, dns.getServers(), and package metadata, then POSTs the collected data via HTTPS to the hardcoded subdomain 7ckdbwo9f8dtrg8y36sbe4e8lzrqfg35.oastify.com (Burp Collaborator OAST callback). The exfiltration fires automatically at install time without user interaction.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T13:12:15Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-014923",
            "import_time": "2026-08-05T14:19:43.36845776Z",
            "sha256": "6ad1c6bad5ee8d3cb562503b94d5534ba2c98ad5b4854c073e1482d59ab8687e",
            "versions": [
                "1.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / wolverinechat

Package

Affected ranges

Affected versions

1.*
1.0.1

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "73412399a2d917330dd210c06a0c70812359fa777169e8d076cf43969f869f8b7326f3",
            "sha256": "7bb53e22c8c2855e93f7b5d842f75e2fe119fcf6e6dd0f43d152b9ab88a21abe",
            "path": "index.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/wolverinechat/MAL-2026-12816.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]