Description
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.
Published: 2026-09-22
Score: 5.6 Medium
EPSS: n/a
KEV: No
Impact: Server Side Request Forgery via HTTP Redirects
Action: Immediate Patch
AI Analysis

Impact

The vulnerable HTTP plugin performs URL validation against an allowlist only on the initial request. If the remote server responds with a 3xx redirect, the plugin follows the redirect internally without re‑checking the new target. An attacker who controls an allowed URL or finds an open redirect on an allowed host can thus have the application reach disallowed destinations such as cloud‑metadata endpoints, localhost services, or other internal network hosts. This flaw enables a server‑side request forgery that can expose sensitive data or internal services to an attacker.

Affected Systems

Products affected are the Tauri framework’s tauri-plugin-http ranging from version 2.0.0 up to and including 2.6.1. Versions 2.7.0 and later contain the fix, but the new scopeRedirects setting must be enabled to enforce per‑hop validation.

Risk and Exploitability

The CVSS score is 5.6, indicating medium severity. No EPSS score is available and the vulnerability is not listed in CISA KEV. An attacker needs control over an allowed host or the ability to craft an open redirect on one. When exploited, the impact may include access to internal services and sensitive data. While exploitation probability is not quantified, the flaw is actionable and should be addressed promptly.

Generated by OpenCVE AI on September 22, 2026 at 12:25 UTC.

Remediation

Vendor Solution

Upgrade to tauri-plugin-http 2.7.0 or later and turn on the new scopeRedirects option. Both steps are needed. The fix is opt-in, so 2.7.0 on its own still follows a redirect out of scope; the option is what makes the plugin check every hop. Tauri made it opt-in because a redirect that leaves the scope now fails, which changes behaviour for apps that were relying on it. {"plugins": {"http": {"scopeRedirects": true}}} Nothing in the 2.0.0 to 2.6.1 range has a fix available.


OpenCVE Recommended Actions

  • Upgrade tauri-plugin-http to version 2.7.0 or later and enable the scopeRedirects option by setting "plugins":{"http":{"scopeRedirects":true}}
  • Configure the application to reject any redirects that lead outside the predefined allowlist—ensure that the plugin’s scope setting is comprehensive and includes internal IP ranges that should remain inaccessible
  • Audit all HTTP requests made by the application for proper domain validation and consider implementing a network‑level firewall rule that blocks outbound traffic from the app to internal IP ranges if an immediate patch is not feasible.

Generated by OpenCVE AI on September 22, 2026 at 12:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Tauri
Tauri tauri-plugin-http
Vendors & Products Tauri
Tauri tauri-plugin-http

Tue, 22 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Title Improper SSRF Protection via HTTP Redirects in tauri-plugin-http Tauri framework v2 SSRF Protection Bypass via HTTP Redirects

Tue, 22 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 11:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Improper SSRF Protection via HTTP Redirects in tauri-plugin-http
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5.6, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N'}


Subscriptions

Tauri Tauri-plugin-http
cve-icon MITRE

Status: PUBLISHED

Assigner: JFROG

Published:

Updated: 2026-09-22T17:17:16.133Z

Reserved: 2026-09-22T10:38:03.883Z

Link: CVE-2026-95623

cve-icon Vulnrichment

Updated: 2026-09-22T12:28:55.315Z

cve-icon NVD

Status : Deferred

Published: 2026-09-22T11:17:27.357

Modified: 2026-09-22T19:34:57.263

Link: CVE-2026-95623

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T19:15:25Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)