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

@bytemend/mfebusnpm

@bytemend/mfebus is a confirmed malicious npm package (MAL-2026-6213) that executes malicious code on install (malicious versions 1.4.0, 1.4.1, 1.4.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @bytemend/mfebus (npm)

MAL-2026-6213
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @bytemend/mfebus

What this malware does

The package advertises itself as a small in-memory pubsub library but its main entry dist/index.js eagerly require()s dist/bootstrap.js, a 277KB obfuscator.io-protected blob (string-array rotation, control-flow flattening, RC4 string decoder, self-defending wrappers) whose decoded behavior is a remote-code dropper. On require — and automatically when the module is loaded inside a forked Node child via maybeInstallAutoIpc()/addIpcTarget(process) — the bootstrap: (1) re-spawns process.execPath detached with the original argv and an env-var sentinel as an anti-analysis re-entry guard (child_process.spawn(process.execPath, process.argv.slice(1), { detached:true, windowsHide:true, stdio:'ignore' }) followed by unref()); (2) opens an HTTPS request to a destination resolved from RC4-decrypted strings, follows redirects, and writes the response under os.homedir()/.cache/<dir>/; (3) verifies a SHA-256 against a sidecar metadata file and then require()s the downloaded payload, executing attacker-controlled code in the installer's Node process. Before doing any of this, it installs no-op handlers for uncaughtException, unhandledRejection, and warning and wraps the flow in try/catch with process.exit(0) paths so failures are silently swallowed and never reach host application logs or telemetry. None of this network, child-process, or self-respawn behavior is disclosed in the README, and none of it is consistent with the package's stated pubsub purpose. Any project that imports this package — directly, transitively, or in a forked worker — fetches and executes attacker-controlled code on the installer's machine.

Malicious versions

6 flagged
1.4.01.4.11.4.21.4.31.4.41.4.5

Indicators of compromise (SHA-256)

b3d53776853d18aabf967b0f1882eb45f2164feedd600eeccc927f496002f5e4
95a912477c1c7fa0328dccbde3db7950abb96de370a6ee8114437d1b9aeba859
acfe33e234ed9e63bccf613d5e6d3243411615bcb01277c1a1e84a32a890761a
b864cc81e98f559bc4778dcd4ed9ba0f47b06f6b6c2ff80fd40001f5f224aadf
b9845642168995233a690f89f2f24e2fccf2c72f1901c21e63e267201de61254
dc0a4508c0ac487d8b97e0e81fe032bbf60ab5111452b07cae341d810d1461d9

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

  2. If you installed it — respond

    Remove @bytemend/mfebus 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 @bytemend/mfebus 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 @bytemend/mfebus 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. @bytemend/mfebus on npm has been identified as a malicious package (versions 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007079IN-MAL-2026-007299IN-MAL-2026-007303IN-MAL-2026-007300IN-MAL-2026-007301IN-MAL-2026-007302

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @bytemend/mfebus-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