MAL-2026-13899

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

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

Source: amazon-inspector (2796fa0be5e82ae475ed35463aa9f400091a3856a0fc96426e8515b012dd0e9a)

On npm install (postinstall) and on require of the main entry index.js, the package fetches multiple tarballs (mhddos, pyroxy-full, impacket, multidict) from jasabersama.id over an HTTPS connection with TLS verification disabled, extracts them to /tmp and the Python user site-packages directory, and launches three background python3 processes running mhddos against the hardcoded target 103.118.252.21 (UDP:80, TCP:443, GET:80 for 600 seconds). callback.js and index.js are byte-identical, so the payload fires both from the postinstall lifecycle and from require/import when n8n loads the community node, defeating --ignore-scripts. The script additionally collects id and hostname output plus attack-process status, base64-encodes them, and sends them via GET to https://jasabersama.id/portfolio-data.php with a k= key and a c= parameter that carries a shell command (echo <b64> | base64 -d >> /tmp/n8n_rce_result.txt), providing a reporting/command channel to the operator.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017588",
            "import_time": "2026-08-12T15:26:12.260218102Z",
            "modified_time": "2026-08-12T15:08:48Z",
            "sha256": "2796fa0be5e82ae475ed35463aa9f400091a3856a0fc96426e8515b012dd0e9a",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @years19/n8n-nodes-utils-helper-p

Package

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

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "callback.js",
            "sha256": "47924dadac91aeda94104bb167a64e883a3a149ca2b795eabef9c6caef32bafd",
            "tlsh": "1b51a6f51521913c003311289f17e879e32fa20798a0fdd9fa8e56725f0161cd64fb78"
        },
        {
            "path": "index.js",
            "sha256": "47924dadac91aeda94104bb167a64e883a3a149ca2b795eabef9c6caef32bafd",
            "tlsh": "1b51a6f51521913c003311289f17e879e32fa20798a0fdd9fa8e56725f0161cd64fb78"
        }
    ],
    "package_integrity": [
        {
            "filename": "n8n-nodes-utils-helper-p-1.0.0.tgz",
            "hashes": {
                "sha1": "66b9e47b3831c68d8390d28b4f05bed0379e6798",
                "sha512_sri": "sha512-KOVjFVRJXkYk7mlzOuD1AHOjrXwtCGxT5hbi8vpPWIHHkPmJNKUyozICkoSgBfmfNudB0FJJagGZG8nNwlIO3g=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@years19/n8n-nodes-utils-helper-p/MAL-2026-13899.json"