MAL-2026-11149

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/streak-core-math/MAL-2026-11149.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11149
Published
2026-07-28T13:41:10Z
Modified
2026-07-28T14:37:13.018245016Z
Summary
Malicious code in streak-core-math (npm)
Details

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

Source: amazon-inspector (073175f6a0065dc5cc00d30357053432c69fbc7aab8b92bbe4217ad3d54c5d3a)

index.mjs executes a top-level async IIFE on import that fetches https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/helper.zip, unzips it into %LOCALAPPDATA%/Microsoft/Windows/sysache, and writes vite-native-helper.vbs to the current user's Windows Startup folder. The VBS launcher uses WScript.Shell to run the unpacked RenameMe.exe on every user logon, giving the fetched binary persistent execution under the installer's account. All sensitive strings (the URL, process/fetch/childprocess/fs identifiers, AppData/Startup paths, and the VBS body) are stored as hex literals in a _c table and decoded at runtime via Buffer.from(h,'hex').toString(), hiding the behavior from static inspection. Execution is gated to skip CI, NODEENV=production, and browser contexts, so it fires specifically on developer Windows machines. The filenames (vite-native-helper.vbs, sysache) and comments framing the block as a benign startup self-check are cover-story naming inconsistent with the package's advertised math-helper purpose.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-010953",
            "sha256": "073175f6a0065dc5cc00d30357053432c69fbc7aab8b92bbe4217ad3d54c5d3a",
            "modified_time": "2026-07-28T13:41:10Z",
            "import_time": "2026-07-28T14:20:01.195766915Z",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / streak-core-math

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "c87c0aad2c64f9b77c1e052e3c6cba33463b023794928cf770aba38a37088d64",
            "tlsh": "59d1c8c65bf353b00968e2e196db524ed316b056b7c5c998f00cdb442f4a611e37e98f",
            "path": "index.mjs"
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/streak-core-math/MAL-2026-11149.json"