npm

dolyame-ui-accordion @35.2.6

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

Malicious

OSV ID

MAL-2026-13133

Ecosystem

npm

Summary

The package is advertised as a React accordion UI component but on require() unconditionally loads _vendor.js, which downloads a platform-specific binary from obfuscated Cloudflare workers.dev endpoints (with a DNS TXT-record base64 fallback via *.wel1.ru), writes it to /tmp or %TEMP% under disguised names (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe. Destination hostnames are assembled at runtime from split string fragments (e.g. ["oob-worker.cf99-9b3.workers",".dev"].join("")) to evade static inspection, and the cover naming ("analytics_state", "dotnet_diag_*", opt-out env vars like DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK) frames the flow as diagnostics. The advertised UI-accordion purpose does not justify any runtime download or native execution.

Source: amazon-inspector (9a72f168a8501a4518ddfc5cdda24be49bfa8effefbf72fa490bbaa57daa3637)

Protect your entire dependency tree

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