Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. deepseek-tui-cli
  4. ›
  5. CVE-2026-45310

CVE-2026-45310: DeepSeek TUI has SSRF via HTTP Redirect Bypass in fetch_url Tool

May 14, 2026

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.

References

  • github.com/Hmbown/DeepSeek-TUI/releases/tag/v0.8.22
  • github.com/Hmbown/DeepSeek-TUI/security/advisories/GHSA-96ff-gc8g-wpvg
  • github.com/advisories/GHSA-96ff-gc8g-wpvg
  • nvd.nist.gov/vuln/detail/CVE-2026-45310

Code Behaviors & Features

Detect and mitigate CVE-2026-45310 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.8.22

Fixed versions

  • 0.8.22

Solution

Upgrade to version 0.8.22 or above.

Impact 7.4 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

cargo/deepseek-tui-cli/CVE-2026-45310.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 22 May 2026 00:18:39 +0000.