OpenSSF/OSV advisory MAL-2026-12181 confirms this npm version as malicious. The package's main entry (index.js) unconditionally requires./setup.js on import. setup.js reconstructs Cloudflare Workers hostnames from string-fragment arrays at runtime (e.g. ["oob-worker.cf103-070",".workers",".dev"].join("")) targeting oob-worker.cf103-070.workers.dev, cf102-baf.workers.dev, cf99-9b3.workers.dev, and cf100-416.workers.dev, with a DNS-TXT base64 fallback channel over resolvers under...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in hubert-react-query (npm)
Details
The package's main entry (index.js) unconditionally requires./setup.js on import. setup.js reconstructs Cloudflare Workers hostnames from string-fragment arrays at runtime (e.g. ["oob-worker.cf103-070",".workers",".dev"].join("")) targeting oob-worker.cf103-070.workers.dev, cf102-baf.workers.dev, cf99-9b3.workers.dev, and cf100-416.workers.dev, with a DNS-TXT base64 fallback channel over resolvers under *.dl.well1.site. It downloads a platform-specific native binary via https.get, writes it to /var/tmp/.cache_<rand> on Unix or %TEMP%\dotnet_diag_<rand>.exe on Windows to disguise the file, chmods it 0755, and spawns it detached via /bin/sh -c or cmd, then unref()s the child so it survives the parent. Cover-story comments ('Shuffle endpoints', 'analytics_state', a DISABLE_TELEMETRY opt-out) frame the dropper as telemetry. The destinations are attacker-controlled workers.dev/DDNS hosts, the delivered content is an opaque compiled binary unrelated to the package's advertised react-query purpose, and execution occurs on plain require() of the module.
## Source: ghsa-malware (a8f348ed73a431301a15993d486b2f77704652ad5ae5d132405d41f339c893ad) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms hubert-react-query@20.6.8 as malicious (MAL-2026-12181): Malicious code in hubert-react-query (npm)