Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-50968

CVE-2023-50968: Apache OFBiz SSRF Vulnerability

CVE-2023-50968 is an SSRF vulnerability in Apache OFBiz that enables unauthorized URI calls and arbitrary file properties reading. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-50968 Overview

CVE-2023-50968 is an arbitrary file properties reading vulnerability affecting Apache OFBiz, the open-source enterprise resource planning (ERP) system developed by the Apache Software Foundation. This vulnerability allows unauthenticated attackers to read arbitrary file properties by exploiting improper authorization checks when processing specific URI calls. Additionally, the same vulnerable endpoint can be leveraged to conduct Server-Side Request Forgery (SSRF) attacks without requiring authentication, potentially enabling attackers to access internal network resources or perform reconnaissance activities.

Critical Impact

Unauthenticated attackers can read sensitive file properties and perform SSRF attacks against internal network resources, potentially leading to information disclosure and further compromise of backend systems.

Affected Products

  • Apache OFBiz versions prior to 18.12.11
  • Apache OFBiz ERP deployments with default configurations
  • Enterprise systems utilizing Apache OFBiz for business operations

Discovery Timeline

  • December 26, 2023 - CVE-2023-50968 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-50968

Vulnerability Analysis

This vulnerability combines two distinct security weaknesses: Information Exposure (CWE-200) and Server-Side Request Forgery (CWE-918). The flaw exists in how Apache OFBiz handles URI calls without properly enforcing authorization checks. When an unauthenticated user submits a crafted URI request, the application fails to validate whether the requester has appropriate permissions, allowing arbitrary file property access and SSRF exploitation.

The dual nature of this vulnerability significantly increases its impact potential. The arbitrary file properties reading component allows attackers to gather sensitive information about the underlying system, including file metadata, paths, and configuration details. The SSRF component enables attackers to make requests from the server to internal services that may not be directly accessible from external networks, potentially bypassing firewall restrictions and network segmentation controls.

Root Cause

The root cause of CVE-2023-50968 lies in missing authorization checks within the URI handling mechanism of Apache OFBiz. The application fails to properly validate user permissions before processing certain URI requests, allowing unauthenticated users to access functionality that should require authentication. This authorization bypass enables both the file property reading and SSRF attack vectors through a single vulnerable endpoint.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction, making it highly accessible to remote attackers. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable URI endpoint. The attack can be executed remotely against any exposed Apache OFBiz instance without needing valid credentials.

For the arbitrary file properties reading attack, the attacker crafts a URI that references target files on the server, causing the application to return metadata and properties of those files. For the SSRF attack, the attacker manipulates the URI to force the server to make requests to arbitrary internal or external destinations.

Technical exploitation details are documented in the Apache JIRA Issue OFBIZ-12875 and the OpenWall Security Announcement.

Detection Methods for CVE-2023-50968

Indicators of Compromise

  • Unusual URI patterns in web server logs targeting internal file paths or network resources
  • HTTP requests containing file path traversal sequences or internal IP addresses in URI parameters
  • Outbound connections from the OFBiz server to unexpected internal hosts or services
  • Access logs showing repeated requests to specific OFBiz endpoints without valid session tokens

Detection Strategies

  • Monitor web application firewall (WAF) logs for SSRF indicators such as requests containing internal IP addresses, localhost references, or cloud metadata endpoints
  • Implement file integrity monitoring to detect unauthorized access attempts to sensitive configuration files
  • Deploy network detection rules to identify suspicious outbound traffic patterns from OFBiz application servers
  • Review Apache OFBiz access logs for unauthenticated requests to sensitive URI endpoints

Monitoring Recommendations

  • Enable verbose logging on Apache OFBiz instances to capture detailed request information
  • Configure network monitoring to alert on connections from OFBiz servers to internal services that are not part of normal operations
  • Implement real-time alerting for requests matching known SSRF and path traversal patterns
  • Establish baseline network behavior for OFBiz servers to identify anomalous outbound connections

How to Mitigate CVE-2023-50968

Immediate Actions Required

  • Upgrade Apache OFBiz to version 18.12.11 or later immediately
  • Restrict network access to Apache OFBiz instances using firewall rules and network segmentation
  • Implement web application firewall rules to block potential SSRF and file access exploitation attempts
  • Review access logs for evidence of exploitation attempts against vulnerable endpoints

Patch Information

Apache has released version 18.12.11 of OFBiz which addresses this vulnerability. Users are strongly recommended to upgrade to this version or later. The patch implements proper authorization checks on the affected URI handling mechanism, preventing both the arbitrary file properties reading and SSRF attack vectors.

Detailed information about the fix can be found in the Apache OFBiz Release Notes 18.12.11. The latest version can be obtained from the Apache OFBiz Download Page.

Workarounds

  • Deploy a reverse proxy or WAF in front of Apache OFBiz to filter malicious requests targeting the vulnerable endpoints
  • Implement strict egress filtering to prevent the OFBiz server from making unauthorized outbound connections
  • Disable or restrict access to non-essential OFBiz functionality until patching can be completed
  • Use network segmentation to limit the potential impact of SSRF attacks by restricting what internal resources the OFBiz server can reach
bash
# Example: Implement egress filtering with iptables to restrict OFBiz server outbound connections
# Allow only necessary outbound connections (adjust ports and IPs as needed)
iptables -A OUTPUT -p tcp -m owner --uid-owner ofbiz -d trusted_db_server --dport 5432 -j ACCEPT
iptables -A OUTPUT -p tcp -m owner --uid-owner ofbiz -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache Ofbiz

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability84.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-918
  • Technical References
  • OpenWall Security Announcement

  • Apache OFBiz Download Page

  • Apache OFBiz Release Notes 18.12.11
  • Vendor Resources
  • Apache JIRA Issue OFBIZ-12875

  • Apache Mailing List Thread

  • Apache OFBiz Security Information
  • Related CVEs
  • CVE-2024-47208: Apache OFBiz SSRF Vulnerability

  • CVE-2024-45507: Apache OFBiz SSRF Vulnerability

  • CVE-2025-54466: Apache OFBiz Scrum Plugin RCE Vulnerability

  • CVE-2024-45195: Apache OFBiz Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English