MAL-2026-13049

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-get-retry-url/MAL-2026-13049.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13049
Published
2026-08-05T14:31:01Z
Modified
2026-08-05T15:51:58.629925447Z
Summary
Malicious code in boxy-get-retry-url (npm)
Details

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

Source: amazon-inspector (2bd36db17d5636ee0cd74be0ca5d35fc190e75749360c297ecd52821d74ab8b8)

On require, index.js delegates to helpers.js which selects a platform-specific asset path, downloads an opaque binary over HTTPS from obfuscated Cloudflare Workers subdomains (hostnames like 'oob-worker.cf102-baf.workers.dev' are reassembled at runtime from split string arrays), writes it to a disguised path under /tmp or %TEMP% (filenames like 'dotnetdiag_*.exe', '.cache_*', 'package-arm64', 'loader_mac'), chmods 0755 on Unix, and spawns it detached via cp.spawn('/bin/sh',['-c',fp+' &'],{detached:true}) with stdio ignored. A secondary DNS-TXT covert channel queries 'c.<domain>' at *.dl.wel1.ru for a chunk count, retrieves N base64 chunks via resolveTxt, concatenates them into a buffer, and feeds the same write+exec sink. No hash or signature verification is performed and the destinations are unrelated to any legitimate publisher. Endpoint hostnames are assembled from fragmented arrays joined with '' to evade static detection.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "2bd36db17d5636ee0cd74be0ca5d35fc190e75749360c297ecd52821d74ab8b8",
            "id": "IN-MAL-2026-015331",
            "modified_time": "2026-08-05T14:31:01Z",
            "import_time": "2026-08-05T15:19:45.308207133Z",
            "source": "amazon-inspector",
            "versions": [
                "35.4.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / boxy-get-retry-url

Package

Affected ranges

Affected versions

35.*
35.4.4

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "2830f49e4e48719bb0fdf0f89f3c06073a8c21261b254e6ae8d78702e92ef636",
            "path": "_helpers.js",
            "tlsh": "96a17496166570198bb0dbf487175415f65ae2a33380c294fb5ca9985f73128c3b2efc"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-g2hIkjxSNjVr6XM9nfPmXCrmNm/tvWTIBk9pf/Szb8Tp1FhPQSC18HTLLmH2EmetaE0aHxgrEokwr+z/fyWDNQ==",
                "sha1": "7b0a1777a3ca20ad9be82a44d815af18cac0b221"
            },
            "filename": "boxy-get-retry-url-35.4.4.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/boxy-get-retry-url/MAL-2026-13049.json"