PatchSiren cyber security CVE debrief
CVE-2026-54072 authorizerdev CVE debrief
CVE-2026-54072 is a critical vulnerability in the Authorizer open-source authentication and authorization server. The `/authorize` endpoint accepts any `redirect_uri` without validation, allowing an unauthenticated attacker to obtain sensitive tokens via a 302 redirect. A partial fix was applied in v2.0.1 but was not complete until v2.2.1. This vulnerability allows token leakage via redirect_uri manipulation, potentially leading to unauthorized access to sensitive information. Defenders should verify exposure, especially in systems using Authorizer versions prior to 2.2.1, and prioritize remediation and compensating controls.
- Vendor
- authorizerdev
- Product
- authorizer
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for systems using Authorizer for authentication and authorization should assess exposure and prioritize remediation. This includes security teams, DevOps, and IT professionals managing open-source authentication solutions.
Why it matters
CVE-2026-54072 is a critical vulnerability in Authorizer that allows token leakage via redirect_uri manipulation. Defenders should verify exposure, especially in systems using Authorizer versions prior to 2.2.1, and prioritize remediation and compensating controls.
- Potential token leakage to unauthenticated attackers via manipulated redirect_uri
- Possible unauthorized access to sensitive information
- Need for verification of Authorizer version and exposure in systems
- Priority on updating to version 2.2.1 or later for complete fix
Technical summary
The `/authorize` endpoint in Authorizer versions prior to 2.2.1 accepts any `redirect_uri` without validation. When `response_type=token` or `response_type=id_token`, the server appends sensitive tokens 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.
Defensive priority
Defenders should prioritize verifying exposure in their systems, especially those using Authorizer versions prior to 2.2.1, and assess the need for compensating controls.
Recommended defensive actions
- Verify if systems using Authorizer are exposed to this vulnerability by checking their current version.
- Assess the need for compensating controls, such as additional authentication or monitoring, for systems that cannot be updated immediately.
- Update Authorizer to version 2.2.1 or later to apply the complete fix.
- Review and restrict the `redirect_uri` parameter in the `/authorize` endpoint to only allow trusted URLs.
- Perform an inventory of assets using Authorizer to prioritize remediation efforts.
- Monitor for suspicious activity related to the `/authorize` endpoint and sensitive token issuance.
- Establish a change window for updating Authorizer to ensure timely remediation of exposed systems.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its critical CVSS score of 9.3 and the affected endpoint. However, specific details about exploitation and victim impact are limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54072 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54072
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54072 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54072
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/authorizerdev/authorizer/security/advisories/GHSA-h29v-hj44-q8cv
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.