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.
References
Configurations
No configuration.
History
30 May 2026, 04:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-96ff-gc8g-wpvg - |
28 May 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-28 18:16
Updated : 2026-05-30 04:17
NVD link : CVE-2026-45310
Mitre link : CVE-2026-45310
CVE.ORG link : CVE-2026-45310
JSON object : View
Products Affected
No product.
CWE
CWE-918
Server-Side Request Forgery (SSRF)
