tailwindcss-form@0.5.1
Vulnerability report · Last retrieved from osv.dev September 18, 2026 at 6:39 AM UTC
OSV ID
MAL-2026-16282
Ecosystem
npm
Summary
Package name mimics the legitimate tailwindcss-forms plugin (repo field points at tailwindlabs/tailwindcss-forms) but the main entry src/index.js is an obfuscator.io-packed bundle (303-entry rotated string array, control-flow flattening) whose top-level code has no relation to a Tailwind CSS plugin. On require() it loads node:http, node:https, node:zlib, and node:child_process, then issues requests to a set of hardcoded Ethereum endpoints (eth.blockscout.com, *.publicnode.com, *.drpc.org, 1rpc.io/eth) and an INDEXER_URL, carrying an etherscan-style txlist query against a hardcoded wallet address 0xa322E5f3... and custom x-payload-* headers. Response content is stashed into process globals (_t_u, _t_s, _H, _H2) that are then consumed by a child_process.spawn call, giving the operator of the indexer remote code execution on the installer's machine at import time. The combination of typosquatted name, obfuscator.io packing of the main entry, hardcoded remote endpoints acting as a command channel, and spawn of a fetched payload is a supply-chain trojan disguised as a Tailwind plugin.
Source: amazon-inspector (f5c6b39e2bde3263d10e2f20e707d06b981e746fda83ef7772233db33ae7a4f2)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.