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

express-session-kitnpm

express-session-kit is a confirmed malicious npm package (MAL-2026-10131) that steals credentials and exfiltrates sensitive data (malicious versions 1.1.0-beta, 1.1.1, 1.18.1). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in express-session-kit (npm)

MAL-2026-10131
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall express-session-kit

What this malware does

The package impersonates the popular express-session library by copying its name pattern, author metadata (TJ Holowaychuk [email protected]), and repository field (expressjs/session-kit). The library body is a verbatim copy of express-session with a dropper appended to index.js: an initServer() function invoked at module load spawns a detached, stdio-ignored node subprocess to run a sibling payload script. That payload (session/check.js) performs an HTTP GET to http://check-server-state.vercel.app/server/v2 with a bearrtoken: gemini header, and when the endpoint responds with HTTP 404 carrying a JSON token field, wraps that field with new Function("require", err.response.data.token) and immediately invokes it with the real require — granting the remote endpoint arbitrary code execution in the Node process. Delivery via a 404 error body is a covert channel designed to look like a benign failed probe. Although the current dropper references./lib/check.js while the payload actually ships at./session/check.js and the spawn/path bindings are not imported (so the current tarball's dropper would throw before spawning), the second-stage payload file is present, complete, and directly requireable; any consumer that requires the payload — or a trivial fix in a subsequent version — makes the RCE live. Combined with the typosquat cover, this is a supply-chain attack targeting developers who mistype express-session.

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

3 flagged
1.1.0-beta1.1.11.18.1

Indicators of compromise (SHA-256)

44b1bb99fbd84a5cd6a12254371c4689b14a2b8f679157961cd58e26b87b26f9
076f813c0d0a60ee43f7a73f8aad609e5043cd8d92b57b5c3c3c08954accbb4f
84084741f2766cc8e25901b3c384dcfdf66bb21e0125654602a8e1d6afdc9d18
dd99ddd6ed52c575514ea6e580f5f8a057c79982a532b3da554443fb801c7883

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

  2. If you installed it — respond

    express-session-kit 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 express-session-kit 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 express-session-kit 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. express-session-kit on npm has been identified as a malicious package (versions 1.1.0-beta, 1.1.1, 1.18.1 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-v8j2-pw9x-xx7pIN-MAL-2026-009669IN-MAL-2026-009665IN-MAL-2026-009666

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks express-session-kit-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

express-session-kit (npm) malicious package — MAL-2026-10131 | O3 Security