The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2024-25065

CVE-2024-25065: Apache OFBiz Auth Bypass Vulnerability

CVE-2024-25065 is an authentication bypass flaw in Apache OFBiz caused by path traversal. Attackers can exploit this to gain unauthorized access. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-25065 Overview

CVE-2024-25065 is a critical path traversal vulnerability in Apache OFBiz that enables attackers to bypass authentication mechanisms. Apache OFBiz is an open-source enterprise resource planning (ERP) system widely used for e-commerce, supply chain management, and customer relationship management. This vulnerability allows unauthenticated remote attackers to exploit path traversal sequences to circumvent authentication controls, potentially gaining unauthorized access to sensitive business data and administrative functions.

Critical Impact

This authentication bypass vulnerability allows unauthenticated remote attackers to access protected resources in Apache OFBiz deployments, potentially compromising sensitive enterprise data and administrative controls.

Affected Products

  • Apache OFBiz versions prior to 18.12.12

Discovery Timeline

  • 2024-02-29 - CVE-2024-25065 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2024-25065

Vulnerability Analysis

This vulnerability stems from improper input validation in Apache OFBiz's request handling mechanism. The application fails to properly sanitize user-supplied input containing path traversal sequences, which allows attackers to manipulate URL paths to access resources that should be protected by authentication. By crafting malicious requests with directory traversal patterns, an attacker can bypass the authentication layer entirely and interact with the application as if they were an authenticated user.

The vulnerability is particularly dangerous because it requires no prior authentication and can be exploited remotely over the network. Successful exploitation could lead to unauthorized access to confidential business information, manipulation of enterprise data, and potentially further compromise of the underlying system.

Root Cause

The root cause of CVE-2024-25065 is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The vulnerability exists because Apache OFBiz does not adequately validate and sanitize path components in incoming HTTP requests. When processing URLs, the application fails to properly normalize path sequences such as ../ or encoded variants, allowing attackers to traverse outside of the intended directory structure and access protected endpoints without proper authentication.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction or prior authentication. An attacker can exploit this vulnerability by sending specially crafted HTTP requests containing path traversal sequences to a vulnerable Apache OFBiz instance. The malicious request manipulates the URL path to bypass authentication checks, effectively allowing the attacker to access restricted functionality.

The attack requires only network access to the target OFBiz deployment. Once the authentication bypass is achieved, attackers can potentially access sensitive business data, modify configurations, or leverage additional vulnerabilities within the application.

Detection Methods for CVE-2024-25065

Indicators of Compromise

  • HTTP access logs containing unusual path traversal sequences such as ../, ..%2F, %2e%2e/, or similar encoded variants in request URLs
  • Unexpected access to administrative or protected endpoints from unauthenticated sources
  • Anomalous patterns in application logs showing access to restricted resources without corresponding authentication events
  • Network traffic analysis revealing requests with malformed or suspicious URL paths targeting OFBiz endpoints

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns and encoded directory traversal sequences
  • Monitor Apache OFBiz access logs for patterns indicative of path traversal attempts, including requests with multiple ../ sequences or URL-encoded equivalents
  • Deploy intrusion detection systems (IDS) with signatures for path traversal attacks against Java-based web applications
  • Conduct regular vulnerability scanning of Apache OFBiz deployments to identify unpatched instances

Monitoring Recommendations

  • Enable detailed access logging on Apache OFBiz and review logs regularly for suspicious request patterns
  • Set up real-time alerting for requests containing path traversal indicators targeting OFBiz endpoints
  • Monitor authentication events and correlate with application access patterns to identify potential bypass attempts
  • Implement behavioral analysis to detect anomalous access patterns to protected resources

How to Mitigate CVE-2024-25065

Immediate Actions Required

  • Upgrade Apache OFBiz to version 18.12.12 or later immediately, as this version contains the security fix for CVE-2024-25065
  • If immediate patching is not possible, restrict network access to Apache OFBiz deployments using firewalls or network segmentation
  • Implement WAF rules to block requests containing path traversal patterns as a temporary mitigation measure
  • Audit access logs for any signs of prior exploitation before and during the upgrade process

Patch Information

Apache has released version 18.12.12 of OFBiz to address this vulnerability. Users are strongly recommended to upgrade to this version or later. The fix can be obtained from the Apache OFBiz Download Page. Detailed information about the security fix is available in the Apache OFBiz Release Notes 18.12.12. Additional security information can be found at the Apache OFBiz Security Overview.

Technical details about the issue are tracked in Apache Jira Issue OFBIZ-12887.

Workarounds

  • Deploy a reverse proxy or web application firewall in front of Apache OFBiz configured to normalize and validate URL paths before forwarding requests
  • Implement strict input validation at the network perimeter to filter requests containing path traversal sequences
  • Restrict access to Apache OFBiz to trusted networks only until the patch can be applied
  • Consider temporarily disabling public-facing OFBiz services if they are not business-critical until the upgrade is complete

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Ofbiz

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.81%

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

  • Apache Jira Issue OFBIZ-12887

  • Apache Mailing List Discussion

  • Apache OFBiz Download Page

  • Apache OFBiz Release Notes 18.12.12
  • Vendor Resources
  • Apache OFBiz Security Overview
  • Related CVEs
  • CVE-2024-45195: Apache OFBiz Auth Bypass Vulnerability

  • CVE-2024-38856: Apache OFBiz Auth Bypass Vulnerability

  • CVE-2023-51467: Apache OFBiz Auth Bypass Vulnerability

  • CVE-2025-54466: Apache OFBiz Scrum Plugin RCE 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