dolyame-ui-storybook-menu @35.5.6
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 10:51 AM UTC
OSV ID
MAL-2026-13186
Ecosystem
npm
Summary
The package's main entry index.js unconditionally requires _ext.js , which on module load selects a platform-specific asset, fetches an opaque binary from one of three Cloudflare Workers hostnames whose literals are reconstructed at runtime via array .join("") splitting (oob-worker.cf100-416.workers.dev and two siblings) with a DNS TXT fallback under *.dl.wel1.ru , writes the bytes to a temp path disguised as a system file ( .cache_<hex> on POSIX, dotnet_diag_<hex>.exe on Windows), chmod 0755 on POSIX, and spawns it detached via /bin/sh -c... & or cmd.exe /c start /b . A stamp file named .analytics_state and gating on DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK , plus a sibling lib/telemetry.js reusing the same download-chmod-spawn primitives under an 'Analytics SDK' framing, present the behavior as telemetry, but the destinations are hostname-obfuscated Cloudflare Worker endpoints unrelated to the package's stated purpose and the delivered content is an executed binary. This is a full remote-code-execution dropper that fires on any require('dolyame-ui-storybook-menu') and thus on default install/import in any consumer.
Source: amazon-inspector (f0df8669e15c61895263cb0fc334c38027fe01b749646c3d3f74baee35684cb1)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.