Intel

AIKIDO-2026-342397

tauri-plugin-http is vulnerable to Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF)CVE-2026-95623 Published 2 days ago

56

Medium Risk

This Affects:

RUSTtauri-plugin-http
0.0.1 - 2.6.1
Fixed in 2.7.0
Are you affected? Scan for Free

TL;DR

The Tauri HTTP plugin checks a requested URL against the configured scope allowlist only on the initial request. When the remote server responds with an HTTP redirect, the underlying HTTP client follows it without checking the new target against that scope, so a redirect from an allowed origin can reach disallowed destinations such as cloud metadata endpoints, localhost, or internal network hosts. The fix adds a redirect-scope option that, when enabled, checks each redirect hop against the configured allowlist.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application makes HTTP requests to origins that can respond with redirects.

Background info

tauri-plugin-http is vulnerable to Server-Side Request Forgery (SSRF) in versions 0.0.1 - 2.6.1.

How to fix this

Upgrade the tauri-plugin-http library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform