MAL-2026-12130

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/accounts-card-design-picker/MAL-2026-12130.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12130
Published
2026-08-05T09:07:00Z
Modified
2026-08-05T10:05:43.694991243Z
Summary
Malicious code in accounts-card-design-picker (npm)
Details

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

Source: amazon-inspector (5bdaa2c933125ad6b8c88277ca7b778654f4a73bf7d6b1c9e945a4e9a2a80eed)

On require of the package's main, index.js loads platform.js, which fetches a platform-specific native binary from Cloudflare Workers hosts assembled via String.split+join obfuscation (oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev). If HTTPS retrieval fails, the loader falls back to a DNS-TXT covert channel under *.dl.well1.site (tin/tina/ldr/win.dl.well1.site), reading a chunk count from c.<domain> TXT records and reassembling base64 fragments from <i>.<domain> TXT records. The reconstructed bytes are written to a temp path with a deceptive name (dotnetdiag<hex>.exe on Windows,.cache<hex> on Unix), chmodded to 0755, and spawned detached via /bin/sh -c or cmd. A persistence marker file.analyticsstate is used, and env-var names impersonate telemetry/analytics opt-out semantics. The declared package purpose is a 'card design picker', unrelated to any of this behavior. A second dropper variant with the same write+chmod+spawn chain (using property-name concatenation like 'chmod'+'Sync' and require('child'+'process')) is bundled at lib/telemetry.js but not reached from main.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T09:07:00Z",
            "source": "amazon-inspector",
            "sha256": "41c26b5e9dc3a2124a6af59dbca75dc8a559d82048d023ddc5b0c1c07f19bd39",
            "import_time": "2026-08-05T09:28:24.689492302Z",
            "id": "IN-MAL-2026-014551",
            "versions": [
                "33.5.1"
            ]
        },
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T09:07:25Z",
            "id": "IN-MAL-2026-014554",
            "import_time": "2026-08-05T09:28:25.015106656Z",
            "sha256": "5bdaa2c933125ad6b8c88277ca7b778654f4a73bf7d6b1c9e945a4e9a2a80eed",
            "versions": [
                "0.0.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / accounts-card-design-picker

Package

Name
accounts-card-design-picker
View open source insights on deps.dev
Purl
pkg:npm/accounts-card-design-picker

Affected ranges

Affected versions

0.*
0.0.2
33.*
33.5.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "accounts-card-design-picker-33.5.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-5S8hEInY9C+aaPdG3t/Xfbp9FH8+BAgrIgaAwSi0/qOYZQ4WAT7l1oDNCDXO+HATy7eKP1avhP20JiqgrgPa1A==",
                "sha1": "2e8d474f094e794eb2af99d3f065a06e9b02455c"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "f7a1a7aa16a6301d8bb0dbe487175816f65af6637780c1c5fb5c69940f7212483b1ffc",
            "sha256": "05eb0f46d87687af123c8528ee584e575346e541984e4d905672ba956f50e77f",
            "path": "_platform.js"
        },
        {
            "tlsh": "a5835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "70d47d882a0e7841451d86ad82bb50e305cfd78c8a3d6b7818faa14204be3563",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/accounts-card-design-picker/MAL-2026-12130.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]