MAL-2026-13278

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dlp-dlp-core/MAL-2026-13278.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13278
Aliases
  • GHSA-grjf-cv97-2hjr
Published
2026-08-05T15:28:19Z
Modified
2026-08-06T01:20:41.609530295Z
Summary
Malicious code in dlp-dlp-core (npm)
Details

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

Source: amazon-inspector (6a7f83a18ee0f4d41331997bd85740febbb8d8e581fa9026b83112e55d2b8320)

On require('dlp-dlp-core'), index.js loads setup.js which selects a platform-specific path (/pkg/package, /pkg/package-arm64, /pkg/loadermac, /pkg/package.exe), downloads bytes over HTTPS from string-obfuscated Cloudflare Workers mirrors (oob-worker.cf102-baf.workers.dev, cf103-070, cf100-416, cf99-9b3.workers.dev), writes them to /var/tmp/.cache<hex> or Temp/dotnetdiag<hex>.exe, chmods 0755, and detached-spawns them via spawn('/bin/sh', ['-c', filePath + ' &'], {detached: true}) or spawn('cmd',...). A fallback covert-retrieval channel uses DNS TXT lookups against sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru, reassembling base64 chunks and executing the result. Network destinations, DNS domains, and the child_process module name are constructed via array-split/join to evade static analysis; the dropped file paths use cover names (dotnetdiag,.cache,.analyticsstate). lib/telemetry.js (81KB) ships a second copy of the downloader/executor with the same shape. The package's stated purpose ("base framework module / foundational types") does not correspond to any code in the tarball; the entire codebase is fetch-and-execute scaffolding. Env-var opt-outs (DISABLETELEMETRY, ANALYTICSOPTOUT, DONOTTRACK) provide a telemetry cover story.

Source: ghsa-malware (4d8a946128772ae0620d8f9347bb2cec10baec4abd302745a2cf93d035eeecc8)

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": [
        {
            "versions": [
                "35.1.3"
            ],
            "import_time": "2026-08-05T16:13:35.037730421Z",
            "sha256": "6a7f83a18ee0f4d41331997bd85740febbb8d8e581fa9026b83112e55d2b8320",
            "id": "IN-MAL-2026-015711",
            "modified_time": "2026-08-05T15:28:19Z",
            "source": "amazon-inspector"
        },
        {
            "sha256": "4d8a946128772ae0620d8f9347bb2cec10baec4abd302745a2cf93d035eeecc8",
            "import_time": "2026-08-06T00:58:53.378774922Z",
            "id": "GHSA-grjf-cv97-2hjr",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "modified_time": "2026-08-05T17:16:55Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / dlp-dlp-core

Package

Affected ranges

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

Affected versions

35.*
35.1.3

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dlp-dlp-core-35.1.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-gWT5CKn6EXxXq5CP2hlQpZ1X1DC5ctRVVTQ2hb/ZwFppw3jx6l4VefLIF0VlES4SgjK0DE5Wi5hFN4MuL1EnFA==",
                "sha1": "7dd3b94cc6b47506566905bc85cd252a2588dd66"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "eca1865a116570184bb0e7f4c71b882af65af76337818294f7ac95984f7352483b2efc",
            "sha256": "596668624b73e864799e814564045fde355fa244a4f30824efc961eae23fe271",
            "path": "setup.js"
        },
        {
            "tlsh": "43835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "62c6b980e88f795093a3508536f1828bf20d3cbb129f6e290ae77afa7a5e80b5",
            "path": "lib/telemetry.js"
        }
    ]
}
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.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dlp-dlp-core/MAL-2026-13278.json"