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
Published: 2026-08-27
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: Misidentification of Secure Endpoints
Action: Patch
AI Analysis

Impact

The flaw lies in ServerlessHttpServletRequest’s isSecure() implementation, which fails to verify the actual URI scheme. As a result, an HTTP request can be reported as secure, allowing an application that relies on isSecure() to treat an insecure connection as if it were encrypted. This misidentification does not enable direct code execution or data theft, but it undermines security controls that depend on accurate scheme verification and can lead to authentication bypass or unauthorized data exposure. The weakness is classified as CWE-346 (Insecure Direct Object Reference). The CVE description does not provide a specific attack vector, but it is inferred that an attacker could trigger the misreport by sending a request that meets the application’s criteria for a secure connection while remaining unencrypted.

Affected Systems

Spring Cloud Function versions 5.0.0 through 5.0.3, 4.3.0 through 4.3.4, and 4.2.0 through 4.2.7 are vulnerable.

Risk and Exploitability

The CVSS score of 3.1 indicates low severity, and the EPSS score of less than 1% reflects a very low likelihood of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Because the issue merely misreports the scheme, it does not provide a direct remote code execution vector; however, if an environment depends on isSecure() to enforce encryption or authentication, the flaw could be leveraged to bypass those controls and expose data.

Generated by OpenCVE AI on August 29, 2026 at 00:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor-provided patch for Spring Cloud Function when it becomes available.
  • Ensure that all serverless functions are accessed only through HTTPS endpoints, and terminate TLS before reaching the function runtime.
  • Replace any logic that depends on isSecure() with explicit scheme checks or additional security controls to verify that the connection is truly encrypted.

Generated by OpenCVE AI on August 29, 2026 at 00:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 02 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Cloud Function
CPEs cpe:2.3:a:vmware:spring_cloud_function:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Cloud Function

Sat, 29 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 28 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-346

Fri, 28 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 28 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Cloud Function
Vendors & Products Spring
Spring spring Cloud Function

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
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
Title Spring Cloud Function can incorrectly determine if URI is secure
References
Metrics cvssV3_1

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


Subscriptions

Spring Spring Cloud Function
Vmware Spring Cloud Function
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-28T18:35:31.544Z

Reserved: 2026-07-04T18:13:34.323Z

Link: CVE-2026-59297

cve-icon Vulnrichment

Updated: 2026-08-28T18:35:27.628Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T20:17:55.940

Modified: 2026-09-02T17:27:35.580

Link: CVE-2026-59297

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T00:45:04Z

Weaknesses