MAL-2026-11468

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/install-native-host/MAL-2026-11468.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11468
Aliases
  • GHSA-4wvg-prm7-99h4
Published
2026-07-31T21:53:22Z
Modified
2026-08-04T23:05:12.557259708Z
Summary
Malicious code in install-native-host (npm)
Details

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

Source: amazon-inspector (757eb666248556142f82ce2793cd42e7e30db4ce65efc823eaed2a71c14087f2)

lib/report.js collects host and user identifying data via os.hostname(), os.userInfo(), execSync-invoked system commands, and fs.readFileSync of local files, then POSTs the collected data over https.request to a hardcoded Zapier hooks endpoint (https://hooks.zapier.com). The destination is not a caller-configurable option and is unrelated to any documented native-host installation purpose implied by the package name. The combination of system-info collection, filesystem reads, and transmission to a hardcoded third-party webhook is a credential/host reconnaissance exfiltration pattern.

Source: ghsa-malware (ac64235a2bc0c05f17f524b335ed7277658194e8dc3394597f2baca8eb17f7fd)

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",
            "versions": [
                "1.0.0"
            ],
            "modified_time": "2026-07-31T21:53:22Z",
            "id": "GHSA-4wvg-prm7-99h4",
            "import_time": "2026-08-02T22:41:04.751111Z",
            "sha256": "ac64235a2bc0c05f17f524b335ed7277658194e8dc3394597f2baca8eb17f7fd"
        },
        {
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ],
            "modified_time": "2026-08-04T22:02:02Z",
            "id": "IN-MAL-2026-011304",
            "import_time": "2026-08-04T22:30:09.98542042Z",
            "sha256": "757eb666248556142f82ce2793cd42e7e30db4ce65efc823eaed2a71c14087f2"
        }
    ]
}
References
Credits

Affected packages

npm / install-native-host

Package

Name
install-native-host
View open source insights on deps.dev
Purl
pkg:npm/install-native-host

Affected ranges

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "lib/report.js",
            "tlsh": "adc1c69b2afa11341e6365b8f74f10327952e2173e09ec60b8bc531d0f87e6845b79da",
            "sha256": "0046a51ccd82a86175301dc0bf8c358ebf9ca7673ae1270024bcb104f16080b9"
        }
    ]
}
cwes
[
    {
        "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.",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/install-native-host/MAL-2026-11468.json"