MAL-2026-11465

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/hazmat-cfr/MAL-2026-11465.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11465
Aliases
  • GHSA-g8cx-prcq-676p
Published
2026-07-31T21:53:52Z
Modified
2026-08-04T23:05:09.806274574Z
Summary
Malicious code in hazmat-cfr (npm)
Details

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

Source: amazon-inspector (670ac0a193b6b9a6afb01457c68700468026e76943f07cdf100d2d85601be2b3)

lib/report.js reads local files (fs.readFileSync at lines 31 and 72), collects host and account identifiers via os.hostname() and os.userInfo() (lines 160, 168), and executes shell commands via child_process.execSync (line 20). The collected data is POSTed over HTTPS (https.request at line 118, POST at line 121) to a hardcoded webhook at https://hooks.zapier.com referenced at line 12. The destination is an author-controlled webhook endpoint that is not a documented service backend for this package, and the code path collects installer-side data (hostname, user info, filesystem contents, command output) and ships it off-host.

Source: ghsa-malware (1d2d599c1ab0aeeeee36cccef36e04b2e89220aa8078c379df1b9aef50f55aee)

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",
            "modified_time": "2026-07-31T21:53:52Z",
            "id": "GHSA-g8cx-prcq-676p",
            "import_time": "2026-08-02T22:41:04.979786Z",
            "sha256": "1d2d599c1ab0aeeeee36cccef36e04b2e89220aa8078c379df1b9aef50f55aee",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-04T21:41:42Z",
            "sha256": "670ac0a193b6b9a6afb01457c68700468026e76943f07cdf100d2d85601be2b3",
            "import_time": "2026-08-04T22:30:02.590736267Z",
            "id": "IN-MAL-2026-011163",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / hazmat-cfr

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

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