MAL-2026-14150

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/typescrip-cli/MAL-2026-14150.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14150
Published
2026-08-18T23:20:40Z
Modified
2026-08-18T23:45:11.487783686Z
Summary
Malicious code in typescrip-cli (npm)
Details

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

Source: amazon-inspector (44399cd197dfa6f24adf7c96a380d2e0c95a4123d8c14932ceb0a85e32ebc9b9)

Package name 'typescrip-cli' typosquats 'typescript-cli'; index.js exports an empty object and the package has no library functionality. scripts/postinstall.js hides its network destinations and command lines inside four numeric byte arrays that are XOR-decoded at runtime with the key 'stf2026'. The decoded URL is https://github.com/bebra1/qPzM50V1AKG0rVlH/releases/download/null/main.exe (an unrelated personal GitHub account, mutable 'null' release tag). On Windows the script downloads that executable to %TEMP%\main.exe and spawns it detached. On WSL/virtualized Linux it decodes a PowerShell launcher and bridge script and passes the concatenated command to child_process.exec with windowsHide:true, running the same payload on the Windows host across the WSL boundary. In parallel, postinstall POSTs a JSON body identifying the host platform to a hardcoded bare-IP beacon at http://193.70.34.101:20099/vote, with the host string reassembled from a split array ['193','70','34','101'].join('.') to avoid literal-string detection.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-18T23:41:22.186300503Z",
            "sha256": "44399cd197dfa6f24adf7c96a380d2e0c95a4123d8c14932ceb0a85e32ebc9b9",
            "modified_time": "2026-08-18T23:20:40Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018187",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / typescrip-cli

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/typescrip-cli/MAL-2026-14150.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "7de15767ced41ebdf7bbe85d4196d2d1e98a2e00f8d13aff1ccd3e02207c337b",
            "tlsh": "72d13fca1ef59035874bf96884cf9d13b2a6c207330e4a65ff8f42107f5792c85a69e9",
            "path": "scripts/postinstall.js"
        },
        {
            "sha256": "88abbc5bb9d7d7646ee3fe853615ce2d6f87fce27eed09cef4abdfdcf6d82fd5",
            "tlsh": "37d012104d329a3338c46ba50e338509a6714d6f1044bc1827e76568c3ea7bb5dfe71e",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "filename": "typescrip-cli-1.0.0.tgz",
            "hashes": {
                "sha512_sri": "sha512-vGl3F12cNKEa/FLTE3Xuh2+cfeTxHv7DjeZ8Pr+WSuQOSkbmXmrTb+copnNQgabrlbmFJSbC2aetZFH5FyaveA==",
                "sha1": "22efad227d583c8868b34ee66c462ec1d3f26fe7"
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]