MAL-2026-11467

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/iac-scanner/MAL-2026-11467.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11467
Aliases
  • GHSA-69pc-2883-mff3
Published
2026-07-31T21:51:11Z
Modified
2026-08-04T23:05:11.059718649Z
Summary
Malicious code in iac-scanner (npm)
Details

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

Source: amazon-inspector (f90ccff89d665d28ad35ad8c285427a56af2c0d5862b432a7de604a99a0358d9)

lib/report.js imports child_process, fs, https, and os, collects host identity via os.hostname() and os.userInfo(), executes local commands via execSync(), and reads local files via fs.readFileSync() (lines 20, 31, 72, 160, 168). The collected data is sent via https.request() POST to a hardcoded webhook URL under hooks.zapier.com (line 12/118/121). The destination is an author-controlled Zapier ingestion endpoint rather than any documented scanning backend, and the payload combines system reconnaissance with contents read from the installer's filesystem.

Source: ghsa-malware (64524c7a0044805e503f398bf4e7f890b40bc3225a8c7576cc71ec9c8a94e378)

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",
            "import_time": "2026-08-02T22:41:04.801719Z",
            "sha256": "64524c7a0044805e503f398bf4e7f890b40bc3225a8c7576cc71ec9c8a94e378",
            "modified_time": "2026-07-31T21:51:11Z",
            "id": "GHSA-69pc-2883-mff3",
            "versions": [
                "1.0.0",
                "0.0.2"
            ]
        },
        {
            "import_time": "2026-08-04T22:30:10.867461208Z",
            "modified_time": "2026-08-04T22:04:46Z",
            "sha256": "f90ccff89d665d28ad35ad8c285427a56af2c0d5862b432a7de604a99a0358d9",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-011322",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / iac-scanner

Package

Affected ranges

Affected versions

0.*
0.0.2
1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/iac-scanner/MAL-2026-11467.json"
indicators
{
    "evidence_files": [
        {
            "tlsh": "adc1c69b2afa11341e6365b8f74f10327952e2173e09ec60b8bc531d0f87e6845b79da",
            "sha256": "0046a51ccd82a86175301dc0bf8c358ebf9ca7673ae1270024bcb104f16080b9",
            "path": "lib/report.js"
        }
    ]
}
cwes
[
    {
        "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",
        "description": "The product contains code that appears to be malicious in nature."
    }
]