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

@wbnr/frontend-sharednpm

@wbnr/frontend-shared is a confirmed malicious npm package (MAL-2026-13436) that executes malicious code on install (malicious versions 99.0.0, 99.0.1). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @wbnr/frontend-shared (npm)

MAL-2026-13436
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @wbnr/frontend-shared

What this malware does

The package declares a preinstall lifecycle script (preinstall.js) that automatically runs on npm install. The script reads the installer's OS username (from process.env USER/USERNAME) and hostname (os.hostname()), embeds them into a subdomain of a hardcoded 4otph6fase1x2won0hrfzul2wt2qqge5.oastify.com callback host, and transmits them via both a DNS lookup and an HTTPS GET to that host at path /depconf/. The behavior is consistent with a dependency-confusion probe using Burp Collaborator (oastify.com) infrastructure; installer identifiers (username, internal hostname, timestamp, package name) are disclosed to a third-party callback domain on every install.

Malicious versions

2 flagged
99.0.099.0.1

Indicators of compromise (SHA-256)

6208a0da32b8b7ae795d85ecbf95788b876729db08b0a595ad24f05a02dbbdbe
d10e6da61faa186ed684c79707395158b1fd639ebe55ab4b36f13d8f98789fa1

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 @wbnr/frontend-shared (2 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @wbnr/frontend-shared across your stack and pipelines.

  2. If you installed it — respond

    Remove @wbnr/frontend-shared 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 @wbnr/frontend-shared 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 @wbnr/frontend-shared 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. @wbnr/frontend-shared on npm has been identified as a malicious package (versions 99.0.0, 99.0.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-016680IN-MAL-2026-016675

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @wbnr/frontend-shared-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

@wbnr/frontend-shared (npm) malicious package — MAL-2026-13436 | O3 Security