beaver-ui-date-range-pickernpm
beaver-ui-date-range-picker is a confirmed malicious npm package (MAL-2026-11506) that executes malicious code on install (malicious versions 12.5.3, 34.5.9). Do not install it — remove it immediately and rotate any exposed credentials.
Malicious code in beaver-ui-date-range-picker (npm)
What this malware does
[email protected] declares a postinstall hook (node setup.js) and additionally triggers the same script from index.js via try { require('./setup'); } catch (_) {}, so the dropper fires both at npm install and when a consumer requires the package (bypassing --ignore-scripts). setup.js reconstructs a set of Cloudflare Worker hostnames at runtime by joining fragmented string arrays (e.g. oob-worker.cf99-9b3.workers.dev through oob-worker.cf103-070.workers.dev), selects a platform-specific payload path, downloads a binary via https.get, writes it to /tmp or %TEMP% under decoy names such as .cache_<hex> or dotnet_diag_<hex>.exe, chmods 0755 on POSIX, and launches it detached with .unref(). A DNS-TXT covert channel resolves numbered subdomains under *.dl.well1.site and reassembles a base64-encoded payload as an out-of-band fallback delivery path. On Windows the script invokes execSync('powershell...'). The cover story presents the behavior as analytics_state/telemetry, but the package's advertised purpose (a UI date-range picker) has no legitimate need to fetch and execute a native binary from obfuscated non-publisher hosts. Hostname obfuscation, unpinned mutable URLs, absent hash/signature verification, decoy filenames, detached background execution, and a DNS-TXT fallback channel are the fingerprint of a supply-chain dropper.
Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Malicious versions
Indicators of compromise (SHA-256)
Detection & response playbook
Malicious packageFind it
Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for beaver-ui-date-range-picker (2 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging beaver-ui-date-range-picker across your stack and pipelines.
If you installed it — respond
Remove beaver-ui-date-range-picker from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.
Did it already run?
If beaver-ui-date-range-picker was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.
How O3 protects you
O3 blocks beaver-ui-date-range-picker before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.
Frequently asked questions
Campaign
References
Credits
- Amazon Inspector · finder
Detect & block this
O3 blocks beaver-ui-date-range-picker-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.