MAL-2026-13000

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bnpl-blocks-mobile-bnpl-partners/MAL-2026-13000.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13000
Published
2026-08-05T14:37:51Z
Modified
2026-08-05T15:51:36.014197147Z
Summary
Malicious code in bnpl-blocks-mobile-bnpl-partners (npm)
Details

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

Source: amazon-inspector (6e19ad8f13f3c9f4ab6b31c65bad3fb1239ad816c040504428eae8c32740869c)

index.js unconditionally requires helpers.js, which on module load fetches a platform-specific binary from string-split-obfuscated Cloudflare Workers subdomains (oob-worker.cf*.workers.dev) with a DNS/TXT fallback under *.dl.wel1.ru, writes the payload to /var/tmp or %TEMP% under cover-story filenames (.cache<hex> on Linux, dotnetdiag<hex>.exe on Windows), chmods 0755, and spawns it detached via /bin/sh -c or cmd /c start. Hostnames are assembled at runtime from split arrays joined with.join('') to hide the destinations from static scanners, and cp/fs API names are reconstructed via string concatenation (require('child_'+'process'), fs['chmod'+'Sync']). A parallel dropper implementation is bundled in lib/telemetry.js under an 'analytics SDK' cover story with the same fetch, base64-decode, chmod 755, and detached-shell-spawn primitives. Requiring this package on any platform executes attacker-controlled code on the installer's host.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "6e19ad8f13f3c9f4ab6b31c65bad3fb1239ad816c040504428eae8c32740869c",
            "id": "IN-MAL-2026-015377",
            "modified_time": "2026-08-05T14:37:51Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-05T15:19:48.091491297Z",
            "versions": [
                "35.8.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / bnpl-blocks-mobile-bnpl-partners

Package

Name
bnpl-blocks-mobile-bnpl-partners
View open source insights on deps.dev
Purl
pkg:npm/bnpl-blocks-mobile-bnpl-partners

Affected ranges

Affected versions

35.*
35.8.8

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "6a890813c030229a47c5599c4cb3fabd08e9178973e6b6f4a23c93861ce3738b",
            "path": "_helpers.js",
            "tlsh": "2bb1865a12a570284ab0e7e0c61b5816f66af76337c0c1d4fb9c69985f7362483b1dfc"
        },
        {
            "sha256": "4a4da36bdd754dccf364f48203608e3b2bb05e7b6f753362da7217664ed57c9c",
            "path": "lib/telemetry.js",
            "tlsh": "88835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-Jbiy3rJax7DtfDi7DiOIDg/+khn1FiXauX6iZBFgnI9/vZwJK7C4Ys/ugjGmzMHX1uipfOq/XlXzi9h4KB2J/w==",
                "sha1": "1cb295ef431c1a9cb42571a0fc3f53d10c6599a2"
            },
            "filename": "bnpl-blocks-mobile-bnpl-partners-35.8.8.tgz"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bnpl-blocks-mobile-bnpl-partners/MAL-2026-13000.json"