CVE-2026-59297
Received Received - Intake

ServerlessHttpServletRequest Scheme Validation Bypass in Spring Cloud Function

Vulnerability report for CVE-2026-59297, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

Implementation of isSecure() call of ServerlessHttpServletRequest does not verify the actual scheme. Spring Cloud Function 5.0.0 - 5.0.3 Spring Cloud Function 4.3.0 - 4.3.4 Spring Cloud Function 4.2.0 - 4.2.7

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
spring cloud_function to 5.0.3 (inc)
spring cloud_function to 4.3.4 (inc)
spring cloud_function to 4.2.7 (inc)
vmware spring_cloud_function From 5.0.0 (inc) to 5.0.3 (inc)
vmware spring_cloud_function From 4.3.0 (inc) to 4.3.4 (inc)
vmware spring_cloud_function From 4.2.0 (inc) to 4.2.7 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in Spring Cloud Function involves the isSecure() method in ServerlessHttpServletRequest not properly checking the URI scheme. This means the method may incorrectly report whether a connection is secure, potentially allowing unencrypted traffic to be treated as secure.

Detection Guidance

To detect this vulnerability, check the version of Spring Cloud Function in use. If your system runs versions 5.0.0-5.0.3, 4.3.0-4.3.4, or 4.2.0-4.2.7, it is vulnerable. Use commands like 'find / -name spring-cloud-function*.jar' to locate the library and 'java -jar your-application.jar --version' to check the version.

Impact Analysis

This flaw could lead to sensitive data being transmitted over insecure channels without detection. Attackers might exploit this to intercept or manipulate data under the false assumption that it is protected.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by allowing incorrect determination of secure connections. If the isSecure() method fails to verify the URI scheme, sensitive data transmitted over insecure channels might be mishandled, violating requirements for secure data transmission in these regulations.

Mitigation Strategies

Upgrade affected Spring Cloud Function versions to fixed releases: 5.0.4 for OSS, 4.3.5 or 4.2.8 for Enterprise Support Only. No additional mitigation steps are required beyond upgrading.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59297. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart