npm

delivery-ci-codeceptjs-fork @35.4.5

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 12:14 AM UTC

Malicious

OSV ID

MAL-2026-13499

Ecosystem

npm

Summary

On require of the package's main entry, _runtime.js reconstructs attacker-controlled hostnames via Array.join string-splitting (oob-worker.cf101-adf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf100-416.workers.dev) and downloads a platform-specific binary over HTTPS. The fetched bytes are written to /tmp or %TEMP% under disguised names (.cache_<rand> on POSIX, dotnet_diag_<rand>.exe on Windows), chmod'd 755, and spawned detached via spawn('/bin/sh', ['-c', path+' &'], {detached:true}) or cmd.exe /c start /b. A DNS-TXT covert-channel fallback reassembles base64-encoded payload bytes from chunked TXT records under *.dl.wel1.ru (also string-split as ['sdk.','dl.','wel','1.r','u'].join('')). A second copy of the dropper machinery is bundled in lib/telemetry.js, framed as an 'Analytics SDK', with the same require('child_'+'process') / fs['chmod'+'Sync'](...,0o755) / detached-shell-spawn primitives and base64 chunk assembly. Hostname obfuscation, opaque unverified payload, disguised staging paths mimicking legitimate diagnostics binaries, and detached execution together establish install/load-time remote code execution against any installer that imports the package.

Source: amazon-inspector (5b04b71321d5c862e9bf8510e16b31cb4a78df5f06cd9c773265f7de475ebd06)

Protect your entire dependency tree

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