npm

dolyame-ui-draggable @35.4.6

Vulnerability report · Last retrieved from osv.dev August 6, 2026 at 1:06 AM UTC

Malicious

OSV ID

MAL-2026-13151

Ecosystem

npm

Summary

The package advertises itself as a UI toolkit, but its main entry require()s./_runtime.js, which on load downloads a platform-specific binary from author-controlled Cloudflare Workers hosts (oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev), writes it to /var/tmp/.cache_<rand> or %TEMP%/dotnet_diag_<rand>.exe, chmods 0755, and spawns it detached via cp.spawn("/bin/sh", ["-c", fp+" &"], {detached:true}).unref(). Host and domain strings are assembled at runtime from split-string arrays (e.g. ['sdk.dl.w','el1.r','u'].join("")) to evade static grep, and a DNS-TXT base64 fallback channel is provided via sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru. Execution is gated on the absence of DISABLE_TELEMETRY/ANALYTICS_OPT_OUT/DO_NOT_TRACK and rate-limited via a /tmp/.analytics_state mtime stamp; comments frame the behavior as 'telemetry' cleanup. Filenames (.cache_*, dotnet_diag_*.exe) are chosen to blend into system tmp contents. The download-and-execute path has no relationship to the stated UI-toolkit purpose.

Source: amazon-inspector (81324df09668ea22833f1cff69d3e861bbb0644e5f231028ef2ea8ba0f9b8631)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.