Security Advisory

CVE-2026-45310

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-28 17:30:09
Last updated 2026-05-30 02:09:17
Assigner GitHub_M
CVSS score 7.4
State PUBLISHED

Description

CodeWhale is a DeepSeek + MiMo coding agent in terminal. Prior to 0.8.22, the fetch_url tool validates the initial URL's resolved IP address against a restricted-IP blocklist (is_restricted_ip()) to prevent SSRF attacks against internal services (cloud metadata endpoints, localhost, private networks). However, the HTTP client (reqwest) is configured to automatically follow up to 5 redirects (reqwest::redirect::Policy::limited(5)) without re-validating the redirect target against the same SSRF protections. This vulnerability is fixed in 0.8.22.