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

tailwindcss-contact-formsnpm

tailwindcss-contact-forms is a confirmed malicious npm package (MAL-2026-16124) that opens a backdoor for remote access (malicious versions 0.5.4, 0.5.5, 0.5.6…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in tailwindcss-contact-forms (npm)

MAL-2026-16124
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall tailwindcss-contact-forms

What this malware does

The package presents itself as a Tailwind CSS forms plugin (README, repository field, and installation docs are copied verbatim from @tailwindcss/forms) but its sole main module src/index.js is a heavily obfuscator.io-obfuscated Node loader with no CSS-plugin functionality. On require(), the module executes top-level code that installs a createRequire and publishes require, module, and global into named globals (global.r, global.m, global.i, plus several _H/_t_u/_t_s handles) and imports spawn from node:child_process — a stager shape that hands arbitrary execution primitives to code assembled from the rotating string array. It also enumerates public Ethereum JSON-RPC endpoints (drpc.org, publicnode.com, blockscout, blastapi.io) and an Etherscan-like indexer, calls eth_blockNumber / eth_getBlockByNumber / eth_getTransactionCount, and pulls the transaction list for a hardcoded 42-character Ethereum address 0xa322E5f39aDC2490Ef6f0121063eD311D3080e1a, using the returned data as C2 signalling. Results are POSTed with a custom X-Payload-* header to an external endpoint reconstructed from string-array fragments ending in ut.com/api. A CSS plugin has no legitimate reason for obfuscation, node:child_process, or Ethereum RPC traffic; the cover story does not match the shipped code, and the payload runs the moment a developer requires the package.

Malicious versions

7 flagged
0.5.40.5.50.5.60.5.70.5.80.5.90.6.0

Indicators of compromise (SHA-256)

297b6067187ab46efa382926811e477c44ba6cc43ec73857cd82a029dbd4f143
de214bf61202227c4cb55d5d694a713db6b5d1be37d8ab405490e83b30a4cc66
43fbb7bac749e4d8b427e71a65cb023073da42bce730bc4d14b7c790bc1ee825
4f67d5140640ce71a71be6d18d85c5069df64a926a2e9e5a41380c94039242c9
89b3c4a5af676eb6eaddab75e26223a6740de56199e769148a0b5c1ed3d25c36
cc68c81374c5b78e36fea2f599c5e0004ead6e56dfd02b40cec4f73c62193b30
d0afcb1e0184276d3bfa609dccad2c2d417f065ad8cb3db832cca14ce27d9239

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for tailwindcss-contact-forms (7 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging tailwindcss-contact-forms across your stack and pipelines.

  2. If you installed it — respond

    tailwindcss-contact-forms establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If tailwindcss-contact-forms 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 tailwindcss-contact-forms 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. tailwindcss-contact-forms on npm has been identified as a malicious package (versions 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.6.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-019927IN-MAL-2026-019928IN-MAL-2026-019925IN-MAL-2026-019929IN-MAL-2026-019931IN-MAL-2026-019935IN-MAL-2026-019926

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks tailwindcss-contact-forms-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

Explore

tailwindcss-contact-forms (npm) malicious package — MAL-2026-16124 | O3 Security