MAL-2026-13394

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

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

Source: amazon-inspector (acc3321f587f5a8efea8256aeb935a905df2da5f5a901cd8f7355a75e3832da3)

The package presents itself as an Activepieces connector for Google BigQuery but src/index.js combines require("child_process"), an OS reconnaissance command (ping), and multiple POST calls to an external endpoint at module load. This is the network-command-exfiltration + hardcoded-C2 shape rather than a BigQuery client: a legitimate BigQuery piece would call googleapis / @google-cloud/bigquery, not shell out and POST host data to an unrelated destination. Loading the module therefore executes attacker-controlled behavior against the installer's host with no relation to the advertised BigQuery functionality.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-06T12:57:30Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-016277",
            "import_time": "2026-08-06T13:09:09.603851971Z",
            "sha256": "697ef2a7cda3bcaad9ed5938e7b59f66c74a49bbeede863d21b530988bca2f13",
            "versions": [
                "0.0.6"
            ]
        },
        {
            "modified_time": "2026-08-06T13:17:48Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-016382",
            "import_time": "2026-08-06T14:19:46.243858508Z",
            "sha256": "acc3321f587f5a8efea8256aeb935a905df2da5f5a901cd8f7355a75e3832da3",
            "versions": [
                "0.0.5"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @activepieces/piece-google-bigquery

Package

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

Affected ranges

Affected versions

0.*
0.0.5
0.0.6

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "piece-google-bigquery-0.0.6.tgz",
            "hashes": {
                "sha512_sri": "sha512-wWxsYzW04l4t45E1kRCXwmXBPazz9SJ7I7fsGw363RgeoI8QT4Qt6XppB7eBbrRVsJ+0g4zDn1uczCgnwxvyKQ==",
                "sha1": "724d3dba52921c9db645b8ba478c2aa11d0381fd"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "eea45c86b3a1b47243e760e0e43f4507f3759858845c4074f798cdeb28a988aa6bff75",
            "sha256": "d38c7941d0bc5c6a60c781bbe47e528878fc871542c233ccddb387320393f0dc",
            "path": "src/index.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@activepieces/piece-google-bigquery/MAL-2026-13394.json"
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"
    }
]