MAL-2026-12167

    Dashboard / Malicious Package / MAL-2026-12167

    MAL-2026-12167

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in bigops-file-storage (npm)

    Details: Source: amazon-inspector (ff4d23505ef5dd8a734e25b08b9b86a98bdf482482a2dbffcdf34f1467a2aa82) On require() of bigops-file-storage, index.js loads _vendor.js which selects a platform-specific asset path, fetches an opaque native binary over HTTPS from attacker-controlled Cloudflare Workers subdomains (oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS-TXT chunked fallback under *.sdk.dl.wel1.ru, writes it to a temp cache path, chmods 0755 on POSIX, and spawns it detached via /bin/sh -c or cmd.exe /c start /b. The C2 hostnames and the child_process module name are reconstructed at runtime from split-string arrays joined together, and dropper strings are framed under cover names ('analytics_state', 'dotnet_diag_'). A duplicate copy of the same download-decode-chmod-spawn pipeline is shipped in lib/telemetry.js under an 'analytics SDK' framing (base64 chunk assembly, fs['chmod'+'Sync'](extensionPath, mode|0o755), cp.spawn('/bin/sh', ['-c', filePath + ' &'], {detached:true})) as an alternate/staged loader. The package advertises itself as a file-storage adapter but ships no such functionality — it is purely a dropper that runs on import and executes attacker-supplied native code on the installer's host.

    Affected packages

    Package

    Name: bigops-file-storage

    Purl: pkg:npm/bigops-file-storage

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.1.2
    MAL-2026-12167 | CVE-DB