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

n8n-nodes-pwnnpm

n8n-nodes-pwn is a confirmed malicious npm package (MAL-2026-11004) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in n8n-nodes-pwn (npm)

MAL-2026-11004
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall n8n-nodes-pwn

What this malware does

The package's Pwn.node.js executes malicious code at module load time when n8n loads this community node. It opens a TCP socket to 10.0.0.145:4444 and pipes the socket to a spawned /bin/sh -i, giving a remote party interactive shell control of the installer's host. In parallel, top-level code runs host reconnaissance commands (network interfaces, routes, ARP, /proc/net/tcp, filesystem searches for flag/*.txt), reads /home/node/.n8n/database.sqlite (n8n's encrypted workflow credentials store) filtered for 'flag|password|secret', and reads /home/node/.n8n/config, POSTing the aggregated output to http://10.0.0.145:8000/rce-out3. The hardcoded 10.0.0.145 destination is a private RFC1918 address consistent with a lab/PoC target, but the payload is fully weaponized and would execute against any installer that loads the node.

Malicious versions

8 flagged
1.0.01.0.11.0.21.0.41.0.51.0.61.0.71.0.8

Indicators of compromise (SHA-256)

2ee9684d0eb9486f1d87a48729127864f33f04a7e08b973fb59fcd5529294c3a
6fcff122b8bae79c490d2fcbd5a37b4927d4cad7eea7b6aac814af9605491ec7
ae8222d3f90f4cff83a0840ee03f4b127946274f0215a73eadd6008404a2276e
b52f90316a945fd18a8e653991316734b2aac32cfc495ec51c31dc333016f7f1
3c10a4763962f43a4ddb60b47a3d3737a81d99ab6a136fcf39412671e57713f7
4997947d9c0f891fce42136a278935bff70abed3a588ef61e4428943ff0dc3c0
c4a510c581773a0e0dfd4f2eaa527e44007cf8385c6b42878e38b71fb282b203
5f739a5f67a5d4e0b9b651b7e886f829ee2817e5505528d65b18286d678459db

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

  2. If you installed it — respond

    n8n-nodes-pwn 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 n8n-nodes-pwn 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 n8n-nodes-pwn 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. n8n-nodes-pwn on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-010858IN-MAL-2026-010860IN-MAL-2026-010814IN-MAL-2026-010857IN-MAL-2026-010859IN-MAL-2026-014864IN-MAL-2026-014862IN-MAL-2026-014980

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks n8n-nodes-pwn-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

n8n-nodes-pwn (npm) malicious package — MAL-2026-11004 | O3 Security