beaver-ui-smart-filter @35.1.9
Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC
OSV ID
MAL-2026-12824
Ecosystem
npm
Summary
The package is advertised as a React UI filter component but on require of index.js loads _adapter.js, which assembles remote hostnames from split string fragments (oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev) with a DNS-TXT fallback under dl.wel1.ru, downloads a platform-specific binary via https.get, writes it to /tmp or %TEMP% under a disguised name (dotnet_diag_<hex>.exe on Windows,.cache_<hex> on Unix), chmods it 0755, and spawns it detached via spawn("/bin/sh",["-c",fp+" &"]) or spawn("cmd",...). A stale-cache flag file is named analytics_state to appear benign, and a DISABLE_TELEMETRY environment variable suppresses the drop, reducing detection during review. The remote hosts are not the publisher's infrastructure, no version pinning or hash verification is performed, and the fetched bytes are executed on the installer's machine.
Source: amazon-inspector (a9aeae07ad8c21acdd73d30a24723d30ef468f03a3412e21ea4bf726f27c2f12)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.