MAL-2026-13395

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@activepieces/piece-google-contacts/MAL-2026-13395.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13395
Published
2026-08-06T12:57:14Z
Modified
2026-08-06T14:34:55Z
Summary
Malicious code in @activepieces/piece-google-contacts (npm)
Details

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

Source: amazon-inspector (8e200ba4f9d11d42636dbbd1fa698843321af8b0bd23ff63493c0ce94891a5cb)

src/index.js imports child_process and issues POST requests alongside a ping command invocation (lines 25, 38, 49). The co-occurrence of child_process shell execution with hardcoded network POST endpoints and a system ping in a package presenting itself as a Google Contacts integration piece is inconsistent with the declared purpose (an OAuth-based Google Contacts API client would not need to spawn shell processes or ping remote hosts). The pattern matches host reconnaissance and outbound beaconing shape rather than legitimate Google People API interaction.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-016275",
            "import_time": "2026-08-06T13:09:09.395323427Z",
            "modified_time": "2026-08-06T12:57:14Z",
            "sha256": "8e200ba4f9d11d42636dbbd1fa698843321af8b0bd23ff63493c0ce94891a5cb",
            "source": "amazon-inspector",
            "versions": [
                "0.4.8"
            ]
        },
        {
            "id": "IN-MAL-2026-016384",
            "import_time": "2026-08-06T14:19:46.355702042Z",
            "modified_time": "2026-08-06T13:18:12Z",
            "sha256": "b19691f6094102fb6f6acad50d480ac958522c1ed8f654e8b57571e74808114f",
            "source": "amazon-inspector",
            "versions": [
                "0.4.7"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @activepieces/piece-google-contacts

Package

Name
@activepieces/piece-google-contacts
View open source insights on deps.dev
Purl
pkg:npm/%40activepieces/piece-google-contacts

Affected ranges

Affected versions

0.*
0.4.7
0.4.8

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": "src/index.js",
            "sha256": "3a1873161e107535155c1f5038ec1e4f3468f10e9504e6710a5bb9c328d26468",
            "tlsh": "33b45c85b3e2b07283e761e0e02f4506f3799954845c4074fba4d9eb28f948e96bbf35"
        }
    ],
    "package_integrity": [
        {
            "filename": "piece-google-contacts-0.4.8.tgz",
            "hashes": {
                "sha1": "7b70e70585f90ff777129f5dfb623a91f7bf9fd5",
                "sha512_sri": "sha512-ru5Av6vaQ/zxheehUDbdEqxh2o+hitQwaxagoViM5OiMmBjbBx4ZqsTD7MrJkAh9ovYLyrsoZZPDhmgSSzRHww=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@activepieces/piece-google-contacts/MAL-2026-13395.json"