In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade hubuum_client to version 0.6.1 or higher.
Affected versions of this package are vulnerable to Information Exposure via the redirect handling process. An attacker can access sensitive authorization headers by influencing a 3xx redirect response to a different path on the same origin, causing the header to be sent outside the intended path prefix. This is only exploitable if an attacker, compromised server, or intermediary can control redirect responses, and the origin is shared with other applications.
This vulnerability can be mitigated by constructing a reqwest client with reqwest::redirect::Policy::none() and passing it through with_http_client, or by ensuring the origin is not shared with other applications and trusted infrastructure does not redirect API requests outside the configured path prefix.