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

clx-cookieparsernpm

clx-cookieparser is a confirmed malicious npm package (MAL-2026-6661) that steals credentials and exfiltrates sensitive data (malicious versions 1.4.4, 1.4.5, 1.4.6…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in clx-cookieparser (npm)

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

What this malware does

Package ships a verbatim copy of the Express 'cookie-parser' middleware under a different name ('clx-cookieparser') and declares a repository field 'expressjs/clx-cookieparser' that does not exist under the expressjs GitHub organization, suggesting unauthorized association with the upstream project. The shipped code (index.js requires 'cookie' and 'cookie-signature' and re-implements cookie-parser) contains no network I/O, no install/lifecycle scripts, no obfuscation, and no credential handling — there is no demonstrated installer-side harm. The concern is name/metadata confusion: a developer searching for or mistyping 'cookie-parser' could install this lookalike, and the false repository attribution amplifies the confusion. Routing to human review so a maintainer can assess intent (benign mirror vs. squat positioning) and registry action.

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

7 flagged
1.4.41.4.51.4.61.4.71.4.81.4.91.5.1

Indicators of compromise (SHA-256)

2fe4e10a5059e10daab1da62d3a625251bd2a87d1570966423f7ee26c49fff47
38c6a4f8363234389473468040344ac64c99370feeef2776f14c29722b165da2
e01e589ff24746039e561faaed378df98aff9a728ee037ec8a664d55c74cc814
190774ec03c36ad55f763cdc2d26ec958809f77a2cb5d34ae2c864d0212cb798
e90f6b95d11d5b4da6138cae22a57a2c55d0444858d92283c5ea3198dc5ffd0f
29b7ab13cd76393ea58b540ccf13b4ab4660edb4fac210d86a67e51b45fa1d0c
7ae84a5e939b048d6ca5d9fc8f4787d98896762e155e494c35b7d4e3f0887a40
d246c13ff6827d6befce1e658a11eca9b23cdfd9f314554ee50f01b0c929255c
cc3e512b0f1620fe3640ca82ad1f5cd1fd13a199c5d9a61cf4f3d96123ed5cee
23c81c167df3acad0fecb5df886c08c9ec3759cb7853df67e910f7a414c0c020

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

  2. If you installed it — respond

    clx-cookieparser 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 clx-cookieparser 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 clx-cookieparser 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. clx-cookieparser on npm has been identified as a malicious package (versions 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-jpg2-3r22-63v7IN-MAL-2026-008577IN-MAL-2026-008581IN-MAL-2026-008583IN-MAL-2026-008787IN-MAL-2026-008784IN-MAL-2026-008786IN-MAL-2026-008790RLMA-2026-05517

References

Credits

  • Amazon Inspector · finder
  • ReversingLabs · finder

Detect & block this

O3 blocks clx-cookieparser-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

clx-cookieparser (npm) malicious package — MAL-2026-6661 | O3 Security