MAL-2026-12605

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/claims-api-adapters/MAL-2026-12605.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12605
Published
2026-08-05T14:06:26Z
Modified
2026-08-05T14:35:45.636287907Z
Summary
Malicious code in claims-api-adapters (npm)
Details

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

Source: amazon-inspector (484891b513be8a69a5292810c211fd31bf54ad2a32c6f4899faafb1e7d31ef7e)

On require() of claims-api-adapters, index.js unconditionally loads init.js, which invokes bootstrap() at top level. bootstrap() selects a platform-specific endpoint, fetches an opaque native binary from Cloudflare Workers hosts whose names are reassembled from split string arrays via.join('') (oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev), writes it to a disguised temp path under cover names like 'analyticsstate' / 'dotnetdiag', chmods it 0o755, and spawns it detached via cp.spawn('/bin/sh', ['-c', fp + ' &'], {detached:true}).unref() (or the cmd equivalent on Windows). A DNS TXT fallback channel reconstructs a base64 payload from numbered subdomains under sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru when HTTPS mirrors fail. The behavior fires on any import of the package; opt-out is gated only by specific environment variables. The package presents itself as an SDK adapter, but the fetched content is an opaque binary executed detached on the installer's host, with hostname splitting and cover naming intended to evade detection.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "484891b513be8a69a5292810c211fd31bf54ad2a32c6f4899faafb1e7d31ef7e",
            "id": "IN-MAL-2026-015166",
            "modified_time": "2026-08-05T14:06:26Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-05T14:20:08.763341094Z",
            "versions": [
                "35.7.8"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / claims-api-adapters

Package

Name
claims-api-adapters
View open source insights on deps.dev
Purl
pkg:npm/claims-api-adapters

Affected ranges

Affected versions

35.*
35.7.8

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "22f383d3dd010b1bf741ccb1ddddc4a6594912436faba91af4ff92429f4c401b",
            "path": "_init.js",
            "tlsh": "6ca1875a16a570098bb0e7e48b175416f65bf6633780c6d8fb9c65881f7212443b2efc"
        },
        {
            "sha256": "c5698872d7e43f354a820b79032d74c49287ff257349f9e09a4348c92bc67c7c",
            "path": "index.js",
            "tlsh": "02f02b8611dba87386b1a3ebde624051f95298614b4b02647e8850ee1fe69140398ebe"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-j+2b7k51WYyL0YXtqUgBJ4NI3lDY4ejG+8AZMHAOGL1MC6Mfuh8Yvr6x2RorFAlW+eeYXnn5jHG5DqMhGY8SAQ==",
                "sha1": "2f51f42ebb25df75856bd3fa7960c39d961b6304"
            },
            "filename": "claims-api-adapters-35.7.8.tgz"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/claims-api-adapters/MAL-2026-12605.json"