MAL-2026-11489

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/test-dev-dispatch/MAL-2026-11489.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11489
Aliases
  • GHSA-qx8w-r9j6-p4g5
Published
2026-08-01T03:43:29Z
Modified
2026-08-04T23:05:37.752591809Z
Summary
Malicious code in test-dev-dispatch (npm)
Details

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

Source: amazon-inspector (2c6205523817ec8f05eccf82a334fa70429c8c326b73c27e031fe991b9abdbdb)

The package exposes handlers that receive messages over a network connection and dispatch them to shell execution, arbitrary-path file exfiltration, and remote-controlled file drops on the installer's host. handleCommand base64-decodes a command field from an incoming message, passes it to executeCommand() from test-dev-exec, and returns stdout to the remote peer via sendMessage(). handleUpload uploads any file path chosen by the remote peer to a remote server (tagged with getHardwareFingerprint()), and handleArchive zips an attacker-chosen directory and uploads it — enabling exfiltration of arbitrary installer files including secrets under ~/.ssh, ~/.aws, and similar paths. handleDownload retrieves a file from a remote server and stages it at an attacker-chosen path on the installer's filesystem, which combined with handleCommand yields staged remote code execution. This is a remote-access/backdoor dataflow: network-sourced bytes drive shell execution, file upload, and file drop on the installer's machine.

Source: ghsa-malware (de211ea2269bf67da36abb6fcfe56f92c6d377246a30c7c1c878ba746a26e65d)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "ghsa-malware",
            "import_time": "2026-08-02T22:41:05.105005Z",
            "sha256": "de211ea2269bf67da36abb6fcfe56f92c6d377246a30c7c1c878ba746a26e65d",
            "modified_time": "2026-08-01T03:43:30Z",
            "id": "GHSA-qx8w-r9j6-p4g5",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ]
        },
        {
            "import_time": "2026-08-04T22:30:03.720359312Z",
            "modified_time": "2026-08-04T21:44:32Z",
            "sha256": "2c6205523817ec8f05eccf82a334fa70429c8c326b73c27e031fe991b9abdbdb",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-011183",
            "versions": [
                "0.1.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / test-dev-dispatch

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.1.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "evidence_files": [
        {
            "tlsh": "d691ec17697edd2811b76394b70a7445e61ad2d72b8878e6f6acc3442f3c4e072d2f88",
            "sha256": "fb7477273e6626fcef98b28b033f694d7c21e2d651dc077e0664851cf857f5ae",
            "path": "src/handler.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/test-dev-dispatch/MAL-2026-11489.json"