exploration: Malicious Remote Code Execution via Embedded Downloader
The exploration Rust crate contained hidden code that downloaded and ran a payload from a remote server, giving an attacker arbitrary code execution on any developer machine that ran it.
The problem
The exploration crate (v0.1.0, published 2026-06-02) contained a method that made an outbound HTTP request to a remote attacker-controlled URL and executed the fetched payload directly.
Any developer or CI pipeline that compiled or ran code depending on this crate would have had arbitrary code executed on their machine. No downstream dependents were identified before removal, but the window of exposure was roughly one hour.
The fix
There is no patched version. The crate was yanked entirely from crates.io. Remove exploration from any Cargo.toml or Cargo.lock immediately. Run cargo audit to confirm it is absent. If this crate was ever compiled or run in your environment, treat the machine as fully compromised: rotate all secrets, SSH keys, cloud credentials, and API tokens accessible from that environment.
Reported by Kirill Boychenko (Socket Threat Research Team).
Related research
- high · 7.8CVE-2026-75911CVE-2026-75911: deepseek-tui (CodeWhale) Project Config allow_shell Override Enables Arbitrary Shell Execution
- high · 7.5CVE-2026-75859CVE-2026-75859: deepseek-tui (CodeWhale) Arbitrary File Read via Project Config instructions Override
- high · 9.3CVE-2026-75913CVE-2026-75913: CodeWhale Argument Injection in git_show Allows Arbitrary File Write
- high · 7.8CVE-2026-75858CVE-2026-75858: CodeWhale rlm_eval Approval Bypass Leading to Unsandboxed RCE