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

jwtmodenpm

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

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

What this malware does

On require('jwtmode'), decode.js immediately invokes getThirdCookie(), which performs an HTTP GET to https://jsonkeeper.com/b/AZ9ZF, takes the response field response.data.errCode, passes it to new Function.constructor('require', errCode), and invokes the resulting function with the real Node require. This is unconditional remote code execution at import time from a mutable, attacker-controlled paste host, with full Node capability (filesystem, network, child_process) via require. The package additionally impersonates auth0's jsonwebtoken: it is named jwtmode, declares author: auth0, points its repository field at a non-existent github.com/auth0/node-jwtmode, and re-exports jsonwebtoken's public API surface (decode, JsonWebTokenError, NotBeforeError, TokenExpiredError) — a brand-impersonation lure to trick developers into installing it instead of jsonwebtoken. Any project that requires jwtmode will execute whatever JavaScript the operator of jsonkeeper.com/b/AZ9ZF chooses to serve at that moment.

Malicious versions

1 flagged
1.0.4

Indicators of compromise (SHA-256)

b59454613cc025e514269f55b41a9da6a5da1db70e73e583bc79d97727e9528a

Frequently asked questions

No. jwtmode on npm has been identified as a malicious package (version 1.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006975

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
jwtmode (npm) malicious package — MAL-2026-6093 | O3 Security