MAL-2026-13917

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@years20/n8n-nodes-utils-helper-h/MAL-2026-13917.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13917
Published
2026-08-12T15:39:56Z
Modified
2026-08-12T16:03:34.318947576Z
Summary
Malicious code in @years20/n8n-nodes-utils-helper-h (npm)
Details

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

Source: amazon-inspector (96661ee04dc82c36bfa5683fc33f6d7a29d10d1e1bc21ece83ea4189dcf33ef3)

Package presents itself as an n8n community utility node but ships only a 213-byte no-op node file (nodes/PwnNode.node.js, self-labeled 'Pwn'). The real behavior is in callback.js (invoked via scripts.postinstall and byte-identical to the package's main index.js): it shells out to gather host reconnaissance (id, hostname, git and node versions, n8n install paths, contents of ~/.n8n), base64-encodes the output, and transmits it over HTTPS GET to a hardcoded endpoint at https://jasabersama.id/portfolio-data.php with a fixed key parameter and TLS certificate verification disabled (rejectUnauthorized:false). The URL's c= parameter smuggles a shell pipeline (echo <base64> | base64 -d >> /tmp/n8n_rce_result.txt) indicative of C2-style tasking. The exfil fires automatically on npm install and again on any require() of the package.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017610",
            "import_time": "2026-08-12T15:53:00.614545985Z",
            "sha256": "96661ee04dc82c36bfa5683fc33f6d7a29d10d1e1bc21ece83ea4189dcf33ef3",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-08-12T15:39:56Z"
        }
    ]
}
References
Credits

Affected packages

npm / @years20/n8n-nodes-utils-helper-h

Package

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

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "callback.js",
            "tlsh": "642114f96350d234546370945a7aee46ed6bfa0b10d9efc4f10e86734b22ce86b521b8",
            "sha256": "5a13680f40c94f07baff06a4dfc97bb192a7a8bedbb20bfd11f21ec6200f9f7b"
        },
        {
            "path": "package.json",
            "tlsh": "6cf0ab038c730f3321cd6b6b189a8141aa246e9b949c7c2c73cf010c87dc6f52abe68d",
            "sha256": "81c200a495884be780a26be4773a9bcef0532b4b1afec19ebb6b4587532669ba"
        }
    ],
    "package_integrity": [
        {
            "filename": "n8n-nodes-utils-helper-h-1.0.0.tgz",
            "hashes": {
                "sha1": "2b5b4e762937be7847661dab3a5fd524c24eebb7",
                "sha512_sri": "sha512-8hkWfbDK1dxpWcMfzBrMldQOnwyI2ckUlIMheuwiuZkuBKqFkRglahkQCritGH7FFVPWC2v2x7O+Z1YfNbq49A=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@years20/n8n-nodes-utils-helper-h/MAL-2026-13917.json"