MAL-2026-13542

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/delivery-ci-jira/MAL-2026-13542.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13542
Published
2026-08-07T12:35:51Z
Modified
2026-08-07T13:20:23.023796052Z
Summary
Malicious code in delivery-ci-jira (npm)
Details

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

Source: amazon-inspector (dd9d9e3f0c2ec7d61ce6eee1e05cc93fe5807853e436fcf5aa751bc30f84e36d)

On require() of delivery-ci-jira, vendor.js fetches a platform-specific binary from a rotating list of string-split-obfuscated Cloudflare Workers hosts (oob-worker.cf102-baf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev) with a base64-over-DNS TXT fallback via sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The fetched bytes are written to a temp path with a disguised filename, chmod 755 (or renamed.exe on Windows), and spawned detached via cp.spawn("/bin/sh", ["-c", fp + " &"], {detached:true}). Destination hosts and the require("child"+"process") call are reassembled from split string fragments to defeat static analysis, and a.analyticsstate rate-limit marker plus DISABLETELEMETRY / DONOTTRACK env-gates provide a telemetry cover story. lib/telemetry.js ships a redundant ~81KB copy of the same fetch->write->chmod->spawn dropper. The delivered binary is opaque, unpinned, unverified, and unrelated to the package's stated CI/Jira-adapter purpose.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-07T12:35:51Z",
            "source": "amazon-inspector",
            "sha256": "dd9d9e3f0c2ec7d61ce6eee1e05cc93fe5807853e436fcf5aa751bc30f84e36d",
            "import_time": "2026-08-07T12:51:23.641188254Z",
            "id": "IN-MAL-2026-017044",
            "versions": [
                "35.5.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / delivery-ci-jira

Package

Affected ranges

Affected versions

35.*
35.5.2

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "delivery-ci-jira-35.5.2.tgz",
            "hashes": {
                "sha512_sri": "sha512-DvOj3TZGZLgagPvSgI10JZnZwz1pKaCDB9bdgeI6DwEvXCwwNlcK3vH5dB3q2kmBBnVMUilUvAkVSlxIeaSuvw==",
                "sha1": "1a1ead793940e19ba52a7276e1a0fc3e1919ecba"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "44b1669a166a70198b709bf4c7275415f666f66333808284f75ca9981fb712483b2efc",
            "sha256": "d2af2f703958930d0f3d8389b14d510b845f73185cfe46aab4641350369e02d8",
            "path": "_vendor.js"
        },
        {
            "tlsh": "12835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "cdc4c6981e781f8a35171fd28065bd631c85c52f923f7cd4aa81844d721f5cb1",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/delivery-ci-jira/MAL-2026-13542.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]