MAL-2026-14186

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/pump-segments-sdk/MAL-2026-14186.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14186
Published
2026-08-18T23:56:38Z
Modified
2026-08-19T00:30:14.777106191Z
Summary
Malicious code in pump-segments-sdk (npm)
Details

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

Source: amazon-inspector (838470d6049e677964786698e4a7a5dca5897ce2623d54a4c3e84510381e74e5)

package.json declares a postinstall hook that runs index.js on install. The script collects the installer's hostname, full process.env, platform info, output of whoami/uname/id/ps aux, cwd, package.json, node_modules listing, /etc/passwd, /etc/shadow, ~/.npmrc, and ~/.npm/_logs, and POSTs the collected data over plain HTTP to a hardcoded oastify.com (Burp Collaborator) subdomain. The package presents itself as a netbsd-x64 esbuild build, which does not match the observed behavior. The read of ~/.npmrc exposes any npm auth tokens present on the installer host, and /etc/shadow read attempts to exfiltrate local password hashes.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T00:21:11.412170018Z",
            "sha256": "838470d6049e677964786698e4a7a5dca5897ce2623d54a4c3e84510381e74e5",
            "modified_time": "2026-08-18T23:56:38Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018233",
            "versions": [
                "20.1.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / pump-segments-sdk

Package

Affected ranges

Affected versions

20.*
20.1.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/pump-segments-sdk/MAL-2026-14186.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "f43f439cf39e626e43dfae4d5a716099d040b9197264c12d761860c772116e7a",
            "tlsh": "db6110e485b9023136b3d1e111570003bdb6d1733216eef076cc8a992f5bb2852b79ec",
            "path": "index.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "pump-segments-sdk-20.1.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-h6c9bawnPnB/n4Cgbuj6QToGL6do7xJrL2v1I6BeAQr8cxnsoUFG2sXc9dJfilB1cedLAgvMot8Ck4Wdkj9jyw==",
                "sha1": "268088ccf39e6d8ed4ab240c90aacd17b3fa98e8"
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]