Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Network-reachable Content endpoint needs no auth or interaction (AV:N/AC:L/PR:N/UI:N); SSRF yields partial internal read/request forgery, so C:L/I:L/A:L with unchanged scope.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Server-Side Request Forgery (SSRF) vulnerability in Apache OFBiz via Content component operations.
This issue affects Apache OFBiz: before 24.09.06.
Users are recommended to upgrade to version 24.09.06, which fixes the issue.
AnalysisAI
Server-Side Request Forgery in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to coerce the server into issuing arbitrary outbound requests through the Content component's operations. Exploitation can reach internal-only services, cloud metadata endpoints, and other network resources not otherwise accessible, with partial confidentiality, integrity, and availability impact. No public exploit has been identified at time of analysis, and EPSS exploitation probability is very low (0.02%).
Technical ContextAI
Apache OFBiz is an open-source enterprise resource planning (ERP) suite built on Java, providing e-commerce, CRM, accounting, inventory, and content management functionality. The affected surface is the Content component, which handles document/content operations and evidently accepts a URL or resource reference that the server dereferences without adequate validation. The root cause is CWE-918 (Server-Side Request Forgery): the application fetches a remote resource using a user-influenced destination, allowing an attacker to redirect that request to unintended internal or external endpoints. The CPE cpe:2.3:a:apache_software_foundation:apache_ofbiz identifies all OFBiz versions prior to the fixed 24.09.06 release as affected.
RemediationAI
Vendor-released patch: upgrade to Apache OFBiz 24.09.06, which fixes the issue, as directed by the Apache advisory at https://lists.apache.org/thread/6707wys8jxzmowxggn4cmtwwk9ygl2tr. Until the upgrade is applied, restrict network access to the OFBiz Content component endpoints and place the server behind egress filtering so that outbound requests from the application host cannot reach internal management interfaces, cloud metadata services (e.g. 169.254.169.254), or other sensitive internal ranges - the trade-off is that legitimate content operations that fetch external resources may break. Additionally consider requiring authentication or a reverse-proxy allowlist in front of Content component operations, accepting that this may disrupt anonymous content workflows. Cross-reference the oss-security disclosure at http://www.openwall.com/lists/oss-security/2026/05/19/16 for disclosure context.
More in Apache Ofbiz
View allRemote code execution in Apache OFBiz before 24.09.06 stems from an improper authentication flaw in the password-change
LDAP injection in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to inject special characters into
Sensitive data exposure and integrity compromise in Apache OFBiz before 24.09.06 stems from a hard-coded cryptographic k
Authenticated code injection in Apache OFBiz versions prior to 24.09.06 allows remote attackers with low-privileged acco
Information disclosure in Apache OFBiz before 24.09.06 lets remote unauthenticated attackers retrieve sensitive data the
Server-Side Request Forgery in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to coerce the server
Improper input validation in Apache OFBiz before 24.09.06 allows unauthenticated remote attackers to achieve partial con
Code injection in Apache OFBiz's email services exposes all versions before 24.09.06 to unauthenticated remote exploitat
Expression Language Injection in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to inject and eval
Server-side template injection (SSTI) in Apache OFBiz before 24.09.06 allows attackers with access to the Ecommerce Cust
Path traversal in Apache OFBiz before 24.09.06 exposes unauthenticated remote attackers to file read and limited file wr
Improper Authorization in Apache OFBiz Webtools allows unauthenticated remote attackers to bypass access controls and ga
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30858
GHSA-ppv4-wf78-868j