Description
Potential arbitrary file read and SSRF vulnerability in Spring Cloud Function.
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: 2 Low
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized data exposure and SSRF
Action: Patch
AI Analysis

Impact

Spring Cloud Function is vulnerable to an arbitrary file read and server‑side request forgery (SSRF). An attacker who can invoke the vulnerable function may read any file that the function’s runtime process can access, including sensitive configuration and credential files, and may trigger requests to internal network resources or other services controlled by the host. The consequence is a confidentiality breach and potential lateral movement within the infrastructure.

Affected Systems

The affected versions are Spring Cloud Function 4.2.0 through 4.2.7, 4.3.0 through 4.3.4, and 5.0.0 through 5.0.3. These versions are used by developers who deploy the function as a microservice or serverless component.

Risk and Exploitability

The CVSS score of 2.0 indicates a low base severity, and the EPSS score is not available, so the current exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker’s access vector is via a function invocation endpoint that accepts a file path or URL parameter; no authentication or privileged state is explicitly required, suggesting that any user with network reach to the endpoint could exploit it. The lack of a high CVSS score and absence of an EPSS score suggest that while exploitation is possible, active attacks are unlikely to be widespread at present.

Generated by OpenCVE AI on August 28, 2026 at 07:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Spring Cloud Function to a version later than 5.0.3, 4.3.4, or 4.2.7, which contain the fix for the arbitrary file read and SSRF issue.
  • Restrict network access to the Function endpoints by applying firewall rules or network segmentation so that only trusted services or users can invoke the function, thereby limiting SSRF exposure.
  • Validate and sanitize any file path or URL parameters handled by the function, ensuring that only permitted paths or domains are processed. This reduces the risk of arbitrary file reads and SSRF even if an older version cannot be updated immediately.

Generated by OpenCVE AI on August 28, 2026 at 07:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 31 Aug 2026 23:15: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

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

Type Values Removed Values Added
Weaknesses CWE-200
CWE-22
CWE-918

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 Potential arbitrary file read and SSRF vulnerability in Spring Cloud Function. 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 Potential arbitrary file read and SSRF vulnerability in Spring Cloud Function
References
Metrics cvssV3_1

{'score': 2, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/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:38:29.352Z

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

Link: CVE-2026-59291

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-31T23:02:59.567

Link: CVE-2026-59291

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T08:00:13Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-918

    Server-Side Request Forgery (SSRF)