Answer in brief
CVE-2026-95623 records a Medium severity (CVSS 5.6) vulnerability in Tauri framework v2 SSRF Protection Bypass via HTTP Redirects. The current sources do not mark it as known exploited. The current feed maps Tauri/tauri-plugin-http (generic), Tauri/tauri-plugin-http (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.6. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Tauri/tauri-plugin-http (generic), Tauri/tauri-plugin-http (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Tauri/tauri-plugin-httpgeneric | 2.0.0 || 2.7.0 | Not reported |
| Tauri/tauri-plugin-httpgeneric | >=2.0.0 <=2.6.1 || >=2.7.0 <=* | Not reported |
Published upstream
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 22, 2026
The Tauri HTTP plugin validates requested URLs against the application's configured scope allowlist only once, on the initial request. When the remote server responds with an HTTP 3xx redirect, reqwest follows the redirect internally without re-checking the new target URL against the scope. This allows an attacker who controls an allowed URL (or finds an open redirect on an allowed host) to reach disallowed destinations such as cloud metadata endpoints, localhost services, or internal network hosts.
Quoted source text, attributed separately from HOL analysis.