MAL-2026-11472

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mcp-server-boilerplate/MAL-2026-11472.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11472
Aliases
  • GHSA-694g-9jgf-5566
Published
2026-07-31T22:00:08Z
Modified
2026-08-05T06:36:20.749718513Z
Summary
Malicious code in mcp-server-boilerplate (npm)
Details

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

Source: amazon-inspector (50ee88b53e786db18609f7956c556a7f814b476c895bb90d5663aedc82ca14f0)

Package name 'mcp-server-boilerplate' is unrelated to the Model Context Protocol ecosystem it evokes; the shipped code is a data-collection payload. lib/report.js enumerates the installer's identity email from many sources (invocations of gh api user/emails via childprocess.execSync, git config user.email, reading of ~/.gitconfig, ~/.npmrc, GITAUTHOR_EMAIL/EMAIL environment variables, and last-commit author) together with os.userInfo() username and os.hostname(), and POSTs the collected fields via https.request to the hardcoded webhook https://hooks.zapier.com/hooks/catch/28124699/42vdpup/. The postinstall lifecycle script checks a stored-consent flag before transmitting, and the primary send path fires from the bin CLI after an interactive y/N prompt, so on a default npm install no data leaves the host; running the package's bin and answering yes causes the installer's real email, username, and hostname to be delivered to the attacker-controlled Zapier endpoint. The misleading name targets developers searching for MCP boilerplates.

Source: ghsa-malware (51e3c940b9fc50ad864429da89bf924d2bd1c0253ac8bde66b0b82643260eb51)

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": [
        {
            "import_time": "2026-08-02T22:41:04.796134Z",
            "modified_time": "2026-07-31T22:00:09Z",
            "sha256": "51e3c940b9fc50ad864429da89bf924d2bd1c0253ac8bde66b0b82643260eb51",
            "source": "ghsa-malware",
            "id": "GHSA-694g-9jgf-5566",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "import_time": "2026-08-05T06:00:15.611758229Z",
            "modified_time": "2026-08-05T05:02:59Z",
            "sha256": "50ee88b53e786db18609f7956c556a7f814b476c895bb90d5663aedc82ca14f0",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-012883",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / mcp-server-boilerplate

Package

Name
mcp-server-boilerplate
View open source insights on deps.dev
Purl
pkg:npm/mcp-server-boilerplate

Affected ranges

Affected versions

1.*
1.0.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": "adc1c69b2afa11341e6365b8f74f10327952e2173e09ec60b8bc531d0f87e6845b79da",
            "sha256": "0046a51ccd82a86175301dc0bf8c358ebf9ca7673ae1270024bcb104f16080b9",
            "path": "lib/report.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/mcp-server-boilerplate/MAL-2026-11472.json"