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-31388

CVE-2026-31388: Apache OFBiz Auth Bypass Vulnerability

CVE-2026-31388 is an authentication bypass flaw in Apache OFBiz multi-tenant deployments caused by improper access control. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 21, 2026

CVE-2026-31388 Overview

CVE-2026-31388 is an Improper Access Control vulnerability [CWE-284] affecting Apache OFBiz in multi-tenant deployments. The flaw exists in versions prior to 24.09.06 and allows unauthenticated network-based access to information that should be isolated between tenants. Apache OFBiz is an open-source enterprise resource planning (ERP) system used for accounting, e-commerce, customer relationship management, and supply chain workflows. In multi-tenant configurations, the platform enforces logical separation between tenants sharing the same infrastructure. This vulnerability weakens that separation boundary and exposes limited confidential data without requiring authentication or user interaction.

Critical Impact

Remote attackers can access information across tenant boundaries in shared Apache OFBiz deployments without authentication, undermining tenant isolation guarantees.

Affected Products

  • Apache OFBiz versions prior to 24.09.06
  • Multi-tenant Apache OFBiz deployments
  • ERP, e-commerce, and CRM environments built on Apache OFBiz

Discovery Timeline

  • 2026-05-19 - CVE-2026-31388 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Apache project disclosure published via the Apache mailing list and Openwall oss-security list
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-31388

Vulnerability Analysis

The vulnerability resides in how Apache OFBiz enforces access control boundaries between tenants in multi-tenant deployments. An attacker on the network can reach affected endpoints without supplying credentials and without user interaction. Because the issue is classified under [CWE-284] Improper Access Control, the root problem is an authorization gap rather than a memory safety or injection defect. Exploitation impacts confidentiality only, with no documented effect on integrity or availability. The scope remains unchanged, meaning the impact is contained to the OFBiz application context rather than crossing into other components.

Root Cause

The defect stems from missing or incomplete tenant-scope checks in Apache OFBiz request handling for multi-tenant environments. When the platform processes requests in a shared-tenant configuration, it fails to consistently validate that the requester is entitled to the targeted tenant context. This allows information owned by one tenant to be retrievable from outside that tenant's authorization boundary.

Attack Vector

The attack vector is network-based with low complexity. No privileges and no user interaction are required, which makes the vulnerability suitable for opportunistic scanning of internet-facing OFBiz instances. An attacker sends crafted HTTP requests to a multi-tenant OFBiz deployment to retrieve tenant-scoped information that should not be accessible without proper authorization. Single-tenant deployments are not in scope of this issue.

No public proof-of-concept code is available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. The current EPSS probability is 0.127%. Technical details are described in prose because no verified exploit code has been released; refer to the Apache Mailing List Thread and the Openwall OSS Security Update for vendor-provided context.

Detection Methods for CVE-2026-31388

Indicators of Compromise

  • Anomalous HTTP requests to OFBiz tenant-aware endpoints originating from unauthenticated sessions
  • Access patterns where a single client retrieves data spanning multiple tenant identifiers
  • Unexpected responses containing tenant-scoped records returned to requests without valid tenant authorization

Detection Strategies

  • Inventory all Apache OFBiz instances and identify which run in multi-tenant mode; flag versions earlier than 24.09.06
  • Review web server and application logs for sequential or scripted access to tenant-aware URLs without prior authenticated session establishment
  • Correlate WAF and reverse-proxy logs to identify cross-tenant identifier enumeration

Monitoring Recommendations

  • Enable verbose access logging on OFBiz front-end servers and forward logs to a centralized analytics platform
  • Alert on spikes in 200-status responses to endpoints that include tenant identifiers in path or query parameters
  • Monitor egress traffic from OFBiz hosts for unexpected data volumes that could indicate bulk extraction

How to Mitigate CVE-2026-31388

Immediate Actions Required

  • Upgrade Apache OFBiz to version 24.09.06 or later, which contains the official fix
  • If patching cannot be completed immediately, restrict network exposure of multi-tenant OFBiz instances to trusted networks only
  • Audit recent access logs for evidence of cross-tenant data retrieval prior to the upgrade

Patch Information

Apache has released Apache OFBiz 24.09.06 to remediate CVE-2026-31388. Administrators should follow the upgrade guidance in the Apache Mailing List Thread. After upgrading, validate tenant isolation by performing functional tests that confirm tenant-scoped requests reject unauthorized contexts.

Workarounds

  • Place multi-tenant OFBiz deployments behind an authenticating reverse proxy or VPN until the upgrade is applied
  • Apply WAF rules to block unauthenticated access to tenant-scoped URL patterns
  • Temporarily disable multi-tenant mode where feasible and consolidate to single-tenant deployments until patched
bash
# Configuration example: verify OFBiz version and plan upgrade to 24.09.06
cd /opt/ofbiz
./gradlew --version
git fetch --tags
git checkout release24.09
./gradlew cleanAll loadDefault

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.13%

  • 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-284
  • Technical References
  • Openwall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-45187: Apache OFBiz Auth Bypass Vulnerability

  • CVE-2026-31387: 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