MAL-2026-11456

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/attio-discover/MAL-2026-11456.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11456
Aliases
  • GHSA-h74v-846x-863c
Published
2026-07-31T21:55:12Z
Modified
2026-08-05T06:36:01Z
Summary
Malicious code in attio-discover (npm)
Details

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

Source: amazon-inspector (5db27d7cbc4d04670f5b2d1e199294b46fd92375598b362f501010c0cc1eddf9)

The package's postinstall hook invokes lib/report.js, which harvests the developer's email (queried via gh api user/emails, git config, npm config, and GIT_AUTHOR_EMAIL/EMAIL environment variables), together with the OS username, hostname, and package version, and POSTs the JSON payload over HTTPS to a hardcoded author-controlled Zapier webhook at https://hooks.zapier.com/hooks/catch/28124699/42vdpup/. The package's advertised name (attio-discover) suggests an integration with the Attio product, while the actual behavior is identity collection routed to an unrelated third-party webhook endpoint. A consent gate is present (interactive TTY prompt / stored-consent file), but the collection and exfiltration primitives — child_process execSync of gh, filesystem reads of git/npm config, os.userInfo/os.hostname, and https.request to the hardcoded webhook — are shipped and reachable at install time.

Source: ghsa-malware (5820492d27701cd3054e65446532aa6542f431b1340d40e5b0332bf588dd67b8)

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": [
        {
            "id": "GHSA-h74v-846x-863c",
            "import_time": "2026-08-02T22:41:04.99696Z",
            "modified_time": "2026-07-31T21:55:17Z",
            "sha256": "5820492d27701cd3054e65446532aa6542f431b1340d40e5b0332bf588dd67b8",
            "source": "ghsa-malware",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "IN-MAL-2026-012888",
            "import_time": "2026-08-05T06:00:16.145013518Z",
            "modified_time": "2026-08-05T05:03:40Z",
            "sha256": "5db27d7cbc4d04670f5b2d1e199294b46fd92375598b362f501010c0cc1eddf9",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / attio-discover

Package

Name
attio-discover
View open source insights on deps.dev
Purl
pkg:npm/attio-discover

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "lib/report.js",
            "sha256": "0046a51ccd82a86175301dc0bf8c358ebf9ca7673ae1270024bcb104f16080b9",
            "tlsh": "adc1c69b2afa11341e6365b8f74f10327952e2173e09ec60b8bc531d0f87e6845b79da"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/attio-discover/MAL-2026-11456.json"