CVE-2026-22742
SSRF Vulnerability in Spring AI BedrockProxyChatModel Allows Server Abuse
Publication date: 2026-03-27
Last updated on: 2026-04-16
Assigner: VMware
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_ai | From 1.0.0 (inc) to 1.0.5 (exc) |
| vmware | spring_ai | From 1.1.0 (inc) to 1.1.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-22742 is a Server-Side Request Forgery (SSRF) vulnerability found in the BedrockProxyChatModel component of the spring-ai-bedrock-converse project.
This vulnerability occurs when processing multimodal messages that include user-supplied media URLs. Due to insufficient validation of these URLs, an attacker can exploit the flaw to cause the server to make HTTP requests to unintended internal or external destinations.
How can this vulnerability impact me? :
The vulnerability allows an attacker to induce the server to issue HTTP requests to unintended internal or external destinations, which can lead to unauthorized access or information disclosure.
The CVSS v3.1 score indicates a high confidentiality impact, meaning sensitive information could be exposed, but there is no impact on integrity or availability.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the affected Spring AI versions to the fixed versions.
- For Spring AI 1.0.x, upgrade to version 1.0.5.
- For Spring AI 1.1.x, upgrade to version 1.1.4.
No additional mitigation steps are required beyond upgrading.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows an attacker to induce the server to make HTTP requests to unintended internal or external destinations, potentially leading to unauthorized access or information disclosure.
Such unauthorized access or information disclosure could impact compliance with standards and regulations like GDPR or HIPAA, which require protection of sensitive data and prevention of unauthorized data exposure.
However, the provided information does not explicitly describe the direct effects on compliance with these standards.