npm

@years19/n8n-nodes-utils-helper-t @1.0.0

Vulnerability report · Last retrieved from osv.dev August 13, 2026 at 4:27 AM UTC

Malicious

OSV ID

MAL-2026-13903

Ecosystem

npm

Summary

The package's postinstall script (callback.js) and its main entry point (index.js, byte-identical) execute automatically on npm install and on require() / import . They write a Python UDP/TCP flood script to /tmp/attack.py and launch it via nohup python3 /tmp/attack.py... & targeting the hardcoded IP 103.118.252.21 for 600 seconds, turning the installer host into a DDoS participant. In parallel, they collect the output of id and hostname along with process and loadavg data, base64-encode it, and send it via https.get to https://jasabersama.id/portfolio-data.php with TLS certificate verification disabled (rejectUnauthorized: false). The package is presented as an n8n utility node, but its actual behavior is remote code execution against a third-party target combined with installer host-identity exfiltration.

Source: amazon-inspector (69298edbeb56ed182ba1b98c575c24b9ac53138a0a2cadfd9fd3dbbf3e637546)

Protect your entire dependency tree

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