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

upjsmanpm

upjsma is a confirmed malicious npm package (MAL-2026-10928) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.58, 1.0.59, 1.0.60…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in upjsma (npm)

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

What this malware does

The package's main entry is a browser-only IIFE that, when bundled into a web page, overlays a full-screen mask, injects a fullscreen iframe, and navigates the host page to the hardcoded remote URL https://mfmz.jfcacf.cn/H.html?c=0gjr. There are no install/preinstall/postinstall lifecycle hooks and no Node-side effects; requiring it in Node throws on document. Installing or requiring this package does not by itself run code that exfiltrates data, executes remote code, or persists on the developer's machine, so no direct installer-side attack fingerprint is present. The harm surface is end-users of any web application that bundles this module: they are silently redirected to an off-site page under a third-party domain. The package's name and empty description give no indication of this redirect behavior.

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

9 flagged
1.0.581.0.591.0.601.0.611.0.621.0.631.0.641.0.651.0.66

Indicators of compromise (SHA-256)

25730cd7d45983434b20869fb88d5b84fd468d20341080c44adbc2c53778cb3e
13a830be1b07b299d0e47e0529f733a5336a43680c4b3dd5a655b9c29f01b9c4
3eee05c87cfcd66c9c967317c04144a382cd7d4b2e9ae5b1579ed30372d4f89d
6da6be7241858aacc6bf0fdef363fad9469efcbd9414b7b6e3e4153eba341f7b
83926ccb42ccea3f842157a4df8df9f6a9988032627388c31a6fa9a7dcdc2d4e
a28a4caf1de675e6318e39a80bf76f87d997f4afab6f2e4a2fb19dcfb4b76bcc
d6fd3b24369f132f806569138b583bf5a7be46489348e7201512c11f12705d32
efd6e923ad96c86f87ed6026063fe6e953e3875cd48e1e445b21cd78885e60bd
0175d2892e0b982b536893b231f04ab71f91cf32f399361f3f691adf486da518
31fdb73637b57c1a321a8f33b954d3acb56582d2933e8079f3ed124f8389b174

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for upjsma (9 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging upjsma across your stack and pipelines.

  2. If you installed it — respond

    upjsma is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If upjsma 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 upjsma 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. upjsma on npm has been identified as a malicious package (versions 1.0.58, 1.0.59, 1.0.60, 1.0.61, 1.0.62, 1.0.63, 1.0.64, 1.0.65, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-9g67-fm87-8p6vIN-MAL-2026-013063IN-MAL-2026-013102IN-MAL-2026-012909IN-MAL-2026-013069IN-MAL-2026-013104IN-MAL-2026-013207IN-MAL-2026-013066IN-MAL-2026-013103IN-MAL-2026-013307

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks upjsma-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

Explore

upjsma (npm) malicious package — MAL-2026-10928 | O3 Security