Looking for the vulnerability index of Invicti's legacy products?
Apache OFBiz SSRF (CVE-2023-50968) - Vulnerability Database

Apache OFBiz SSRF (CVE-2023-50968)

Description

Apache OFBiz contains a server-side request forgery (SSRF) vulnerability that allows unauthenticated attackers to send crafted requests through the server to access internal network resources. This vulnerability exploits insufficient validation in OFBiz's lookup functionality, enabling attackers to bypass network perimeter controls and probe or interact with services that are not directly accessible from the internet.

Remediation

Immediately upgrade Apache OFBiz to version 18.12.11 or later, which addresses this vulnerability. Follow these steps:

1. Review the official release notes at https://ofbiz.apache.org/release-notes-18.12.11.html to understand all changes and compatibility considerations
2. Test the upgrade in a non-production environment first to ensure application compatibility
3. Schedule a maintenance window and perform the upgrade to version 18.12.11 or the latest stable release
4. After upgrading, verify that the patch is effective by testing the affected lookup functionality
5. As an additional defense-in-depth measure, implement network segmentation and egress filtering to restrict outbound connections from the OFBiz server to only necessary destinations

If immediate patching is not possible, implement temporary mitigations such as restricting network access to the OFBiz application to trusted sources only and monitoring for suspicious outbound connection attempts.

Related Vulnerabilities