Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-reachable unauthenticated SSRF with low complexity (AV:N/AC:L/PR:N/UI:N); impact is confidentiality-only information disclosure, so C:H and I:A:N.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Server-Side Request Forgery (SSRF) vulnerability in Apache OFBiz.
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 HTTP requests, enabling access to internal-only services, cloud metadata endpoints, and other network resources normally shielded from the internet. The CVSS 3.1 vector (7.5, C:H) reflects confidentiality-only impact, consistent with data exfiltration from internal targets rather than direct code execution. There is no public exploit identified at time of analysis, and EPSS is very low (0.02%, 4th percentile), indicating no observed exploitation activity despite the network-reachable, no-privilege attack surface.
Technical ContextAI
Apache OFBiz is a Java-based open-source enterprise resource planning (ERP) and e-commerce suite bundling accounting, CRM, order management, and a web storefront on an embedded application server. The flaw is classified CWE-918 (Server-Side Request Forgery), the root-cause class where a server fetches a user-supplied URL or host without adequately validating or restricting the destination, letting an attacker repurpose the server as a proxy into networks it can reach. The affected component is identified only by CPE cpe:2.3:a:apache_software_foundation:apache_ofbiz:*:*:*:*:*:*:*:*, covering all Apache OFBiz builds prior to the fixed 24.09.06 release; the specific vulnerable request handler or feature is not detailed in the advisory.
RemediationAI
Vendor-released patch: upgrade Apache OFBiz to version 24.09.06, which fixes the issue, as directed by the Apache advisory at https://lists.apache.org/thread/2smc4c4o056ovd2hoq1l29593y5y29vh. Until the upgrade can be applied, reduce exposure by placing the OFBiz application behind a reverse proxy or firewall that restricts its outbound network egress so the server cannot reach internal address ranges or cloud metadata endpoints (e.g. 169.254.169.254), and restrict inbound access to the affected request handlers to trusted networks or authenticated users; be aware that egress filtering can break legitimate integrations that call external services, and inbound restrictions may impede public storefront functionality, so validate these controls against your deployment before enforcing them.
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-30870
GHSA-7fjv-4hxj-5chr