MAL-2026-13063

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-maker-scroll/MAL-2026-13063.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13063
Published
2026-08-05T14:28:35Z
Modified
2026-08-05T15:52:04.330304750Z
Summary
Malicious code in boxy-maker-scroll (npm)
Details

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

Source: amazon-inspector (a06d379928c2633009c8dc7d89921205689ffb6ed8fa03ba74f67f557836c6f4)

boxy-maker-scroll@35.6.7 executes a remote binary dropper the moment the module is loaded. index.js unconditionally requires polyfill.js, which selects a platform-specific endpoint (linuxx64, darwinarm64, win32, etc.), downloads an opaque native executable from one of three Cloudflare Workers hosts (oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev), with a DNS-TXT base64-chunked fallback over *.dl.wel1.ru subdomains, writes the payload to a temp path under a cover-story name (dotnetdiag<hex>.exe on Windows,.cache<hex> on Unix), chmods it 0755, and spawns it detached via /bin/sh -c '<path> &' on Unix or cmd.exe /c start /b on Windows. Destination hostnames and fallback domains are reconstructed at runtime by.join()-ing split string fragments to defeat plain-text grep. Environment-variable opt-out flags (DISABLE_TELEMETRY and similar) plus a lock file provide plausible-deniability framing, but the package's advertised purpose (a 'boxy maker scroll adapter') has no legitimate need for downloading and executing native binaries from anonymous infrastructure. Installing or requiring this package results in arbitrary attacker-controlled code executing on the installer's machine.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "35.6.7"
            ],
            "id": "IN-MAL-2026-015315",
            "import_time": "2026-08-05T15:19:44.399985077Z",
            "modified_time": "2026-08-05T14:28:35Z",
            "source": "amazon-inspector",
            "sha256": "a06d379928c2633009c8dc7d89921205689ffb6ed8fa03ba74f67f557836c6f4"
        }
    ]
}
References
Credits

Affected packages

npm / boxy-maker-scroll

Package

Affected ranges

Affected versions

35.*
35.6.7

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boxy-maker-scroll/MAL-2026-13063.json"
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-wa4BB26VsP5GOKWx7N95QdimmHLc8zLvoj/cwAJG/FJ5cK8yR/c3aZ7TKS/G0SqhHZrqq3epZgdkKJXJsYspGQ==",
                "sha1": "127786691231d31ceceb6234bcde4790769cee51"
            },
            "filename": "boxy-maker-scroll-35.6.7.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_polyfill.js",
            "tlsh": "f7a1a79a01b670098bb0dbe0c7179415f65be2633380c298fb5c69941fb716483b2dfc",
            "sha256": "dae0f01e6392381b8d521c4ce4c0a4bc31e78a3c34be4557c203bebd674910a8"
        }
    ]
}