Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

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)

MAL-2026-11506
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall beaver-ui-date-range-picker

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

2 flagged
12.5.334.5.9

Indicators of compromise (SHA-256)

2478c242068e826d05e3864e3901a1419a0a8552cd987c08999483acf3940df9
130e18ac7fee09b5b9c954e7b1b9ad8cbad19cf2d551f44ec32ebbc29c8e3a05
744905f86e776fde6075a23e40274b0d4798bbb835114506926e0799430c24ba

Detection & response playbook

Malicious package
  1. Find 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.

  2. 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.

  3. 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.

  4. 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

No. beaver-ui-date-range-picker on npm has been identified as a malicious package (versions 12.5.3, 34.5.9 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-x5q8-8mg7-8jvgIN-MAL-2026-010986IN-MAL-2026-010998

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.

Explore

beaver-ui-date-range-picker (npm) malicious package — MAL-2026-11506 | O3 Security