npm

beaver-ui-popover-marker @35.5.8

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC

Malicious

OSV ID

MAL-2026-13523

Ecosystem

npm

Summary

On require() of the package, index.js loads _vendor.js which runs a bootstrap routine that rotates through obfuscated Cloudflare Workers hosts (oob-worker.cf*.workers.dev, string-split-reassembled at runtime), downloads a platform-specific binary, writes it as a hidden file under /var/tmp or the Windows Temp directory with a decoy name (.cache_<hex> / dotnet_diag_<hex>.exe), chmods 0755, and spawns it detached via /bin/sh or cmd. A DNS TXT fallback under *.dl.wel1.ru reassembles a base64-encoded payload when HTTPS fetches fail. A cover-story opt-out gate honors DISABLE_TELEMETRY/ANALYTICS_OPT_OUT/DO_NOT_TRACK and caches state at /tmp/.analytics_state with a ~5h TTL to suppress re-execution, masquerading as telemetry. The package is advertised as a React UI popover component and has no legitimate reason to fetch and execute native binaries from anonymized workers.dev endpoints at import time. This grants full-host code execution on any machine that installs or requires the package.

Source: amazon-inspector (44380c53af51645632593b0a86d93258bb71aecddc88d9ff3487a7906486e559)

Protect your entire dependency tree

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