MAL-2026-13852

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@years18/n8n-nodes-utils-helper-f/MAL-2026-13852.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13852
Published
2026-08-12T12:17:13Z
Modified
2026-08-12T12:30:16.245332616Z
Summary
Malicious code in @years18/n8n-nodes-utils-helper-f (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (df58050e02ff53c728a303196575150af9e64959761f10079284077b1c274572)

On npm install, the package's postinstall hook (callback.js / index.js) executes shell commands including id and hostname, probes the internal RFC1918 address 10.131.106.93:8888 via /dev/tcp, base64-encodes the collected output, and sends it via HTTPS GET to jasabersama.id/portfolio-data.php with TLS verification disabled (rejectUnauthorized: false). The server-side query is constructed to base64-decode the payload into /tmp/n8nrceresult.txt. The same postinstall path invokes python3 /tmp/get-pip.py --break-system-packages, pip install -r /tmp/mhddos/requirements.txt, and python3 start.py from /tmp/mhddos, staging and running the mhddos DDoS framework on the installer's machine at install time. The combination yields host reconnaissance exfiltration, internal-network probing, and install-time remote code execution turning the installer into a DDoS node.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-12T12:24:10.556366649Z",
            "sha256": "df58050e02ff53c728a303196575150af9e64959761f10079284077b1c274572",
            "modified_time": "2026-08-12T12:17:13Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-017406",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @years18/n8n-nodes-utils-helper-f

Package

Name
@years18/n8n-nodes-utils-helper-f
View open source insights on deps.dev
Purl
pkg:npm/%40years18/n8n-nodes-utils-helper-f

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@years18/n8n-nodes-utils-helper-f/MAL-2026-13852.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "e0c893105f83bc458a7c1ad68ba38267703b2ace62276a682433337aaeb34584",
            "tlsh": "c53174f41350e1348423a0947a3bde96e87ff50310d8bec8f54e82738b22999af5712c",
            "path": "callback.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "n8n-nodes-utils-helper-f-1.0.0.tgz",
            "hashes": {
                "sha1": "3736d5accf02a5c9bc2dffc3ae6e67e0d2a10688",
                "sha512_sri": "sha512-r2QffFcaMl1ZHgyTX5Aq0dmwEdUKbvivBnovYOamKyrv8dG045m3mVNmpI58VmMylG6ohh+2FL78CGdyKZnEBQ=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]