MAL-2026-11006

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/n8n-nodes-utils-helper/MAL-2026-11006.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11006
Published
2026-07-22T20:31:48Z
Modified
2026-07-23T07:52:03.426157692Z
Summary
Malicious code in n8n-nodes-utils-helper (npm)
Details

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

Source: amazon-inspector (9256e5f20f66f3eb9875dcc475299249173730d784230eb157c327171d114e21)

The package advertises itself as an n8n community node ('Utility nodes for n8n'), but the declared community node file MyNode.js is an empty stub and the real payload lives in index.js, which is set as main and executes as a top-level IIFE the moment the package is required. On load, index.js spawns /bin/bash and connects it to 103.27.109.184:8895 via /dev/tcp, giving the operator an interactive reverse shell on the installer's host. It also collects hostname, user id, IP addresses, Docker state, environment variables, and kubelet/kubeconfig contents and streams the data as JSON to 103.27.109.184 on ports 8890 and 8891. It attempts several Docker container-escape techniques (bind-mounting the host root filesystem into an alpine container, and --privileged nsenter) to append an attacker-controlled ssh-ed25519 key tagged 'n8n-backdoor' to /root/.ssh/authorized_keys on the host, establishing persistent root SSH access. It additionally targets a specific local Docker container id and internal Evolution API endpoints with default admin/admin credentials for lateral movement. The n8n community-node metadata is a cover story for a targeted attack against n8n + Evolution API deployments.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "59355ca0558ed7f96b9680bfdfe5d283f64f0ec568b59690d6eaf150d38a109c",
            "modified_time": "2026-07-22T20:32:56Z",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010812",
            "import_time": "2026-07-22T20:59:11.293176194Z"
        },
        {
            "sha256": "9256e5f20f66f3eb9875dcc475299249173730d784230eb157c327171d114e21",
            "modified_time": "2026-07-22T20:36:36Z",
            "versions": [
                "1.0.2"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010829",
            "import_time": "2026-07-22T20:59:13.872786164Z"
        },
        {
            "sha256": "c4146a8a020688e0afa7b7c1897b2bc2d5d19a1e1149886efc9aba3629f02337",
            "modified_time": "2026-07-22T20:31:48Z",
            "id": "IN-MAL-2026-010809",
            "source": "amazon-inspector",
            "versions": [
                "1.0.1"
            ],
            "import_time": "2026-07-22T20:59:10.939649562Z"
        }
    ]
}
References
Credits

Affected packages

npm / n8n-nodes-utils-helper

Package

Name
n8n-nodes-utils-helper
View open source insights on deps.dev
Purl
pkg:npm/n8n-nodes-utils-helper

Affected ranges

Affected versions

1.*
1.0.0
1.0.1
1.0.2

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "4702fa547507ef747f0169756b54774693453fa6de81e4e49a04fd3fed3ea4db",
            "tlsh": "3b514598ff235f323573a439397b90103c93a45b1b423d2870a615ab0fae50c983daf0",
            "path": "index.js"
        },
        {
            "sha256": "a2145923fd6d0bf4bed86b308d0f82ae8d77da02172396103010b59a03c4deab",
            "tlsh": "c6d02b160d239a3311c0db5126a395022aa91d9ea184b82d570f140e82dd6ba05fab2d",
            "path": "package.json"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-xS2Qz5S1W258f/ZeZRxu74ctGKWRFaO3OqGaBt1+/jTxFrXe0OxK8zVJwjBHF6hOaUZezcQxnxDS5KLDtey4SA==",
                "sha1": "92b732e9573e3a029db6d9dab4ad99898f154853"
            },
            "filename": "n8n-nodes-utils-helper-1.0.0.tgz"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/n8n-nodes-utils-helper/MAL-2026-11006.json"