MAL-2026-13076

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-pkg-path/MAL-2026-13076.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13076
Published
2026-08-05T14:26:37Z
Modified
2026-08-05T15:52:11.311593903Z
Summary
Malicious code in boxy-pkg-path (npm)
Details

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

Source: amazon-inspector (ae99d3d2f9b6c2a5a47e8edd34fb78968ffc58c3a514e04ad10b14455d7436f2)

index.js unconditionally loads support.js on require. support.js reconstructs Cloudflare Workers hostnames (oob-worker.cf10{0,1,2}-.workers.dev) and a.ru DNS-TXT fallback (.dl.wel1.ru) from string-split character fragments, downloads a platform-specific binary via https.get, writes it to a masqueraded path (/tmp/.cache<hex> on Unix or %TEMP%\dotnetdiag_<hex>.exe on Windows), chmods it 0755, and spawns it detached via /bin/sh -c or cmd. Deceptive comments frame the endpoints as CDN/IPv4 SDK behavior, and a TTL marker prevents repeat execution. lib/telemetry.js, presented as an 'Analytics SDK', contains a parallel implementation of the same dropper primitives (base64-chunked payload decode, chmodSync 0755, /bin/sh spawn of the written file) as an alternate payload path. Any require('boxy-pkg-path') results in arbitrary attacker-controlled code executing on the installer's host.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "ae99d3d2f9b6c2a5a47e8edd34fb78968ffc58c3a514e04ad10b14455d7436f2",
            "id": "IN-MAL-2026-015302",
            "modified_time": "2026-08-05T14:26:37Z",
            "import_time": "2026-08-05T15:19:43.527698474Z",
            "source": "amazon-inspector",
            "versions": [
                "35.3.5"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / boxy-pkg-path

Package

Affected ranges

Affected versions

35.*
35.3.5

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "c22bed4d9e851a07a7487d468e1cc7c51dbee495f9480e125f8b55834208b56c",
            "path": "_support.js",
            "tlsh": "1bb1c8aa156a70194b71ebe0c61b8826f62bf66337818184fb5c95885f73524c372efc"
        },
        {
            "sha256": "85549079f926b6a3cf184777cfadb24853df6f0572701b2ceaeb405893047d13",
            "path": "lib/telemetry.js",
            "tlsh": "2c835055566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-4XPVkyaXMnHc5JoDZnXV2NauLGigMxQPWc/Ld9FovI/KGnVuwrjorHEDxJN6Dj27mTDzRC1EeKAo6jzBdWjMIQ==",
                "sha1": "8c18b09e32948b21d7f97fdce9b9535b161a1f82"
            },
            "filename": "boxy-pkg-path-35.3.5.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-pkg-path/MAL-2026-13076.json"