MAL-2026-10209

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/auto-debug-tool/MAL-2026-10209.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10209
Aliases
  • GHSA-j6r6-q63r-r4qx
Published
2026-07-12T21:14:39Z
Modified
2026-07-13T09:31:53.800124397Z
Summary
Malicious code in auto-debug-tool (npm)
Details

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

Source: amazon-inspector (8dd31c11b5149d8dd2142c81cc066576dc799ba4dae4599a9569cb56256417ec)

package.json declares a postinstall hook (node install.js) that fires automatically on npm install. On Windows, install.js invokes hidden PowerShell (-NoP -NonI -W Hidden -Exec Bypass) to download an executable from raw.githubusercontent.com/cphc811-ui/d3d/main/ on the mutable main branch of an unrelated personal GitHub account, then launches it detached with Start-Process -WindowStyle Hidden. No hash or signature verification is performed. Execution is gated to skip non-Windows platforms and to skip when NODE_ENV=development, and all errors are swallowed — concealment characteristics that keep the payload dormant on maintainer/dev machines while firing on Windows installers and CI. The fetched binary's publisher does not match the npm package publisher, the source is a mutable branch on a personal account, and the fetch is auto-executed at install time with no verification.

Source: ghsa-malware (3da2b824be5417fe0d8b376cdbbd516363a9fadf7581f953ccd2f75a8df0acfb)

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": [
        {
            "sha256": "359a06b751f678cac60ada63d9f52e3d6dfaee82e1e8d27ed7820e41fea99d74",
            "modified_time": "2026-07-12T21:14:46Z",
            "versions": [
                "1.0.3"
            ],
            "source": "amazon-inspector",
            "import_time": "2026-07-12T21:20:02.153141367Z",
            "id": "IN-MAL-2026-009780"
        },
        {
            "sha256": "6aaa528dccdf210fc86d5ee91c4fae1319df02cff9b55e82e16cbf14512bb42c",
            "source": "amazon-inspector",
            "versions": [
                "1.0.2"
            ],
            "modified_time": "2026-07-12T21:14:53Z",
            "import_time": "2026-07-12T21:20:02.186031798Z",
            "id": "IN-MAL-2026-009781"
        },
        {
            "import_time": "2026-07-12T21:20:02.082387016Z",
            "modified_time": "2026-07-12T21:14:39Z",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-009779",
            "sha256": "8dd31c11b5149d8dd2142c81cc066576dc799ba4dae4599a9569cb56256417ec"
        },
        {
            "source": "ghsa-malware",
            "sha256": "3da2b824be5417fe0d8b376cdbbd516363a9fadf7581f953ccd2f75a8df0acfb",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "modified_time": "2026-07-13T08:17:11Z",
            "import_time": "2026-07-13T09:23:41.047331138Z",
            "id": "GHSA-j6r6-q63r-r4qx"
        }
    ]
}
References
Credits

Affected packages

npm / auto-debug-tool

Package

Affected ranges

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

Affected versions

1.*
1.0.0
1.0.2
1.0.3

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/auto-debug-tool/MAL-2026-10209.json"
indicators
{
    "evidence_files": [
        {
            "path": "install.js",
            "sha256": "bc74cfcea451bf484dc98ac62f6019884b88b7b27d9d52f7923b5f2e1ecf1870",
            "tlsh": "4a1127e346a94bf45d6502d3981955479cb3c413065452f8b2bcd845ef9143f4186bde"
        },
        {
            "path": "README.md",
            "sha256": "8b90260fe279ce70a8b1449a15036b9fd0218a90ee87f6f1db716658cbfa07e1",
            "tlsh": "8f11232a402d377d6afe014237afa3d7c3bb90ca0555451416b8401c755d147d28b6e3"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "db32e44eceb2511af88ce3e22c3efe26f3c178dd",
                "sha512_sri": "sha512-mMFeIBSyEZEanEkjZvMCGEWD0DfkzQvAkpXqp4mh/TCXRoqDhY46HQS2O/ZVuigxQimy0U334v0zQ8y7nDHjkw=="
            },
            "filename": "auto-debug-tool-1.0.3.tgz"
        }
    ]
}