Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-54072
Published:July 10, 2026
Updated:August 27, 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.
Affected Packages
github.com/authorizerdev/authorizer (GO):
Affected version(s) >=v0.0.0-20211229001139-df192bed4d23 <0.0.0-20260409051328-bd3f5baf6d3d
Fix Suggestion:
Update to version 0.0.0-20260409051328-bd3f5baf6d3d
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
URL Redirection to Untrusted Site ('Open Redirect')