MAL-2026-13302

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-desktop-bnpl-card-panel/MAL-2026-13302.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13302
Published
2026-08-05T15:25:22Z
Modified
2026-08-05T16:50:42.354495618Z
Summary
Malicious code in dolyame-boxy-desktop-bnpl-card-panel (npm)
Details

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

Source: amazon-inspector (c5b6f75040edc2a67f6c4912c7b8ff63ec6bd8dbd35c235bd3787ea24f52d4a2)

On require/import, index.js loads./polyfill.js which selects a platform-specific endpoint, fetches bytes over HTTPS from one of several *.workers.dev subdomains (hostnames reconstructed at runtime by joining short string fragments), with a DNS-TXT covert channel fallback under *.dl.wel1.ru that reassembles a base64 payload across sequentially-named TXT records. The fetched bytes are written to /var/tmp/.cache<hex> on Unix or %TEMP%\dotnetdiag<hex>.exe on Windows, chmodded 0755, and spawned detached via /bin/sh -c or cmd.exe /c start. The masquerade filenames (dotnetdiag,.cache), runtime hostname assembly, and DNS-TXT alternate delivery channel are anti-analysis mechanisms paired with the dropper. Installing or requiring the package auto-executes attacker-controlled code on the installer's machine.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T15:25:22Z",
            "import_time": "2026-08-05T16:13:32.834112898Z",
            "versions": [
                "35.6.3"
            ],
            "sha256": "c5b6f75040edc2a67f6c4912c7b8ff63ec6bd8dbd35c235bd3787ea24f52d4a2",
            "id": "IN-MAL-2026-015691"
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-boxy-desktop-bnpl-card-panel

Package

Name
dolyame-boxy-desktop-bnpl-card-panel
View open source insights on deps.dev
Purl
pkg:npm/dolyame-boxy-desktop-bnpl-card-panel

Affected ranges

Affected versions

35.*
35.6.3

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "90a1b79a16a9701887b0abe48a27442af65bf3633780c1d4f76c99d40f725248372efc",
            "sha256": "83047c51cabdbbdbb210fa756031c5407073a01ab0d66811d0d800b4c7e1fa2b",
            "path": "_polyfill.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "dolyame-boxy-desktop-bnpl-card-panel-35.6.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-/ADv0h5RIrscU4t9gHM7U71CPcKK0iR3VHrEJL9CALEmj5poXJIOWe7HrdlxTCo7wRjQh31X22qCSVKMVU1bOQ==",
                "sha1": "32ee1cbbfff786ca46cc13dacdb09c1a31d15fd3"
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-desktop-bnpl-card-panel/MAL-2026-13302.json"
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]