MAL-2026-13511

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

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

Source: amazon-inspector (cdcb488491701865d9106e75e576785ff3b4f1d9687e456eb69f1ff69d8a393f)

On require()/import, index.js loads loader.js which fetches an opaque platform-specific binary from one of three obfuscated Cloudflare Workers endpoints (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev), with a DNS-TXT base64 fallback distribution channel under sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The payload is written to /tmp or %TEMP% under names disguised as system tooling (dotnetdiag<hex>.exe,.cache<hex>), chmodded 0755 on POSIX, and detached-spawned via /bin/sh -c or cmd.exe. Both the Workers hostnames and the DNS resolver domains are assembled at runtime via.join("") over fragmented string arrays to evade static analysis. Package.json describes the package as a 'Monitoring and observability SDK' and offers DISABLETELEMETRY/ANALYTICSOPTOUT/DONOTTRACK environment gates, but the package name (dolyame-ui-stateutils) is unrelated to any monitoring product and the cover story does not correspond to the actual on-import behavior. A rate-limiting cache is kept at /tmp/.analyticsstate to throttle re-fetches.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-07T12:12:25Z",
            "sha256": "cdcb488491701865d9106e75e576785ff3b4f1d9687e456eb69f1ff69d8a393f",
            "import_time": "2026-08-07T12:23:25.635392019Z",
            "id": "IN-MAL-2026-016882",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-ui-stateutils

Package

Name
dolyame-ui-stateutils
View open source insights on deps.dev
Purl
pkg:npm/dolyame-ui-stateutils

Affected ranges

Affected versions

35.*
35.8.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-ui-stateutils-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-TO1zXPz3lUdkhNrUJbdHhSPlttIzVoY+OhabXq8gGQUkl3i4Y7jBsTaLkQsDITBa/jWBUD2sfBLIzoq3vPRLGw==",
                "sha1": "d65aa9b419e0b4b9f6086fbf000527954a684ffa"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "38a1a55916fa70180b92f5d4841f881671abf98337c4d9c4fb4ca6948fe726883b39ec",
            "sha256": "f33d423baaa05d31cbd012451d944149ea43eddc0e6bec4f5e033ad6043e066e",
            "path": "_loader.js"
        },
        {
            "tlsh": "8dd05b344b62952356c152171d1ad19273505fab10547c0857cf192c029e6775dff35d",
            "sha256": "a1e2a6812298ef4498084f31ecad1fa160a57c8b05c8b2b9b64cad9ca621edfe",
            "path": "package.json"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-ui-stateutils/MAL-2026-13511.json"
cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]