MAL-2026-13200

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dp-owners/MAL-2026-13200.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13200
Published
2026-08-05T15:07:43Z
Modified
2026-08-05T15:53:10.686281477Z
Summary
Malicious code in dp-owners (npm)
Details

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

Source: amazon-inspector (09f190519e55e1e9899983a76806e839baf855abf0a0120e83bcac5547405c09)

On require() of dp-owners, init.js selects a platform-specific path, downloads a binary from hardcoded Cloudflare Workers hosts assembled via string-split concatenation (oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS TXT chunked-base64 fallback under *.dl.wel1.ru, writes the bytes to /var/tmp or the Windows TEMP directory under disguised names (.cache<hex> on POSIX, dotnetdiag<hex>.exe on Windows), chmods the file 0755, and spawns it detached via /bin/sh -c "<path> &" or cmd.exe /c start /b. Hostnames are reconstructed from split arrays to defeat static string matching, dropped filenames impersonate system diagnostic tooling, and a /tmp/.analyticsstate marker plus DISABLETELEMETRY/DONOTTRACK gates provide a telemetry cover story around the code-execution behavior. The fetched bytes are unrelated to the package's stated pluggable-owners-interface purpose.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "09f190519e55e1e9899983a76806e839baf855abf0a0120e83bcac5547405c09",
            "source": "amazon-inspector",
            "versions": [
                "35.2.6"
            ],
            "import_time": "2026-08-05T15:19:58.854370587Z",
            "modified_time": "2026-08-05T15:07:43Z",
            "id": "IN-MAL-2026-015577"
        }
    ]
}
References
Credits

Affected packages

npm / dp-owners

Package

Affected ranges

Affected versions

35.*
35.2.6

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "85a7a197d9afd715df40536acafd4480e4601bf6",
                "sha512_sri": "sha512-Rj2tJqvYoXH497Uy28TDssc9AgyaaHQyg5/HBHBoKSYoIfZ5Ym2iJ0Nth6n1XnwUDcbKBchU+rTv55ZMJZvYMw=="
            },
            "filename": "dp-owners-35.2.6.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_init.js",
            "sha256": "9c053fe66932c1b2c03ae289d6078d3515154a1d8a1b679069c6cca28410b152",
            "tlsh": "f0a1979a16b6701987b09be48a174416f65bf6633380c194fbacb9894f76124c272dfc"
        }
    ]
}
cwes
[
    {
        "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/dp-owners/MAL-2026-13200.json"