CVE-2026-41479: Authlib Unvalidated Redirect Uri Errorcve-2026-41479-authlib-unvalidated-redirect-uri-error
Direct use of an unvalidated `redirect_uri` from a request payload in an error response class leads to an Open Redirect vulnerability. An attacker can manipulate the URL to silently redirect victims to untrusted domains. Validate the URI against the registered client via `check_redirect_uri` prior to use.