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

px8mynpm

Malicious code in px8my (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-10104
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall px8my

What this malware does

The package's main entry (px.js) is a browser-only script that creates a full-viewport iframe pointing at the hardcoded external URL https://mfmz.ywdyxn.cn/H.html?c=0gjr and appends it to document.body, hijacking any web page that loads this script via a CDN such as jsDelivr. The package ships no legitimate library API and would throw if require()'d in Node. The tarball also includes update_px8my.sh, an operator/rotation script that regex-replaces the redirect domain inside px.js, auto-bumps the patch version, runs npm publish, and then hits https://purge.jsdelivr.net/npm/px8my/px.js to force-refresh the CDN cache; a comment in that script notes that curl is blocked by the npm anti-abuse tool tirith. The combination — a hardcoded redirect payload plus a shipped domain-rotation/CDN-purge automation with an explicit anti-abuse-evasion note — establishes the package as a purpose-built malicious distribution vehicle abusing npm and jsDelivr to deliver browser redirects to end users of any site including this script.

Malicious versions

6 flagged
1.0.131.0.221.0.231.0.321.0.351.0.36

Indicators of compromise (SHA-256)

31af99c3bcf655a4ef35e6d83bf9c49d0a38d5d7102ba0e60379fcd28f310ae4
74fc90ab470fc324ca25c8e2dc519d310c2f7604cc23593c91825224e3992db8
7a4be46e7e7e4a53389dbbf5cdbde4e48292877accaeddfb6b5ab0b391d5a08b
aacc2bc4dd67115bb3e72cf80534638ef7d1280f794e39f6149b12d401893867
b89299c6d6dc2d4f01c4e49d64bc493d7db1c4b4f111c8e5808ce2230a82f0af
c972c885927d861e92a964b7ab752e5e91ae2731092a51b08a64fbf97f015cdf

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

  2. If you installed it — respond

    Remove px8my 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 px8my 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 px8my 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. px8my on npm has been identified as a malicious package (versions 1.0.13, 1.0.22, 1.0.23, 1.0.32, 1.0.35, 1.0.36 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-009595IN-MAL-2026-009599IN-MAL-2026-009601IN-MAL-2026-009597IN-MAL-2026-009598IN-MAL-2026-009596

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks px8my-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.