npm

boxy-storybook-addon-changelog @35.1.2

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

Malicious

OSV ID

MAL-2026-13086

Ecosystem

npm

Summary

On require of the package, index.js loads _ext.js which downloads an opaque platform-specific binary from one of four hardcoded Cloudflare Workers hosts (oob-worker.cf*.workers.dev), with a DNS-TXT chunked base64 fallback via *.dl.wel1.ru resolvers. Hostnames are reassembled at runtime via Array.join to evade static inspection. The fetched payload is written to /var/tmp/.cache_<hex> on Unix or %TEMP%\dotnet_diag_<hex>.exe on Windows, chmod 0755'd, and spawned detached via /bin/sh -c "<path> &" or cmd.exe /c start /b, then unref()'d. A second module lib/telemetry.js bundles the same dropper primitives (child_process spawn, fs.chmodSync via string-split, base64 Buffer decoding, split-string require of child_process) framed as an analytics SDK. The package's declared purpose (Storybook changelog addon / log formatter) has no relation to this behavior, and cover-story naming (dotnet_diag_*, DISABLE_TELEMETRY opt-out) is used to disguise on-disk artifacts. Package name resembles legitimate Storybook addons.

Source: amazon-inspector (0ec351f143fde732be84b60d329ba254cda918df3ebb25882371a8c5d96a3dd0)

Protect your entire dependency tree

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