platform-ui-codemods @20.6.7
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 4:00 AM UTC
OSV ID
MAL-2026-12041
Ecosystem
npm
Summary
On require() of the package, index.js loads./_compat.js whose top-level init() downloads a platform-specific binary from a set of Cloudflare Workers mirrors whose hostnames are assembled at runtime from split-string arrays joined with.join("") (e.g. oob-worker.cf1*.workers.dev), with a DNS-TXT covert-channel fallback that reconstructs a base64 payload from chunked TXT records under c.<domain>/<n>.<domain> at *.dl.well1.site (tin/tina/ldr/win subdomains). The fetched bytes are written to a hidden/decoy path ("/tmp/.cache_<hex>" on Unix, "%TEMP%\dotnet_diag_<hex>.exe" on Windows), chmod 0755, and spawned detached via /bin/sh -c or cmd.exe with a cooldown stamp file (".analytics_state") to avoid re-execution. Hostname obfuscation, decoy filenames, DNS-TXT egress fallback, and detached execution collectively indicate a staged remote-code-execution dropper that fires automatically on install/require of this package.
Source: amazon-inspector (1c72999be0ce122b904fcb710f5438a0d1718a3d121dd1377123c5d710aa9e27)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.