@years19/n8n-nodes-utils-helper-u @1.0.0
Vulnerability report · Last retrieved from osv.dev August 13, 2026 at 4:27 AM UTC
OSV ID
MAL-2026-13904
Ecosystem
npm
Summary
The package's postinstall hook (callback.js) and its declared main entry (index.js, byte-identical to callback.js) both write a Python script to /tmp/attack.py and spawn it via nohup python3 /tmp/attack.py... & . The script launches hundreds of UDP/TCP flood threads against the hardcoded target 103.118.252.21 for 600 seconds, turning the installer's host into a DDoS source against a third party. After launching the flood, the code collects host identifiers ( id , hostname , running process count, /proc/loadavg), base64-encodes them, and issues an HTTPS GET to jasabersama.id/portfolio-data.php with query parameters k=S7k9xQ2mZj&c=<base64> , with TLS certificate verification disabled ( rejectUnauthorized: false ). Because index.js is the module's main entry, the same dropper also fires whenever the package is require d — for example when loaded as an n8n community node — in addition to firing on npm install via the postinstall lifecycle hook.
Source: amazon-inspector (c82adb424b76ab7db887024cb8608a8e7aa3b942797ba38a3eef74fa36c249e5)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.