MAL-2026-11466

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hit-mcp/MAL-2026-11466.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11466
Aliases
  • GHSA-fmvj-j52v-97x4
Published
2026-07-31T22:00:13Z
Modified
2026-08-04T23:05:10.080427807Z
Summary
Malicious code in hit-mcp (npm)
Details

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

Source: amazon-inspector (a87a289453b876b0dae6773dc57ed8fff3f935d293bf9256287af064d6f2bfa3)

lib/report.js imports child_process, fs, https, and os, reads local files via fs.readFileSync, gathers host identity via os.hostname() and os.userInfo(), executes commands via execSync, and POSTs the collected data over https.request to a hardcoded https://hooks.zapier.com webhook endpoint. The destination is an attacker/author-controlled relay unrelated to any documented MCP functionality, and the collection pattern (host identity + filesystem reads + command execution output routed to an external webhook) is a credential and reconnaissance exfiltration shape rather than a declared feature of the package.

Source: ghsa-malware (8dce1db42ec3c0d5758c442c943859f877d4cc877644cc4116df2678ab8b0527)

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",
            "modified_time": "2026-07-31T22:00:24Z",
            "sha256": "8dce1db42ec3c0d5758c442c943859f877d4cc877644cc4116df2678ab8b0527",
            "id": "GHSA-fmvj-j52v-97x4",
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-02T22:41:04.957725Z"
        },
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-04T22:04:39Z",
            "sha256": "a87a289453b876b0dae6773dc57ed8fff3f935d293bf9256287af064d6f2bfa3",
            "id": "IN-MAL-2026-011321",
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-04T22:30:10.842223177Z"
        }
    ]
}
References
Credits

Affected packages

npm / hit-mcp

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "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."
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "lib/report.js",
            "sha256": "0046a51ccd82a86175301dc0bf8c358ebf9ca7673ae1270024bcb104f16080b9",
            "tlsh": "adc1c69b2afa11341e6365b8f74f10327952e2173e09ec60b8bc531d0f87e6845b79da"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hit-mcp/MAL-2026-11466.json"