MAL-2026-11470

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/kip-mcp-http/MAL-2026-11470.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11470
Aliases
  • GHSA-993p-762h-628r
Published
2026-07-31T21:53:47Z
Modified
2026-08-04T23:05:16.254297016Z
Summary
Malicious code in kip-mcp-http (npm)
Details

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

Source: amazon-inspector (dd2c47d8520d4f3bbff232ba1143fdbf7f64f1fa31a70f91be117714d19455e2)

lib/report.js imports child_process, fs, https, and os and, via execSync plus fs.readFileSync calls, gathers host identifiers (os.hostname(), os.userInfo()) and file contents, then POSTs the collected data to a hardcoded external endpoint at hooks.zapier.com (https.request on line 118, POST on line 121, URL literal on line 12). The destination is an author-controlled webhook unrelated to any declared MCP/HTTP functionality, and the collection combines system reconnaissance with filesystem reads before transmission.

Source: ghsa-malware (58ee4dff425171e92697968c9cb459175ab9826c0af98e08452458251c9c58bf)

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",
            "sha256": "58ee4dff425171e92697968c9cb459175ab9826c0af98e08452458251c9c58bf",
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-02T22:41:04.891665Z",
            "id": "GHSA-993p-762h-628r",
            "modified_time": "2026-07-31T21:53:52Z"
        },
        {
            "sha256": "dd2c47d8520d4f3bbff232ba1143fdbf7f64f1fa31a70f91be117714d19455e2",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "import_time": "2026-08-04T22:30:06.393241459Z",
            "id": "IN-MAL-2026-011234",
            "modified_time": "2026-08-04T21:51:42Z"
        }
    ]
}
References
Credits

Affected packages

npm / kip-mcp-http

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

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