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

xo-member-componentsnpm

xo-member-components is a confirmed malicious npm package (MAL-2026-11063) that executes malicious code on install (malicious versions 8.0.0, 28.0.0). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in xo-member-components (npm)

MAL-2026-11063
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall xo-member-components

What this malware does

index.js runs as a preinstall lifecycle script on npm install. It collects host identity and network configuration — os.hostname(), os.platform(), os.arch(), os.homedir(), and dns.getServers() — serializes the values as JSON, and POSTs them via https.request to the hardcoded host bq5y8jbk0j29x3az0p1p931i69c10sqgf.oastify.com at path /hit. oastify.com is the Burp Collaborator out-of-band callback service; the unique subdomain identifies a specific operator's collector. Installing the package causes the installer's host identifiers to leave the machine to an attacker-controlled destination. The package presents itself as a dependency-confusion proof of concept, which does not change the installer-side effect.

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.

The OpenSSF Package Analysis project identified 'xo-member-components' @ 28.0.0 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.

Malicious versions

2 flagged
8.0.028.0.0

Indicators of compromise (SHA-256)

ea1a5ea7fdd825c1dfb8d3d06624b6ebba45c31cea61707d45ba1b65d4273483
8f87897415ac7cb1f40cf896ec879d2a71a642d3361935df0758944a34389b13
be4180bb77cfdee32b5d3547f4edf9c8962fb4bbe6ee595275241cb0871d2371
e3c6acab4a736b5e227594031872768264ddc7b3f2bd07c6c2ebb5ee59f46416

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

  2. If you installed it — respond

    Remove xo-member-components 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 xo-member-components 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 xo-member-components 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. xo-member-components on npm has been identified as a malicious package (versions 8.0.0, 28.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-r5v8-7g3c-jp8wIN-MAL-2026-011215IN-MAL-2026-013354

References

Credits

  • Amazon Inspector · finder
  • OpenSSF: Package Analysis · finder

Detect & block this

O3 blocks xo-member-components-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

xo-member-components (npm) malicious package — MAL-2026-11063 | O3 Security