Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/authorizerdev/authorizer
  4. ›
  5. CVE-2026-54072

CVE-2026-54072: Authorizer: Unvalidated redirect_uri in /authorize leaks OAuth2 tokens to attacker-controlled URL

July 10, 2026

The /authorize endpoint accepts any redirect_uri without validating it against AllowedOrigins. When response_type=token or response_type=id_token, the server appends access_token, id_token, and refresh_token as query parameters and issues a 302 redirect to the attacker-supplied URL. An unauthenticated attacker can obtain the required client_id from the public /graphql?query={meta{client_id}} endpoint.

Partial fix was applied in v2.0.1 to other handlers (oauth_login, verify_email, magic_link_login, forgot_password, invite_members, oauth_callback) but /authorize was not included.

References

  • github.com/advisories/GHSA-h29v-hj44-q8cv
  • github.com/authorizerdev/authorizer/security/advisories/GHSA-h29v-hj44-q8cv
  • nvd.nist.gov/vuln/detail/CVE-2026-54072

Code Behaviors & Features

Detect and mitigate CVE-2026-54072 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260409051328-bd3f5baf6d3d

Fixed versions

  • 0.0.0-20260409051328-bd3f5baf6d3d

Solution

Upgrade to version 0.0.0-20260409051328-bd3f5baf6d3d or above.

Impact 9.3 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N

Learn more about CVSS

Weakness

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

Source file

go/github.com/authorizerdev/authorizer/CVE-2026-54072.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 12 Jul 2026 00:17:52 +0000.