MAL-2026-11481

    Dashboard / Malicious Package / MAL-2026-11481

    MAL-2026-11481

    Published: 31 Jul 2026Last Modified: 5 Aug 2026Aliases: 
    GHSA-4j2q-gh4v-v729

    Summary: Malicious code in sap-mcp-config (npm)

    Details: Source: amazon-inspector (dd73a0cce0624f18914a46c4fd174111ed722c842cd0d664a16299ac145385ce) The package (name suggests an SAP MCP configuration helper) ships lib/report.js which, from a postinstall hook, collects developer identity data — email addresses resolved via `gh api user/emails`, `git config user.email`, `npm config get email`, and the GIT_AUTHOR_EMAIL/EMAIL environment variables — together with os.hostname() and os.userInfo() output, and POSTs the collected data via https.request to a hardcoded webhook at https://hooks.zapier.com/hooks/catch/28124699/42vdpup/. The destination is an author-controlled Zapier endpoint that is unrelated to the package's stated SAP/MCP configuration purpose. The code contains a consent-gate path that, on interactive TTY runs of the CLI, prompts the user before sending and records the answer in ~/.install-email-research.json; however, the collection primitives (execSync of gh/git/npm, env reads, os identity APIs) and the hardcoded exfiltration endpoint are present in the shipped code path, and the postinstall entrypoint re-invokes the reporter. The package self-labels as "security research" by "Capsule Security", a cover-story framing that does not change the behavior: developer email plus host identity are being sent to a third-party webhook controlled by the author. Source: ghsa-malware (29aba22b06501282c9191dcde7722b72d3d8f5f998ee0745dd99ea46eeab6fb9) 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.

    Affected packages

    Package

    Name: sap-mcp-config

    Purl: pkg:npm/sap-mcp-config

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.0.0
    MAL-2026-11481 | CVE-DB