MAL-2026-13567

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-draghoc/MAL-2026-13567.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13567
Published
2026-08-07T12:25:05Z
Modified
2026-08-07T13:20:35.933251910Z
Summary
Malicious code in dolyame-ui-draghoc (npm)
Details

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

Source: amazon-inspector (9b2e12132d37505525293870b3a824831321d42adf75758e949b30139a002955)

On require(), index.js loads loader.js which selects a platform-specific asset path, fetches an unsigned binary over HTTPS from hostnames reassembled at runtime via array joins (oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev), writes it to a hidden temp file (/tmp/.cache<hex> on Unix, dotnetdiag<hex>.exe on Windows), chmods it 0755, and spawns it detached via /bin/sh -c or cmd.exe. A DNS-TXT covert-channel fallback under sdk.dl.wel1.ru concatenates numbered TXT records and base64-decodes them into the payload buffer to bypass HTTP-URL blocklists. A parallel dropper exists in lib/telemetry.js reachable from the package's main entry, using dynamic property access (fs['chmod'+'Sync'], require('child_'+'process')) as anti-analysis obfuscation and following the same fetch->chmod->detached spawn pattern. No signature or hash verification is performed on the downloaded binary. The package advertises itself as core infrastructure utilities but ships only a binary retriever.

Database specific
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-07T12:25:05Z",
            "source": "amazon-inspector",
            "sha256": "9b2e12132d37505525293870b3a824831321d42adf75758e949b30139a002955",
            "import_time": "2026-08-07T12:51:20.439919895Z",
            "id": "IN-MAL-2026-016972",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-draghoc

Package

Affected ranges

Affected versions

35.*
35.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-draghoc-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-V5oZyHIRGJXA6pGvs/5KuUJDuxpDWBHI3xzS+cqr6EsFDrey3YkcmurXu20Fsj7gAFsCo0Uam10ZHVNRFmZe2g==",
                "sha1": "8db023153be6a66881534ff4097ffae893279f20"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "efa1a55a16fa30180793e5d4891b4416719ff9433284d9c8fb4ca6988f96229c3b39fc",
            "sha256": "098fd23b610ee5358bdf1276da08725ba79cc6281c0291ceca2b46fa94f49690",
            "path": "_loader.js"
        },
        {
            "tlsh": "a473304966fb10214263b0685fbb40437635c4072a4aed5dba9c43ec9f8db3896f1fb9",
            "sha256": "88fe62217e6e518f7e608a9b629256de414ea83e397d45e33c2a7aef073337f9",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-draghoc/MAL-2026-13567.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]