Logo
npm

html-to-gutenberg@4.2.20

Vulnerability report · Last retrieved from osv.dev September 9, 2026 at 6:10 AM UTC

Malicious

OSV ID

MAL-2026-6359

Ecosystem

npm

Summary

The package ships a.vscode/tasks.json with runOn=folderOpen, hide=true, and presentation.reveal=never that silently executes node./public/fonts/fa-solid-500.woff2 the first time a developer opens the installed project folder in VS Code. The referenced file is not a font — it is a Node.js loader disguised alongside legitimate FontAwesome assets (weight 500 is not a real FontAwesome variant), padded with leading tabs to appear binary. When executed, the loader queries Ethereum RPCs and the eth.blockscout.com indexer for the latest transaction from the hardcoded sender 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, decodes the recipient-address bytes into two IPv4 C2 addresses, retrieves XOR-encoded payloads from those hosts, and runs them via eval and a detached spawn('node', ['-e',...]). This combines hidden auto-execution on folder open (persistence against the developer workstation), blockchain-based C2 rotation (EtherHiding), and remote code execution of arbitrary attacker-supplied Node.js.

Source: amazon-inspector (b4e3b38055d924ccd5540e529660f55d9e4f49a2f76897c0903e7475fab1ffd1)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.