MAL-2026-12796

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

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

Source: amazon-inspector (48e89235ade6dcbf682edae5afb7d789c6a834b2ebe032fac72c796734837d10)

The package's preinstall hook runs node index.js, which collects host identifiers (os.hostname(), os.userInfo().username, home directory, DNS servers) and reads /etc/passwd and /etc/hosts from the installer's machine, then POSTs the collected data over HTTPS to the hardcoded host pkdzrreksftymvx4d0o5olnxiooic80x.oastify.com (a Burp Collaborator out-of-band interaction domain). The package name suggests a messaging utility, but no such functionality is present — the sole behavior on npm install is host reconnaissance and exfiltration to an attacker-controlled OAST endpoint.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T13:18:24Z",
            "source": "amazon-inspector",
            "sha256": "48e89235ade6dcbf682edae5afb7d789c6a834b2ebe032fac72c796734837d10",
            "import_time": "2026-08-05T14:19:47.551653501Z",
            "id": "IN-MAL-2026-014966",
            "versions": [
                "1.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / messenger-style

Package

Affected ranges

Affected versions

1.*
1.0.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "messenger-style-1.0.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-ukrk9WgR4OYXOyIxZOuZyrUdZP9VcjJpZFL6cY60ZqjNeUlTwMljjV2FsmNoKcWPtmjXgqOXbBZ2lLyr0qygCQ==",
                "sha1": "406b89c9b49b7134dbfa6efd620a7a5e87edb627"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "ae41259992d917330de210c0660c70843359fa777259999076cf42d6af869f8b7326f3",
            "sha256": "d5430414b2826cc5db00f9f5ae556e542997c6c46d3bd7f2b440c0d2f5de4514",
            "path": "index.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/messenger-style/MAL-2026-12796.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]