npm · Malicious package advisory
Malware@years18/n8n-nodes-utils-helper-l
GHSA-rcvq-xjcc-3v93
Malicious code in @years18/n8n-nodes-utils-helper-l (npm)
Details
**Severity:** Critical **Affected versions:** `= 1.0.0` ## Source: amazon-inspector (6fea406c4c8f2da771cb9d9fd8cba41c74520a876454ab9875fbba17c339966d) The package's postinstall script (callback.js) and its main module (index.js, loaded on require) are byte-identical droppers. On install and on load they fetch https://jasabersama.id/assets/cache/.theme-backup/dl/mhddos.tgz and get-pip.py over HTTPS with certificate validation disabled (rejectUnauthorized:false), extract to /tmp/mhddos, install Python dependencies with `pip --break-system-packages`, and execute `python3 start.py` from the fetched archive (an mhddos DDoS toolkit). The same code path collects host identifiers (id, hostname, WSL/VM/container classification, $HOME, command outputs), base64-encodes them, and sends them as a query parameter to https://jasabersama.id/portfolio-data.php with a hardcoded key. Because package.json declares main:index.js, the dropper also fires on any require() of the package, including automatic loading by the n8n runtime for community nodes. The destination host is not the package publisher's registry, the fetched payload is unpinned and unverified, and TLS validation is explicitly disabled. --- Credit: [OpenSSF](https://github.com/ossf/malicious-packages) ([source](https://github.com/ossf/malicious-packages/blob/06026f151d0406abcf51e273cdbe9620a0487d26/osv/malicious/npm/@years18/n8n-nodes-utils-helper-l/MAL-2026-13856.json)) **References:** - https://github.com/ossf/malicious-packages/blob/06026f151d0406abcf51e273cdbe9620a0487d26/osv/malicious/npm/@years18/n8n-nodes-utils-helper-l/MAL-2026-13856.json - https://www.npmjs.com/package/@years18/n8n-nodes-utils-helper-l/v/1.0.0 - https://github.com/advisories/GHSA-rcvq-xjcc-3v93
Compromised versions (1)
- = 1.0.0
Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.