CVE-2026-44503

Severity CVSS v4.0:
HIGH
Type:
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')
Publication date:
14/05/2026
Last modified:
14/05/2026

Description

The RedirectHandler middleware in microsoft/kiota-java (com.microsoft.kiota:microsoft-kiota-http-okHttp v1.9.0) and other Kiota libraries fails to strip sensitive HTTP headers when following 3xx redirects to a different host or scheme. Only the Authorization header is removed; Cookie, Proxy-Authorization, and all custom headers are forwarded to the redirect target.