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
    • 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-49070

CVE-2023-49070: Apache OFBiz Pre-auth RCE Vulnerability

CVE-2023-49070 is a pre-authentication remote code execution vulnerability in Apache OFBiz caused by unmaintained XML-RPC code. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-49070 Overview

CVE-2023-49070 is a critical pre-authentication remote code execution (RCE) vulnerability affecting Apache OFBiz versions prior to 18.12.10. The vulnerability stems from the presence of an unmaintained XML-RPC component that remains accessible in the application, allowing unauthenticated attackers to execute arbitrary code on vulnerable systems remotely over the network.

Critical Impact

This pre-authentication RCE vulnerability allows unauthenticated attackers to execute arbitrary code on affected Apache OFBiz servers without any user interaction, potentially leading to complete system compromise, data theft, and lateral movement within enterprise networks.

Affected Products

  • Apache OFBiz versions before 18.12.10
  • Apache OFBiz 18.12.09 and earlier releases
  • Enterprise deployments utilizing Apache OFBiz ERP/CRM functionality

Discovery Timeline

  • 2023-12-05 - CVE-2023-49070 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-49070

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), which describes scenarios where software constructs code segments using externally-influenced input without properly neutralizing special elements that could modify the intended code syntax or behavior.

The root issue lies in the continued presence of the XML-RPC functionality within Apache OFBiz, despite the XML-RPC library being unmaintained and known to have security issues. XML-RPC is a remote procedure call protocol that uses XML to encode its calls and HTTP as a transport mechanism. The deprecated XML-RPC endpoint remains exposed and accessible without authentication, creating a significant attack surface.

Attackers can leverage this vulnerability to achieve complete system compromise without requiring any credentials. The network-accessible nature of this vulnerability, combined with the lack of authentication requirements and the potential for full system takeover, makes it particularly dangerous for internet-facing Apache OFBiz deployments.

Root Cause

The vulnerability exists because the XML-RPC component, which is no longer maintained and has known security vulnerabilities, was not removed from Apache OFBiz. This deprecated functionality continues to be exposed to network requests, allowing attackers to exploit weaknesses in the XML-RPC implementation to achieve code execution. The failure to remove or properly secure legacy components represents a common pattern in software maintenance where deprecated functionality creates unexpected security risks.

Attack Vector

The attack is conducted remotely over the network without requiring authentication. An attacker can craft malicious XML-RPC requests targeting the vulnerable endpoint. Since XML-RPC allows for serialized object transmission, attackers can leverage insecure deserialization or code injection techniques through the XML-RPC interface to execute arbitrary commands on the server.

The attack flow typically involves:

  1. Identifying an exposed Apache OFBiz instance
  2. Sending specially crafted XML-RPC requests to the vulnerable endpoint
  3. Exploiting the XML-RPC processing to achieve code execution
  4. Gaining unauthorized access to the underlying server

Technical details and exploitation methods have been documented in security research. For detailed technical analysis, refer to the Packet Storm Security Advisory and the Vicarius security analysis.

Detection Methods for CVE-2023-49070

Indicators of Compromise

  • Unusual HTTP POST requests to XML-RPC endpoints such as /webtools/control/xmlrpc or similar paths
  • Unexpected process spawning from the Java process running Apache OFBiz
  • Network connections originating from the OFBiz server to external IP addresses
  • Suspicious entries in OFBiz application logs showing XML-RPC request processing errors or malformed payloads

Detection Strategies

  • Monitor web server access logs for requests targeting XML-RPC endpoints with unusual or oversized payloads
  • Implement network-based intrusion detection rules to identify XML-RPC exploitation attempts
  • Deploy application-layer firewalls (WAF) with rules to block suspicious XML-RPC traffic patterns
  • Use endpoint detection and response (EDR) solutions to identify post-exploitation activity such as unusual child processes from Java applications

Monitoring Recommendations

  • Enable verbose logging for Apache OFBiz application requests to capture potential exploitation attempts
  • Configure SIEM alerts for anomalous patterns in OFBiz-related log entries
  • Monitor system process trees for unexpected command execution from the OFBiz Java process
  • Track network egress from OFBiz servers to detect potential command-and-control communications

How to Mitigate CVE-2023-49070

Immediate Actions Required

  • Upgrade Apache OFBiz to version 18.12.10 or later immediately
  • If immediate upgrade is not possible, restrict network access to the OFBiz application to trusted IP addresses only
  • Block external access to XML-RPC endpoints at the network perimeter or web application firewall
  • Conduct incident response investigation if the vulnerable version has been exposed to the internet

Patch Information

Apache has addressed this vulnerability in Apache OFBiz version 18.12.10. Users are strongly recommended to upgrade to this version or later. The patch removes or properly secures the deprecated XML-RPC functionality that enabled this pre-authentication RCE vulnerability.

For upgrade instructions and downloads, refer to the Apache OFBiz Download Page. Detailed release information is available in the Apache OFBiz 18.12.10 Release Notes. The specific issue details are tracked in Apache JIRA Issue OFBIZ-12812.

Workarounds

  • Implement network segmentation to isolate OFBiz instances from direct internet exposure
  • Configure reverse proxy or WAF rules to block requests to /webtools/control/xmlrpc and similar XML-RPC endpoints
  • Disable the XML-RPC servlet or component if configuration allows and it's not required for business operations
  • Apply IP allowlisting to restrict access to the OFBiz administrative interfaces
bash
# Example: Block XML-RPC endpoints using Apache mod_rewrite
# Add to Apache HTTP Server configuration or .htaccess
RewriteEngine On
RewriteRule ^/webtools/control/xmlrpc - [F,L]
RewriteRule ^/.*xmlrpc.* - [F,L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Ofbiz

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • Packet Storm Remote Code Execution

  • Apache Mailing List Thread

  • Apache OFBiz Download Page

  • Apache OFBiz Release Notes

  • Vicarius Blog on CVE-2023-49070 and CVE-2023-51467
  • Vendor Resources
  • Apache JIRA Issue OFBIZ-12812

  • Apache OFBiz Security Overview
  • Related CVEs
  • CVE-2025-54466: Apache OFBiz Scrum Plugin RCE Vulnerability

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

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

  • CVE-2024-32113: Apache OFBiz Path Traversal 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