MAL-2026-13580

    Dashboard / Malicious Package / MAL-2026-13580

    MAL-2026-13580

    Published: 7 Aug 2026Last Modified: 7 Aug 2026

    Summary: Malicious code in dolyame-ui-inputphone (npm)

    Details: Source: amazon-inspector (b85087183768e1521c6facb6dc1f2fe1c838d7f57b8a6a8382bbcee4ac70d165) On require() of the package, index.js loads _runtime.js which downloads a platform-specific binary from a set of Cloudflare Workers endpoints (oob-worker.cf10x-*.workers.dev) with a DNS-TXT chunked fallback to sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. Host strings are reconstructed at runtime via array-join (e.g. ['sdk.dl.wel1','.ru'].join('')) to evade static scans, and API references are split (child_'+'process, 'chmod'+'Sync'). The fetched bytes are written to a temp path with a cover-story filename (.cache_*, dotnet_diag_*.exe), chmod 0755 on Unix, and executed detached via cp.spawn('/bin/sh',['-c', filePath+' &']) or spawn('cmd',...) on Windows. No hash or signature verification is performed and the destinations are unrelated to the declared publisher. The package's own main export lib/telemetry.js, presented as a Sentry-like analytics SDK, wraps the same download/write/chmod/spawn primitives — the telemetry facade is cover for the dropper.

    Affected packages

    Package

    Name: dolyame-ui-inputphone

    Purl: pkg:npm/dolyame-ui-inputphone

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    35.8.1
    MAL-2026-13580 | CVE-DB