MAL-2026-5723

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@ci-lifecycle-test/postinstall-ping/MAL-2026-5723.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5723
Aliases
  • GHSA-q86v-7cxj-6979
Published
2026-06-13T02:10:32Z
Modified
2026-07-27T10:08:07Z
Summary
Malicious code in @ci-lifecycle-test/postinstall-ping (npm)
Details

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

Source: amazon-inspector (75c160ad40a237c1e682c696ebd0aec2861ca072f47bd5b725bc80f7f95ed509)

The package's postinstall lifecycle script (postinstall.js) executes automatically on npm install and POSTs the JSON-serialized contents of the entire process.env to https://eoarlb39lor5s7x.m.pipedream.net. The fetch is wired with .catch(() => {}) so the exfiltration fails silently and produces no installer-visible error. On CI runners and developer machines, process.env routinely holds high-value secrets (GITHUB_TOKEN, NPM_TOKEN, AWS_ACCESS_KEY_ID/SECRET_ACCESS_KEY, CI provider tokens, arbitrary deploy credentials), all of which are shipped to the attacker-controlled Pipedream webhook in a single bulk dump. There is no license-check, telemetry-disclosure, or other legitimate reason to enumerate the entire environment; the indiscriminate serialization combined with a third-party webhook destination is the canonical install-time credential-harvest shape.

Source: ghsa-malware (7bd6753736669af267689cca251d940e02064857c4f134c184b27464f3220aef)

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": [
        {
            "id": "IN-MAL-2026-006274",
            "import_time": "2026-06-13T02:23:23.363417093Z",
            "modified_time": "2026-06-13T02:10:33Z",
            "sha256": "47c5e4ee38e9d87c1968c83d8998cb9832d2e72445558ac35217671f1f61d64b",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "IN-MAL-2026-006273",
            "import_time": "2026-06-13T02:23:23.251089716Z",
            "modified_time": "2026-06-13T02:10:32Z",
            "sha256": "75c160ad40a237c1e682c696ebd0aec2861ca072f47bd5b725bc80f7f95ed509",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "GHSA-q86v-7cxj-6979",
            "import_time": "2026-07-27T09:43:03.83300936Z",
            "modified_time": "2026-07-27T02:40:52Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "7bd6753736669af267689cca251d940e02064857c4f134c184b27464f3220aef",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / @ci-lifecycle-test/postinstall-ping

Package

Name
@ci-lifecycle-test/postinstall-ping
View open source insights on deps.dev
Purl
pkg:npm/%40ci-lifecycle-test/postinstall-ping

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.0.0

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
{
    "domains": [
        "eoarlb39lor5s7x.m.pipedream.net"
    ],
    "evidence_files": [
        {
            "path": "postinstall.js",
            "sha256": "dad59be901002b66c9c41859bbccaf0c8c123707b28b67620f89db9af30bff3a",
            "tlsh": "e3c02b6f110f46001d91d78430b0070dc3138b038bc25ce803e044c43f8da78041a0fc"
        }
    ],
    "ips": [
        "10.1.0.2",
        "54.164.250.243",
        "104.16.0.34"
    ],
    "package_integrity": [
        {
            "filename": "postinstall-ping-1.0.0.tgz",
            "hashes": {
                "sha1": "8af802df25614422c3dcc1a94f7e6db260e8e04e",
                "sha512_sri": "sha512-9YeAUD2R5/KnxUN4MW340/q4dSb0P/CQ4LTYW9R3/v2Ad2DwEsZpPMx5xC4ROlzZtN7q5kk/G+AIEw0F46eHPg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@ci-lifecycle-test/postinstall-ping/MAL-2026-5723.json"