A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-31387

CVE-2026-31387: Apache OFBiz Auth Bypass Vulnerability

CVE-2026-31387 is an authentication bypass vulnerability in Apache OFBiz that allows attackers to circumvent authentication controls. This article covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-31387 Overview

CVE-2026-31387 is an Improper Authentication vulnerability [CWE-287] in Apache OFBiz, an open-source enterprise resource planning (ERP) platform. The flaw affects all versions of Apache OFBiz prior to 24.09.06. An unauthenticated attacker can reach the vulnerable code path over the network without user interaction. Successful exploitation results in limited disclosure of confidential information, but does not impact integrity or availability. The Apache OFBiz project released version 24.09.06 to address the issue.

Critical Impact

Remote, unauthenticated attackers can bypass authentication controls in Apache OFBiz to access information that should require valid credentials.

Affected Products

  • Apache OFBiz versions prior to 24.09.06
  • Deployments exposing OFBiz web interfaces to untrusted networks
  • Downstream applications and integrations built on Apache OFBiz

Discovery Timeline

  • 2026-05-19 - CVE-2026-31387 published to the National Vulnerability Database
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-31387

Vulnerability Analysis

The vulnerability falls under CWE-287: Improper Authentication. Apache OFBiz fails to enforce authentication correctly on at least one network-reachable code path. An attacker can reach functionality that should be restricted to authenticated users. The CVSS vector indicates a network-based attack requiring no privileges and no user interaction. The impact is limited to confidentiality, with no direct effect on integrity or availability of the underlying system.

Apache OFBiz exposes web-based ERP modules covering accounting, e-commerce, manufacturing, and human resources. Authentication flaws in this class of application can expose business records, user data, and configuration metadata. The EPSS data published on 2026-05-21 indicates a low near-term exploitation probability, and no public proof-of-concept code is currently listed.

Root Cause

The root cause is improper enforcement of authentication checks within Apache OFBiz before version 24.09.06. Public advisories do not detail the specific component or endpoint affected. The Apache Software Foundation tracks the fix in version 24.09.06 and recommends upgrading rather than patching individual files. See the Apache Security Mailing List Thread for vendor-supplied details.

Attack Vector

The attack vector is network-based and does not require credentials or user interaction. An attacker sends crafted requests to an exposed Apache OFBiz instance and reaches functionality that should require an authenticated session. Because exploitation does not require prior access, any internet-facing OFBiz deployment running an affected version is reachable. Refer to the Openwall OSS-Security Discussion for community analysis.

No verified exploit code is available at the time of publication, so a sanitized technical walkthrough is not included here. Defenders should treat any anomalous unauthenticated request reaching protected OFBiz endpoints as suspicious.

Detection Methods for CVE-2026-31387

Indicators of Compromise

  • Successful HTTP responses to OFBiz endpoints from sources that never completed a login flow
  • Unexpected outbound data transfers originating from OFBiz application servers
  • Access to OFBiz controller paths from IP addresses outside normal administrative ranges

Detection Strategies

  • Inspect OFBiz web server logs for requests to authenticated controllers that lack a preceding login event
  • Correlate session identifiers across requests to identify endpoints accessed without an established session
  • Compare the running OFBiz version banner against 24.09.06 to identify exposed, unpatched instances

Monitoring Recommendations

  • Enable verbose request logging on Apache OFBiz front-end servers and forward logs to a centralized analytics platform
  • Alert on spikes in 200-class responses from unauthenticated source IPs to OFBiz application paths
  • Track configuration drift on OFBiz hosts to confirm the patched version remains deployed

How to Mitigate CVE-2026-31387

Immediate Actions Required

  • Upgrade all Apache OFBiz instances to version 24.09.06 or later
  • Inventory internet-exposed OFBiz deployments and prioritize them for patching
  • Review web server and application logs for unauthenticated access to protected endpoints since the last known-good baseline

Patch Information

The Apache OFBiz project fixed CVE-2026-31387 in version 24.09.06. Administrators should upgrade following the official release notes published on the Apache Security Mailing List Thread. No backported patches for earlier branches are referenced in the advisory.

Workarounds

  • Restrict network access to Apache OFBiz administrative interfaces using firewall rules or VPN-only access
  • Place OFBiz behind a reverse proxy that enforces authentication at the perimeter
  • Disable unused OFBiz components and endpoints to reduce the reachable attack surface
bash
# Example: restrict OFBiz access to trusted management network using iptables
iptables -A INPUT -p tcp --dport 443 -s 10.10.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • Apache Security Mailing List Thread
  • Related CVEs
  • CVE-2026-45187: Apache OFBiz Auth Bypass Vulnerability

  • CVE-2026-31388: Apache OFBiz Auth Bypass Vulnerability

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

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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