Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

Quick assessment

Affected
authorizerdev authorizer
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Authorizer 是一个开源、可自托管的认证与授权服务器。在 2.2.1 版本之前, 端点接受任意 ,而未将其与 进行校验。当 或 时,服务器会将 、 和 作为查询参数附加到响应中,并向攻击者提供的 URL 发起 302 重定向。未认证的攻击者可以从公开的 端点获取所需的 。在 v2.0.1 版本中,其他处理程序( 、 、 、 、 、 )已应用了部分修复,但 端点未被包含在内。2.2.1 版本包含了更完整的修复。

CVSS 9.3 · Critical

Affected Version Matrix 1

VendorProduct Version RangeStatus
authorizerdev authorizer < 2.2.1 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-54072

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Authorizer: Unvalidated redirect_uri in /authorize leaks OAuth2 tokens to attacker-controlled URL
Source: CVE Program / CVE List V5
Vulnerability Description
Authorizer is an open-source, self-hostable authentication and authorization server. Prior to version 2.2.1, 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. A 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. Version 2.2.1 contains a more complete fix.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
指向未可信站点的URL重定向(开放重定向)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
authorizerdev authorizer < 2.2.1 -

II. Public POCs for CVE-2026-54072

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-54072

登录查看更多情报信息。

Other References for CVE-2026-54072 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-54072

No comments yet


Leave a comment