MAL-2026-14244

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/gemini-cli-a2a-server/MAL-2026-14244.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14244
Published
2026-08-19T03:50:19Z
Modified
2026-08-19T04:30:10.948638602Z
Summary
Malicious code in gemini-cli-a2a-server (npm)
Details

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

Source: amazon-inspector (5eb13d8d28e4c8363ceabe294b988cd42a82f1875af3f2a30310232154664afd)

On npm install, the package's postinstall script collects host identifiers (os.hostname(), platform, arch, Node version, and package/lifecycle metadata) and POSTs them via https.request to the hardcoded endpoint https://onpx9s3x.instances.poc.jchunt.top/gemini-cli-a2a-server. The package name mimics a private Google Gemini CLI a2a-server component, and a source.txt reference in the tarball points at that internal package — consistent with a dependency-confusion probe that pings out from any environment that inadvertently resolves this public name instead of the intended private one.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T04:18:13.537656108Z",
            "sha256": "5eb13d8d28e4c8363ceabe294b988cd42a82f1875af3f2a30310232154664afd",
            "modified_time": "2026-08-19T03:50:19Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018341",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / gemini-cli-a2a-server

Package

Name
gemini-cli-a2a-server
View open source insights on deps.dev
Purl
pkg:npm/gemini-cli-a2a-server

Affected ranges

Affected versions

1.*
1.0.0

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/gemini-cli-a2a-server/MAL-2026-14244.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "3d8b7dcf3e691ef3f2c2080cc355887469df588cdc8e8ed8c4900c4739a08de2",
            "path": "postinstall.js",
            "tlsh": "500123c5e1b9563667b8528078f1af0693bbf223370220b67ac444e93f8d1f6003219d"
        }
    ],
    "package_integrity": [
        {
            "filename": "gemini-cli-a2a-server-1.0.0.tgz",
            "hashes": {
                "sha1": "eaac6b86b4fe6bc458c7518b86cc7c46fa40509f",
                "sha512_sri": "sha512-nV+ktH00bzrxk31+S4DKA/50Lj7Av1L7zwS5zHIwe5D73g3FwomdcsZH2NaF58R01U2WzsOgNHlUw59vxZjMMQ=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]