npm

tinkoff-component-infopanel @20.8.3

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 4:00 AM UTC

Malicious

OSV ID

MAL-2026-12049

Ecosystem

npm

Summary

On require of the package, _platform.js downloads a platform-specific native binary from hardcoded Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS-TXT fallback resolved via *.dl.well1.site, writes the bytes to a masqueraded cache path (cover-story names such as dotnet_diag_,.cache_,.analytics_state), chmods 0o755, and spawns it detached via /bin/sh -c or cmd. The destination hostnames are assembled at runtime by joining string fragments (e.g. ["oob-worker.cf10","0-416",".wo","rker","s.dev"].join("")) to evade static matching. No hash or signature verification is performed. The package name impersonates the Tinkoff brand while package.json declares an empty author, no repository, and a README labeling it an 'internal' module. The dropper fires via top-level require() from index.js, so importing this package as a dependency executes the fetched binary on the installer's host.

Source: amazon-inspector (1465530b7853077d8b3fb7896478a69f62f6506df775d2e959b3d9bae6861f11)

Protect your entire dependency tree

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