MAL-2026-10609

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/utils-style-engine/MAL-2026-10609.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10609
Published
2026-07-14T17:56:34Z
Modified
2026-07-14T18:49:34.151922035Z
Summary
Malicious code in utils-style-engine (npm)
Details

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

Source: amazon-inspector (3049309c5f74bd1b453bcd51803cb7b8ddbbab2d3038f10d13e11a592dff6f52)

The package declares a preinstall hook that runs index.js on npm install. index.js collects host identifiers (os.hostname(), os.userInfo(), uid/gid, shell, homedir, process.platform, cwd, and the output of whoami/id via child_process) and POSTs the collected data as JSON to a hardcoded external endpoint at https://mj9yg25wm8m4vnkrrok8lwcogfm6awyl.oastify.com/detox56 (a Burp Suite Collaborator subdomain). The package ships no other functionality: package.json has an empty description, empty author, no repository, and the generic name utils-style-engine; the only shipped file besides the manifest is the beacon script. The shape is consistent with a dependency-confusion / reconnaissance probe.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-14T18:28:28.0862637Z",
            "source": "amazon-inspector",
            "versions": [
                "10.2.4"
            ],
            "id": "IN-MAL-2026-010544",
            "modified_time": "2026-07-14T17:56:34Z",
            "sha256": "3049309c5f74bd1b453bcd51803cb7b8ddbbab2d3038f10d13e11a592dff6f52"
        }
    ]
}
References
Credits

Affected packages

npm / utils-style-engine

Package

Affected ranges

Affected versions

10.*
10.2.4

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/utils-style-engine/MAL-2026-10609.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "955131c515f659251ba7b8494a0f9402a327e0033505de55bfcc8740af9936c9bf0bf6",
            "sha256": "0b11f117bb21140a7a6f707d67f5d82960593281ee144ee4112b6fe1617851d8"
        },
        {
            "path": "package.json",
            "tlsh": "81d02e340e21593325c11652086ea84aa6a08f2f01043809a3cb183ca2ee27798ff30e",
            "sha256": "bcee38358ad5bd294ad50ee7e2560e31af11f918580a7b76d3e847f08cdb8e16"
        }
    ],
    "package_integrity": [
        {
            "filename": "utils-style-engine-10.2.4.tgz",
            "hashes": {
                "sha512_sri": "sha512-mxRqMTpWfsKD2Yh9+d2n2lO3GO2zSVc7f5Xa8xjSIIaV8QX31Sksk3ZnEeJ9R6UJV01bWzs9zdgJhRpQ4yDOgA==",
                "sha1": "02d715e536054532222054ea6cfc8324cefbabc1"
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]