MAL-2026-12208

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-scripts-cli/MAL-2026-12208.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12208
Published
2026-08-05T09:13:04Z
Modified
2026-08-05T10:06:24.030731786Z
Summary
Malicious code in sme-scripts-cli (npm)
Details

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

Source: amazon-inspector (1b75dc70e9ee97206f0c177de615ca37ed1611752e645127bc6961e5d753f61f)

On require('sme-scripts-cli'), index.js loads bridge.js which detects OS/architecture, downloads an OS-specific binary from hardcoded Cloudflare workers.dev endpoints (oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS-TXT fallback via *.dl.well1.site (tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, win.dl.well1.site), writes the payload to /var/tmp or %TEMP% under disguised names (.cache<hex>, dotnetdiag<hex>.exe), chmods 0755, and spawns it detached via /bin/sh -c or cmd. Endpoint hostnames and API names are reconstructed at runtime by joining split string fragments (['oo','b-worke','r.cf100-416.wor','ke','rs.de','v'].join('')) to evade static analysis. No hash or signature verification is performed on the downloaded binary. A second variant of the dropper is bundled at lib/telemetry.js disguised as a 'tracing.node' analytics SDK, with base64-chunk decoding of network content and identical spawn+chmod primitives.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T09:13:04Z",
            "id": "IN-MAL-2026-014593",
            "import_time": "2026-08-05T09:28:28.656923355Z",
            "sha256": "1b75dc70e9ee97206f0c177de615ca37ed1611752e645127bc6961e5d753f61f",
            "versions": [
                "20.5.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / sme-scripts-cli

Package

Affected ranges

Affected versions

20.*
20.5.3

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "sme-scripts-cli-20.5.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-7Rt8Smhm6O45t38xDaxTpkp91qtEjNiLj4yLtF1i/JnQSF3bD6TcYhgpRi8Ks0wtc9yOxF4A8XSioJGEMJ51cQ==",
                "sha1": "0a26dc752c9702396c7b604726e13746df0e6028"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "b7a1b99a066a70198bb0e7e4c7174416f65ff2633380c294fb5ca5985f7613482b1efc",
            "sha256": "38c5a8cf8c1c4f8c5f04c0d319140dd275a01cbc92c1b6fcdfd76b6f71187599",
            "path": "_bridge.js"
        },
        {
            "tlsh": "80835055566a202186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffd",
            "sha256": "6803ea197b75732fcafb5b87031e025bb1100e3cc30a57b4e61bd297d967a4e6",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-scripts-cli/MAL-2026-12208.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]