MAL-2026-16325

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bulk-add-sdk/MAL-2026-16325.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16325
Published
2026-09-21T03:30:03Z
Modified
2026-09-21T04:00:06Z
Summary
Malicious code in bulk-add-sdk (npm)
Details

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

Source: amazon-inspector (b131d84c624f7eb89d720ed0ec1435eef5f5f9ff800d1cef88b20c18c7374023)

Package declares scripts.install: "node extract.js thd-orangepay", causing extract.js to run automatically on npm install. The script collects hostname, platform, arch, cwd, and the machine's public IP (obtained by shelling out via execSync to curl -s ifconfig.me || wget...) and transmits the data to a hardcoded subdomain of wallclip.me over two channels: an HTTPS POST via https.request with rejectUnauthorized: false (disabling certificate verification), and a DNS lookup against a beacon of the form ${project_id}.${safeHost}.[...].wallclip.me so a passive DNS observer receives the hostname and project identifier even when outbound TCP/443 is blocked. The package main entry is a stub with no library functionality, so the install-time beacon is the package's sole effect. The package name resembles a legitimate SDK but ships only a reconnaissance beacon targeting a non-first-party domain.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-020225",
            "import_time": "2026-09-21T03:46:37.592937015Z",
            "modified_time": "2026-09-21T03:30:03Z",
            "sha256": "b131d84c624f7eb89d720ed0ec1435eef5f5f9ff800d1cef88b20c18c7374023",
            "source": "amazon-inspector",
            "versions": [
                "1.99.99"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / bulk-add-sdk

Package

Affected ranges

Affected versions

1.*
1.99.99

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "extract.js",
            "sha256": "bf7bb32b4d101e2dbca601344c14f5a5e53980ee775f49ce381239091ab5c88d",
            "tlsh": "c631eda4d2b196746bb146c9f4c45807f417e301770beae8a08c43891bdaeb941b1aba"
        }
    ],
    "package_integrity": [
        {
            "filename": "bulk-add-sdk-1.99.99.tgz",
            "hashes": {
                "sha1": "c5d5b7337680d22ee9f1ea411f86a16b09aaef45",
                "sha512_sri": "sha512-9tnsYMexhDMeEqTVNTm8PQ5Dk5FYHZWnCgJw9BDF44diT8B5MVrKELUy30ogCiQiwId1k5M+8MANnoldb2kQ+w=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bulk-add-sdk/MAL-2026-16325.json"