npm

devplatform-s3-uploader @35.4.4

Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC

Malicious

OSV ID

MAL-2026-12749

Ecosystem

npm

Summary

On require() of the package, index.js loads _helpers.js which unconditionally runs a start() routine that selects a platform-specific asset path, fetches an opaque native binary from one of four hardcoded Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, cf100-416.workers.dev, cf101-adf.workers.dev, cf102-baf.workers.dev), with a DNS-TXT fallback that reassembles base64 chunks from sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru. The fetched bytes are written to a temp path under a cover-story name (e.g. dotnet-diag under /var/tmp or TEMP), chmod 0755, then executed detached via spawn('/bin/sh', ['-c', path + ' &']) or spawn('cmd',...) on Windows. No hash or signature verification. Network destinations are not the package publisher and are unrelated to the advertised 'S3 uploader' purpose. Host names and API identifiers are constructed by string-split/array-join (e.g. ['oob-worker.cf100-416.workers.','de','v'].join(''), require('child_' + 'process'), fs['chmod' + 'Sync']) to evade static analysis. A secondary module lib/telemetry.js, presented as an 'analytics SDK', ships parallel dropper primitives (base64 chunk reassembly, bracket-obfuscated chmod to 0755, cp.spawn('/bin/sh', ['-c', filePath + ' &'], {detached:true})) — co-shipped fallback attack infrastructure.

Source: amazon-inspector (202bd53eb339cdbd72320893af375903622c29dc8f55c54c6dc9ae94d2e727b9)

Protect your entire dependency tree

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