Description
In versions of Spring Authorization Server 1.5.0 through 1.5.7, the authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a request containing an invalid request_uri paired with an unvalidated redirect_uri, which can result in an open redirect to an attacker-controlled site.
Published: 2026-08-27
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an insufficient validation of the request_uri parameter in Spring Authorization Server versions 1.5.0 through 1.5.7. An attacker can submit a crafted request that contains an invalid request_uri together with an unvalidated redirect_uri. The resulting open redirect can send users to attacker‐controlled sites, enabling phishing or other social engineering attacks. The weakness is a classic Redirect Vulnerability (CWE‑601).

Affected Systems

The issue affects VMware’s Spring Authorization Server. All releases from 1.5.0 up to and including 1.5.7 are impacted; the fix is released in 1.5.8 for OSS and 1.5.7.1 for Enterprise customers.

Risk and Exploitability

The CVSS score of 6.1 indicates moderate severity. No EPSS score is available, so the current probability of exploitation is uncertain, but the presence of this flaw makes it likely that attackers can abuse the redirect functionality in contexts where user authentication flows are used. The vulnerability is not listed in the CISA KEV catalog, yet the ability to redirect users to malicious sites is a common attack technique that can be leveraged in phishing campaigns.

Generated by OpenCVE AI on August 27, 2026 at 10:28 UTC.

Remediation

Vendor Solution

Upgrade to Spring Authorization Server 1.5.8 (OSS) or 1.5.7.1 (Enterprise Support customers). No additional mitigation is required after upgrading.


OpenCVE Recommended Actions

  • Upgrade to Spring Authorization Server 1.5.8 (OSS) or 1.5.7.1 (Enterprise customers).
  • Verify that the upgrade configuration disables or properly validates request_uri and redirect_uri parameters if custom logic is used.
  • If upgrading immediately is not possible, restrict the redirect_uri list to known, trusted domains and reject any request_uri that does not match expected patterns to mitigate the open redirect risk.

Generated by OpenCVE AI on August 27, 2026 at 10:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Description In versions of Spring Authorization Server 1.5.0 through 1.5.7, the authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a request containing an invalid request_uri paired with an unvalidated redirect_uri, which can result in an open redirect to an attacker-controlled site.
Title Spring Authorization Server: Open Redirect via request_uri parameter
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-08-27T06:35:09.607Z

Reserved: 2026-07-04T18:14:46.172Z

Link: CVE-2026-59355

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T10:16:36.197

Modified: 2026-08-27T10:16:36.197

Link: CVE-2026-59355

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T10:30:06Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')