CVE-2026-29226
SSRF Vulnerability in Apache OFBiz Content Component
Publication date: 2026-05-19
Last updated on: 2026-05-19
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | ofbiz | to 24.09.06 (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?
This vulnerability is a Server-Side Request Forgery (SSRF) issue found in Apache OFBiz, specifically through its Content component operations. SSRF vulnerabilities allow an attacker to make the server perform unintended requests to internal or external systems, potentially bypassing security controls.
How can this vulnerability impact me? :
The SSRF vulnerability in Apache OFBiz can allow attackers to make the server send unauthorized requests, which may lead to unauthorized access to internal systems, data exposure, or interaction with internal services that are not normally accessible from outside the network.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this Server-Side Request Forgery (SSRF) vulnerability in Apache OFBiz is to upgrade the software to version 24.09.06 or later, as this version contains the fix for the issue.