VDB
KO

MAL-2026-11044

Malicious code in tailwind-gutenberg-block-zero (npm)

Details

The npm package `tailwind-gutenberg-block-zero` is a supply-chain dropper disguised as a WordPress / Gutenberg block plugin. The published tarball carries the trappings of a real plugin (a `my-tailwind-blocks.php`, a `wp-scripts` build configuration, a README and a screenshot), but its real behaviour lives in an npm install lifecycle hook.

`package.json` declares `scripts.install = "node setup.js"`, so `setup.js` executes automatically on `npm install`, before the package is ever imported. The script fingerprints the host (`os.platform()`, `os.hostname()`), downloads a second-stage payload from the hardcoded raw IP `http://172.94.9.157/v028f8cde892b0b74c8.js` and writes it to disk, then executes it through a hidden, minimised PowerShell process (`child_process.exec("start /min powershell ...")`, alongside a bundled `setup.ps1`) — a Windows-targeted download-and-execute chain. Collected data is exfiltrated to a Telegram bot via `https://api.telegram.org/bot<token>/sendMessage` (the URL was reconstructed from an assembled string; the bot token is withheld).

Any developer workstation or CI runner that installs the package (directly or transitively) hands arbitrary code execution to the operator. Detected and classified independently by codelake Research from the live npm feed on 2026-07-17; at the time of reporting the package was not present in OSV or GHSA (a first-catch).

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / tailwind-gutenberg-block-zero

No fixed version published yet for tailwind-gutenberg-block-zero (npm). Pin to a known-safe version or switch to an alternative.

References