Description
Spring Security Authorization Server's authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a malicious authorization request containing an invalid request_uri and an arbitrary, unvalidated redirect_uri, which can lead to an Open Redirect vulnerability.

Affected versions:
Spring Security 7.0.0 through 7.0.5.
Spring Authorization Server 1.5.0 through 1.5.7.
Published: 2026-06-09
Score: 6.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring Security Authorization Server’s authorization endpoint fails to validate the request_uri parameter, allowing an attacker to supply a malicious request_uri together with an arbitrary redirect_uri. The resulting open redirect can send users to attacker-controlled sites, facilitating phishing or credential‑stealing attacks. This vulnerability is a classic example of CWE‑601 and impacts confidentiality and user trust. The CVSS score of 6.1 reflects a moderate severity, indicating that an attacker can cause potentially harmful redirection if the redirection is used for malicious purposes. The EPSS score is not available and the issue is not listed in CISA KEV.

Affected Systems

Affected are Spring Authorization Server versions from 1.5.0 to 1.5.7 and Spring Security versions from 7.0.0 to 7.0.5. These versions are used by applications that rely on Spring’s OAuth2 implementations for authentication and authorization flow. The redirect logic is part of the public authorization endpoint, which is reachable over the internet by design, so any exposed instance of these packages is vulnerable.

Risk and Exploitability

The likely attack vector is a crafted HTTP request to the public authorization endpoint. A successful exploitation requires the attacker to supply an invalid request_uri and a valid redirect_uri; if the system accepts this combination, users will be redirected to an attacker-controlled URL. Given the lack of EPSS data, the exact exploit probability is unknown, but the fact that the flaw allows arbitrary redirects indicates a potentially high impact if referenced in spear‑phishing campaigns. Since the vulnerability is not listed in the KEV catalog, there is no evidence of public exploitation, but the theoretical risk remains significant for exposed services.

Generated by OpenCVE AI on June 10, 2026 at 01:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Security to version 7.0.6 or later and upgrade Spring Authorization Server to 1.5.8 or later to incorporate the vendor’s fix.
  • Restrict or disable the request_uri parameter in the authorization flow by configuring the server to ignore it or enforce strict validation, limiting redirect destinations to a controlled list.
  • Implement network‑level controls to restrict external access to the authorization endpoint, allowing only trusted clients and monitoring for anomalous redirect activity.

Generated by OpenCVE AI on June 10, 2026 at 01:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 10 Jun 2026 00:00:00 +0000

Type Values Removed Values Added
Description Spring Security Authorization Server's authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a malicious authorization request containing an invalid request_uri and an arbitrary, unvalidated redirect_uri, which can lead to an Open Redirect vulnerability. Affected versions: Spring Security 7.0.0 through 7.0.5. Spring Authorization Server 1.5.0 through 1.5.7.
Title Spring Security Authorization Server Open Redirect via request_uri
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-06-09T23:47:07.292Z

Reserved: 2026-04-16T02:19:16.426Z

Link: CVE-2026-41008

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-10T00:16:50.427

Modified: 2026-06-10T00:16:50.427

Link: CVE-2026-41008

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T02:00:13Z

Weaknesses