MAL-2026-13266

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/devplatform-table/MAL-2026-13266.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13266
Aliases
  • GHSA-h7cg-pg8w-4cgf
Published
2026-08-05T15:04:59Z
Modified
2026-08-06T01:20:40.161127028Z
Summary
Malicious code in devplatform-table (npm)
Details

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

Source: amazon-inspector (c55e2e080b0f20c0c5942c16bddb3bb7894ab6e0e88eee29acd86d16db9d15bf)

On require() of devplatform-table, index.js loads./compat which selects a platform-specific payload path, downloads an executable from string-concatenation-obfuscated Cloudflare Workers hosts (reconstructed from fragments such as ["oob-worker.cf103-070.workers.d","ev"].join("")) with a DNS-TXT fallback via *.dl.wel1.ru, writes it to /tmp or %TEMP% under disguised names (.cache<hex>, dotnetdiag<hex>.exe), chmods it 0755, and spawns it detached via /bin/sh -c or cmd. Sensitive API identifiers including 'child_process' and 'chmodSync' are also reassembled at runtime from fragments to evade static analysis. The fetched binary is unpinned, unverified, and comes from anonymous worker hosts unrelated to any package publisher domain, giving whoever controls those hosts arbitrary code execution on any machine that installs or imports this package.

Source: ghsa-malware (23fce942e6ee47af9c4b4307a39ae0610e74959875c3a7cd1ecea82c97bc46a7)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "c55e2e080b0f20c0c5942c16bddb3bb7894ab6e0e88eee29acd86d16db9d15bf",
            "modified_time": "2026-08-05T15:31:02Z",
            "source": "amazon-inspector",
            "versions": [
                "35.7.6"
            ],
            "import_time": "2026-08-05T16:13:37.00326081Z",
            "id": "IN-MAL-2026-015729"
        },
        {
            "id": "GHSA-h7cg-pg8w-4cgf",
            "modified_time": "2026-08-05T15:04:59Z",
            "source": "ghsa-malware",
            "import_time": "2026-08-06T00:58:53.386552846Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "sha256": "23fce942e6ee47af9c4b4307a39ae0610e74959875c3a7cd1ecea82c97bc46a7"
        }
    ]
}
References
Credits

Affected packages

npm / devplatform-table

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

35.*
35.7.6

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "_compat.js",
            "tlsh": "79b1979a126630198bb0d7e487179415f69ae6733780c1d4fb6ca9885f7712883f2efc",
            "sha256": "7e2577e2f2ef5018ec14dd6ce36402fc1c1b23cee6e729f2f28c813ba097b821"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/devplatform-table/MAL-2026-13266.json"
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]