Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-45310
Published:May 28, 2026
Updated:June 13, 2026
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.
Affected Packages
https://github.com/Hmbown/DeepSeek-TUI.git (GITHUB):
Affected version(s) >=v0.1.0 <v0.8.22
Fix Suggestion:
Update to version v0.8.22
deepseek-tui (NPM):
Affected version(s) >=0.3.28 <0.8.22
Fix Suggestion:
Update to version 0.8.22
deepseek-tui (RUST):
Affected version(s) >=0.0.1 <0.8.22
Fix Suggestion:
Update to version 0.8.22
deepseek-tui-cli (RUST):
Affected version(s) >=0.3.28 <0.8.22
Fix Suggestion:
Update to version 0.8.22
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)
EPSS
Base Score:
0.03