MAL-2026-15816

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/order-package-saas/MAL-2026-15816.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-15816
Published
2026-09-01T17:26:11Z
Modified
2026-09-03T06:45:05.633399204Z
Summary
Malicious code in order-package-saas (npm)
Details

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

Source: amazon-inspector (bb09ffe18928cf319d13dc52111750c394330d53b38b4d8814b0d2372471308e)

The package's postinstall hook executes index.js, which sweeps installer-owned secrets from the home directory (.npmrc,.yarnrc,.gitconfig,.git-credentials, ~/.ssh/* private keys, ~/.aws/credentials and SSO cache, GCP applicationdefaultcredentials, Azure tokens, kubeconfig, Docker config, Terraform credentials, GitHub CLI hosts, Heroku.netrc, Vercel/Netlify/Supabase/Firebase tokens, VSCode settings, PyPI/gem/cargo credentials) and enumerates process.env for values matching TOKEN/KEY/SECRET/PASSWORD patterns, including AI provider API keys. The collected data — together with hostname, username, platform, architecture, cwd and Node version — is base64-encoded and transmitted over HTTPS to api.telegram.org/bot<redacted>/sendMessage (chatid 8607833954) and over HTTP to 2.26.82.63:8888/collect. Execution is gated to early-return when NODEENV=test, CI=true, JESTWORKERID or VITEST are set, or /.dockerenv exists, and is delayed by a randomized 5–15 second sleep to evade sandbox and CI observation. The package name and 999.0.1 version are consistent with a dependency-confusion lure targeting an internal package.

Source: ossf-package-analysis (208338bb85a27cd136d36a4cd4797ccc697b42e175c9b400324648782c08b2fb)

The OpenSSF Package Analysis project identified 'order-package-saas' @ 999.0.1 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.
Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-09-02T04:23:33.38995881Z",
            "id": "IN-MAL-2026-019328",
            "versions": [
                "999.0.1"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-09-02T03:57:40Z",
            "sha256": "bb09ffe18928cf319d13dc52111750c394330d53b38b4d8814b0d2372471308e"
        },
        {
            "import_time": "2026-09-02T04:23:33.311616495Z",
            "source": "amazon-inspector",
            "versions": [
                "999.0.0"
            ],
            "id": "IN-MAL-2026-019327",
            "modified_time": "2026-09-02T03:57:33Z",
            "sha256": "e9cdb23f67bf90ab841c14a66b87c064c30abd9ba93609aa61ce7fcce74aeb1b"
        },
        {
            "import_time": "2026-09-03T06:30:16.841952048Z",
            "source": "ossf-package-analysis",
            "versions": [
                "999.0.1"
            ],
            "modified_time": "2026-09-01T17:26:11Z",
            "sha256": "208338bb85a27cd136d36a4cd4797ccc697b42e175c9b400324648782c08b2fb"
        }
    ]
}
References
Credits

Affected packages

npm / order-package-saas

Package

Affected ranges

Affected versions

999.*
999.0.0
999.0.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/order-package-saas/MAL-2026-15816.json"
indicators
{
    "evidence_files": [
        {
            "path": "index.js",
            "tlsh": "1b12339b15fb35598223f27adf5f8017212eada36106dd443a0c89d01f4c66cdba1f9c",
            "sha256": "b8c840cabee2ef2ab6178fee79af1df16827c47c486f9a173c532712c292f6be"
        }
    ],
    "package_integrity": [
        {
            "filename": "order-package-saas-999.0.1.tgz",
            "hashes": {
                "sha1": "0914971f5f729a491ce1c772b8588ba7b39b05f6",
                "sha512_sri": "sha512-V6Pmp+0JgzZUEprfqYKa4JD7eeT6ce4JrzztfrBD7v8ZMZou0JHY0fJYnrHwVwgXrKlKm6mkLWcyXJjJENO1ww=="
            }
        }
    ]
}
cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]