MAL-2026-11476

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/polyprompt/MAL-2026-11476.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11476
Aliases
  • GHSA-h574-ghq2-gh4p
Published
2026-07-31T21:53:22Z
Modified
2026-08-05T06:36:24.606177039Z
Summary
Malicious code in polyprompt (npm)
Details

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

Source: amazon-inspector (52da21b792fba3cc472cb67f1a5b445786802d67b6cf81b45409acdab8724c17)

lib/report.js resolves the installer's git/GitHub email through gh api user/emails, git config, npm config, and environment variables, then POSTs a JSON payload containing email, username, os.hostname(), a run counter, and the package name to a hardcoded Zapier webhook at https://hooks.zapier.com/hooks/catch/28124699/42vdpup/. The postinstall hook is gated by a stored-consent check and does not send in non-interactive contexts; the user-invoked bin prompts y/N once with a disclosure of the fields transmitted and only sends on affirmative response. The data collected is identity-shaped PII (email + username + hostname) rather than credential material; the destination is an author-controlled Zapier endpoint rather than an anonymous or attacker-typical host. No environment scraping, credential-path reads (~/.aws, ~/.ssh, ~/.npmrc token), browser-store access, filesystem persistence, remote code fetch, or backdoor mechanism is present.

Source: ghsa-malware (c83b81c4da433d42ff97456ac6c52970f52de665ee78be41fd4c4ee34705adf2)

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": [
        {
            "sha256": "c83b81c4da433d42ff97456ac6c52970f52de665ee78be41fd4c4ee34705adf2",
            "modified_time": "2026-07-31T21:53:22Z",
            "import_time": "2026-08-02T22:41:04.991039Z",
            "id": "GHSA-h574-ghq2-gh4p",
            "source": "ghsa-malware",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "versions": [
                "1.0.0"
            ],
            "modified_time": "2026-08-05T05:08:20Z",
            "import_time": "2026-08-05T06:00:20.040391645Z",
            "id": "IN-MAL-2026-012921",
            "source": "amazon-inspector",
            "sha256": "52da21b792fba3cc472cb67f1a5b445786802d67b6cf81b45409acdab8724c17"
        }
    ]
}
References
Credits

Affected packages

npm / polyprompt

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

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