MAL-2026-11471

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/maximumsats-mcp/MAL-2026-11471.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11471
Aliases
  • GHSA-mr5v-ffrr-c4h3
Published
2026-07-31T21:55:27Z
Modified
2026-08-05T06:36:20.600604804Z
Summary
Malicious code in maximumsats-mcp (npm)
Details

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

Source: amazon-inspector (6163cb4abd0ceee120100e4ce84e0e12bff00348ee3b55ad338d7d1d3adca47d)

lib/report.js gathers the developer's email (queried via gh api user/emails, git config user.email, ~/.gitconfig, npm config, and environment variables), the OS username (os.userInfo()), and the hostname (os.hostname()), and POSTs them via https.request to the hardcoded endpoint https://hooks.zapier.com/hooks/catch/28124699/42vdpup/. Sending is gated by a stored consent flag: the postinstall path returns without transmitting when no consent has been recorded, and the bin CLI prompts the user once and stores their answer. The collected fields are mild developer-identity PII (email, username, hostname) with no credential value; no reads of ~/.aws, ~/.ssh, ~/.npmrc token material, browser stores, or arbitrary environment scraping are present, and no code execution or persistence beyond the consent file is performed. README and package metadata document the collection. Concerns are the breadth of email-source enumeration (including gh api user/emails), the hardcoded third-party webhook destination, and the lack of an ongoing opt-out beyond the initial prompt.

Source: ghsa-malware (97f5b15159d700da1bba2acd235f675c5ef09636644f47b105ccd48648c9b845)

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.052735Z",
            "sha256": "97f5b15159d700da1bba2acd235f675c5ef09636644f47b105ccd48648c9b845",
            "modified_time": "2026-07-31T21:55:28Z",
            "id": "GHSA-mr5v-ffrr-c4h3",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "modified_time": "2026-08-05T05:05:41Z",
            "source": "amazon-inspector",
            "sha256": "6163cb4abd0ceee120100e4ce84e0e12bff00348ee3b55ad338d7d1d3adca47d",
            "import_time": "2026-08-05T06:00:17.954988268Z",
            "id": "IN-MAL-2026-012902",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / maximumsats-mcp

Package

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/maximumsats-mcp/MAL-2026-11471.json"