MAL-2026-12228

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tinkoff-boxy-desktop-icons-horizontal/MAL-2026-12228.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12228
Published
2026-08-05T08:52:13Z
Modified
2026-08-05T10:06:34.105972730Z
Summary
Malicious code in tinkoff-boxy-desktop-icons-horizontal (npm)
Details

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

Source: amazon-inspector (2bc487e28e9156858508430946f9d90f9b2dd904390172ae905870c8bd6f40d0)

The package's index.js unconditionally requires compat.js, which on module load fetches an opaque native binary from string-split-obfuscated Cloudflare Workers hosts (oob-worker.cf102-baf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS-TXT chunked-base64 fallback via {tin,tina,ldr,win}.dl.well1.site. The downloaded bytes are written to /tmp or %TEMP% under a hidden dot-file or a dotnetdiag<hex>.exe name, chmod 0755, and spawned detached via cmd.exe /c start /b on Windows or /bin/sh -c on POSIX. No such binary is shipped in the tarball, no hash or signature is verified, and the destinations do not correspond to the publisher named in the package metadata. Host strings and the childprocess require are assembled by fragment concatenation to evade static inspection, and the dropped file is named to resemble the.NET diagnostics tool. The visible library API is a trivial no-op class; the Tinkoff-branded name and 'desktop icons horizontal abstraction layer' description do not correspond to any functionality the package actually provides.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "20.1.8"
            ],
            "id": "IN-MAL-2026-014450",
            "modified_time": "2026-08-05T08:52:13Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-05T09:28:12.384936055Z",
            "sha256": "2bc487e28e9156858508430946f9d90f9b2dd904390172ae905870c8bd6f40d0"
        }
    ]
}
References
Credits

Affected packages

npm / tinkoff-boxy-desktop-icons-horizontal

Package

Name
tinkoff-boxy-desktop-icons-horizontal
View open source insights on deps.dev
Purl
pkg:npm/tinkoff-boxy-desktop-icons-horizontal

Affected ranges

Affected versions

20.*
20.1.8

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "3ba1a75a166a701d8bb0dbf487075415f65ae6a33380c2d4fb9c69941fb326483b2efc",
            "path": "_compat.js",
            "sha256": "cbdb0dec4c7fce9674399ca90bfd7711c45308814f2193a7bf6919e00666ca89"
        },
        {
            "tlsh": "19d0a75b0d1151330ab1479048a74107f7625f1f25acec0672f7621804a426520e7f38",
            "path": "package.json",
            "sha256": "6c97010d22dcb2930d7788572b746a112ba864005a3c78fe5fd46fe097865a39"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-SoVj5p4Qzgi25clrwiF3uDXnUMIA+v0uRDkmc0i+PbQ6yt5MNzZehlHd0m4aZuPKvXaWRr5uvGvSUlC7fRypMA==",
                "sha1": "9cb12edf3ac762f57ce637fb1a25fdef301326fa"
            },
            "filename": "tinkoff-boxy-desktop-icons-horizontal-20.1.8.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tinkoff-boxy-desktop-icons-horizontal/MAL-2026-12228.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]