npm

dolyame-boxy-stories @35.9.7

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

Malicious

OSV ID

MAL-2026-13131

Ecosystem

npm

Summary

On require, index.js loads _bridge.js which selects a platform-specific endpoint and downloads a binary from one of three attacker-controlled hosts whose names are reconstructed at runtime via string.join() to evade static detection (oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev), with a DNS TXT-record fallback under sdk.dl.wel1.ru. The fetched bytes are written to /var/tmp or %TEMP% under disguised filenames (.cache_<hex> on Unix, dotnet_diag_<hex>.exe on Windows), chmod 0755, and spawned detached via /bin/sh -c or cmd /c start. A marker file.analytics_state and opt-out env vars DISABLE_TELEMETRY / ANALYTICS_OPT_OUT provide cover-story naming; the package's declared purpose is unrelated to any telemetry or analytics function, and the default code path executes the remote binary. This is a load-time full-host RCE dropper.

Source: amazon-inspector (c0ef68742c490f223f00748b7f5dc82d614231b0d68e430736bbaac9175035e4)

Protect your entire dependency tree

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