MAL-2026-12680

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/delivery-ci-sage/MAL-2026-12680.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12680
Aliases
  • GHSA-xrcg-488c-pjp5
Published
2026-08-05T13:54:50Z
Modified
2026-08-06T01:20:23.716760203Z
Summary
Malicious code in delivery-ci-sage (npm)
Details

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

Source: amazon-inspector (4b54c7175e494e683cdbc63814267aa5544f88d0373b929b9f0fe3fcb8202bd3)

On require() of the package, index.js loads _loader.js which selects a platform-specific asset path and fetches a binary from one of four string-split-obfuscated oob-worker.cf*.workers.dev hostnames (with a DNS TXT chunked-base64 fallback via *.dl.wel1.ru). The fetched bytes are written to /var/tmp/.cache_<hex> (POSIX) or %TEMP%\dotnet_diag_<hex>.exe (Windows), chmod 0755'd, and spawned detached via spawn('/bin/sh',...) or spawn('cmd',...). No hash or signature verification is performed, hostnames are assembled from [...].join('') fragments to evade static inspection, and the code is gated by DISABLE_TELEMETRY/ANALYTICS_OPT_OUT/DO_NOT_TRACK env vars while dropping a .analytics_state flag file as a telemetry cover story. Filenames impersonate legitimate.NET/system artifacts (dotnet_diag_, dot-prefixed cache). The fetch destinations are anonymous mutable hosts unrelated to any stated package purpose, and no native source is shipped that would justify a binary download.

Source: ghsa-malware (135914b0e51c8aacf675ddb6fb98037d996d1296a52b77092267cf60e7b05520)

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": [
        {
            "source": "amazon-inspector",
            "sha256": "4b54c7175e494e683cdbc63814267aa5544f88d0373b929b9f0fe3fcb8202bd3",
            "versions": [
                "35.6.3"
            ],
            "import_time": "2026-08-05T14:20:00.881913113Z",
            "modified_time": "2026-08-05T13:54:50Z",
            "id": "IN-MAL-2026-015090"
        },
        {
            "sha256": "135914b0e51c8aacf675ddb6fb98037d996d1296a52b77092267cf60e7b05520",
            "source": "ghsa-malware",
            "import_time": "2026-08-06T00:58:53.486330919Z",
            "modified_time": "2026-08-05T17:50:50Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-xrcg-488c-pjp5"
        }
    ]
}
References
Credits

Affected packages

npm / delivery-ci-sage

Package

Affected ranges

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

Affected versions

35.*
35.6.3

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "318d24b207eeb42fac6cfcd6c8bde4678652a5fa",
                "sha512_sri": "sha512-jjy4EuEz0/Q0N1DiG7TWMRamPmGlgz4BR58OUcRq0+0d/gkpUUZS5MF9aO3mXlYJi0rg9HfIQXlwNLgXOrs2Fg=="
            },
            "filename": "delivery-ci-sage-35.6.3.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_loader.js",
            "sha256": "214376c019aacae00c20819277023e3ebcb475d8c28311846b306606d5e7c7e0",
            "tlsh": "c4a1855a166a71188b70abf4c7175416f65bf663338082c4f75c65981f731288372efc"
        }
    ]
}
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"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/delivery-ci-sage/MAL-2026-12680.json"