npm

tinkoff-fb-fieldset-car-reference-kasko @20.7.7

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 10:16 PM UTC

Malicious

OSV ID

MAL-2026-12241

Ecosystem

npm

Summary

On module load, index.js requires./_shim.js, which immediately runs a dropper: it fetches an opaque platform-specific binary from hardcoded Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev) with a DNS-TXT chunk fallback across tin/tina/ldr/win.dl.well1.site, writes it to /tmp or %TEMP% under cover names (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmods 0755, and detaches it via spawn('/bin/sh', ['-c', fp+' &']) or cmd /c start. A freshness marker at /tmp/.analytics_state gates re-runs. Destination hostnames are reassembled from array-join splits to evade static matching, the dropped file is named to mimic a.NET diagnostic tool, and a DISABLE_TELEMETRY opt-out is used as cover. No hash or signature verification is performed on the fetched bytes. Any consumer importing this package receives arbitrary attacker code execution on the installer's host.

Source: amazon-inspector (aba1a3309e85c6e4e6f80764a7874fe3ba7c1abf63a760eab670fc81a0700249)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.