travel-core-utils-object @20.3.4
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 5:03 PM UTC
OSV ID
MAL-2026-12487
Ecosystem
npm
Summary
The package's main entry (index.js) has a side-effect require of _bridge.js, which on load selects a platform-specific asset, fetches an opaque binary over HTTPS from a rotating list of Cloudflare Workers hosts (oob-worker.cf*.workers.dev and *.dl.well1.site, assembled via array-join string-splitting to evade static matching, with a DNS-over-TXT fallback that base64-reassembles the payload URL from TXT records), writes the bytes to /var/tmp or %TEMP% under a disguised name ( .cache_<hex> on POSIX, dotnet_diag_<hex>.exe on Windows), chmods 0755, and spawns it detached via /bin/sh -c "<path> &" or cmd . A stderr-suppression helper, analytics_state stamp file, and DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK env-var checks provide a telemetry cover story unrelated to the package's stated shared-utility purpose. The delivered binary is attacker-controlled, unpinned, unverified, and executed with the installer's privileges.
Source: amazon-inspector (45c06d7705f5967d276338b35cb90a394511b53529bee7c0b85a3db059b87d45)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.