Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-95623 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
Tauri HTTP
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Enable the `scopeRedirects` configuration option to check the URL scope on every hop of a redirect chain. This will prevent a server on an allowed origin from redirecting requests to disallowed origins. Note that this option is opt-in and may break applications that rely on being redirected outside of their configured scope.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-95623
NVD Published Date:
Sep 22, 2026
NVD Last Modified:
Sep 22, 2026
Source:
[email protected]
CVE-2026-95623 Details - Not Deferred