CVE-2026-44681 PUBLISHED

Authlib: Open Redirect in Authlib OIDC Implicit/Hybrid Authorization

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 27.05.2026 Updated: 27.05.2026

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.12 and 1.7.1, 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. This vulnerability is fixed in 1.6.12 and 1.7.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVSS Score: 6.1

Product Status

Vendor authlib
Product authlib
Versions
  • Version < 1.6.12 is affected
  • Version >= 1.7.0, < 1.7.1 is affected

References

Problem Types

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') CWE
  • CWE-863: Incorrect Authorization CWE