Back to list

Authlib OIDC Implicit/Hybrid Authorization Vulnerable to Open Redirect — CVE-2026-44681

GitHub · GitHub · CVE-2026-44681

ID
CVE-2026-44681
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
6.1

Summary

### Summary An unauthenticated open redirect in Authlib's `OpenIDImplicitGrant` and `OpenIDHybridGrant` authorization endpoint lets a remote attacker cause the authorization server to issue an HTTP 302 to an attacker-chosen URL by submitting an authorization request that omits the `openid` scope. ### Details #### Vulnerable code `OpenIDImplicitGrant.validate_authorization_request` in…

Product

pip: authlib

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories