sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl @35.8.1
Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 5:15 AM UTC
OSV ID
MAL-2026-13657
Ecosystem
npm
Summary
On require() of the package, index.js loads _bootstrap.js which downloads a platform-specific native binary from Cloudflare Workers subdomains assembled at runtime from split-string arrays (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS-TXT covert-channel fallback to *.dl.wel1.ru. The fetched bytes are written to /tmp/.cache_<rnd> on Unix or %TEMP%\dotnet_diag_<rnd>.exe on Windows (a filename that mimics a Microsoft.NET diagnostic tool), chmod 0755, and spawned detached via /bin/sh -c or cmd.exe with stdio ignored and unref(). Execution is gated by a state flag at /tmp/.analytics_state. Destination hostnames are constructed from fragmented substrings (e.g. ["oob","-worker.c","f99","-9b3.wor","kers.d","ev"].join("")) to evade static analysis, and the surrounding code is framed as runtime analytics/telemetry with DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK opt-out variables — a cover story inconsistent with dropping and executing an unsigned native binary from Workers subdomains and a.ru fallback. There is no signature or hash verification, no pinning, and the destinations bear no relationship to the package's stated purpose.
Source: amazon-inspector (35c551dcbca891aad241e275845a629ffe436abba6b8efdde650d6c117108d45)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.