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

CVE-2026-37713: Dolibarr ERP/CRM RCE Vulnerability

CVE-2026-37713 is a remote code execution flaw in Dolibarr ERP/CRM versions 22.0.0-22.0.4 and 24.0.0-alpha that enables attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-37713 Overview

CVE-2026-37713 is a remote code execution vulnerability in Dolibarr ERP/CRM affecting versions v22.0.0 through v22.0.4 and v24.0.0-alpha. The flaw resides in htdocs/core/class/commonobject.class.php and allows a remote attacker to execute arbitrary code on the host running the application. Dolibarr is an open-source enterprise resource planning and customer relationship management platform deployed by small and mid-sized organizations to manage invoicing, inventory, and customer data. Successful exploitation grants the attacker the privileges of the web server process, enabling data theft, lateral movement, and persistence.

Critical Impact

Remote attackers can execute arbitrary code on Dolibarr ERP/CRM installations running affected versions, compromising business data and the underlying host.

Affected Products

  • Dolibarr ERP/CRM v22.0.0 through v22.0.4
  • Dolibarr ERP/CRM v24.0.0-alpha
  • htdocs/core/class/commonobject.class.php component

Discovery Timeline

  • 2026-05-27 - CVE-2026-37713 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-37713

Vulnerability Analysis

The vulnerability is an arbitrary code execution flaw in the commonobject.class.php file, which is a core class used across Dolibarr modules to process object data. Public references trace the root cause to the long-standing dol_eval() function pattern, which evaluates user-influenced strings as PHP expressions. When attacker-controlled input reaches the evaluation path inside commonobject.class.php, the application interprets it as code rather than data.

This class of issue is categorized as Code Injection and falls under the broader Remote Code Execution (RCE) category. The component is invoked by many CRUD operations within Dolibarr, expanding the number of HTTP endpoints reachable by an authenticated user where the unsafe evaluation can be triggered.

Root Cause

The root cause is unsafe dynamic evaluation of user-supplied or user-influenceable input within the common object class. Input that should be treated as data flows into a PHP evaluation context without sufficient sanitization or allow-listing. Background on the recurring dol_eval issue is documented in the GitHub Blog Post.

Attack Vector

A remote attacker submits crafted input to a Dolibarr endpoint that invokes the vulnerable code path in commonobject.class.php. The payload is interpreted by the PHP runtime and executes under the privileges of the web server user. Detailed technical context is provided in the GitHub Security Advisory.

No verified public proof-of-concept code is included in the advisory at this time. The vulnerability mechanism is described in prose because no validated exploit code is available from authoritative sources.

Detection Methods for CVE-2026-37713

Indicators of Compromise

  • Unexpected PHP processes spawning shell interpreters (sh, bash, php -r) from the Dolibarr web root.
  • Outbound network connections from the web server to unfamiliar hosts following requests to Dolibarr object endpoints.
  • New or modified PHP files inside the htdocs/ directory not associated with a known update.
  • Web access log entries containing PHP function names or backtick characters in request parameters targeting Dolibarr modules.

Detection Strategies

  • Inspect HTTP request bodies and query strings sent to Dolibarr for patterns resembling PHP code, including function calls, semicolons, and language constructs.
  • Correlate Dolibarr access logs with process creation events on the host to surface web-triggered command execution.
  • Apply file integrity monitoring on htdocs/core/class/commonobject.class.php and the wider Dolibarr install tree.

Monitoring Recommendations

  • Forward web server, PHP-FPM, and operating system audit logs to a centralized analytics platform for correlation.
  • Alert on child processes of the web server user that match command interpreters or scripting engines.
  • Track authenticated Dolibarr sessions producing anomalously high write activity or accessing administrative object types.

How to Mitigate CVE-2026-37713

Immediate Actions Required

  • Inventory all Dolibarr deployments and identify any instance running v22.0.0 through v22.0.4 or v24.0.0-alpha.
  • Upgrade affected installations to a fixed release as referenced in the upstream Dolibarr security advisory.
  • Restrict Dolibarr administrative access to trusted internal networks or VPN until patching is complete.
  • Rotate credentials and API tokens used by the application if compromise is suspected.

Patch Information

Refer to the GitHub Security Advisory for the fixed version and code changes addressing the unsafe evaluation in commonobject.class.php. Apply vendor-supplied updates rather than custom patches to ensure all related code paths are covered.

Workarounds

  • Place the Dolibarr application behind a web application firewall configured to block requests containing PHP code constructs in user input.
  • Disable or restrict any Dolibarr modules and custom fields that allow user-defined formulas or expressions until patched.
  • Run PHP under a hardened configuration that disables dangerous functions (disable_functions directive) such as exec, system, passthru, and shell_exec.
bash
# Configuration example - disable dangerous PHP functions in php.ini
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDolibarr

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Blog Post

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-37711: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2026-37712: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2018-25357: Dolibarr ERP/CRM RCE Vulnerability

  • CVE-2025-67486: Dolibarr ERP/CRM RCE 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