Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-31018

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

CVE-2026-31018 is a remote code execution flaw in Dolibarr ERP/CRM that allows authenticated users to inject PHP code through the Website module. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-31018 Overview

CVE-2026-31018 is a code injection vulnerability in Dolibarr ERP & CRM versions 22.0.4 and earlier. The vulnerability exists in the Website module where PHP code detection and editing permission enforcement is not applied consistently to all input parameters. This inconsistent security control allows an authenticated user who is restricted to HTML/JavaScript editing to bypass these restrictions and inject PHP code through unprotected inputs during website page creation.

Critical Impact

Authenticated attackers with limited editing privileges can inject and execute arbitrary PHP code on the server, potentially leading to complete system compromise, data exfiltration, and unauthorized access to sensitive business information stored in the ERP/CRM system.

Affected Products

  • Dolibarr ERP/CRM versions up to and including 22.0.4
  • Dolibarr Website module with page creation functionality enabled
  • Systems allowing authenticated users with HTML/JavaScript editing permissions

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-31018 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-31018

Vulnerability Analysis

This vulnerability (CWE-94: Improper Control of Generation of Code) stems from inconsistent input validation in Dolibarr's Website module. While the application implements PHP code detection and permission enforcement for certain input fields, not all input parameters receive the same level of scrutiny. An attacker with legitimate access to the website page creation functionality can exploit these unprotected input vectors to inject arbitrary PHP code.

The attack requires network access and low-privilege authentication, but no user interaction is necessary for exploitation. Successful exploitation can result in complete compromise of the confidentiality, integrity, and availability of the affected system and any data it processes.

Root Cause

The root cause of CVE-2026-31018 is the inconsistent application of security controls across input parameters in the Website module. The development team implemented PHP code detection and permission checks for some inputs but failed to apply these same controls universally. This created a security gap where certain input fields bypass the intended restrictions, allowing users with limited permissions (HTML/JavaScript only) to inject executable PHP code.

Attack Vector

The attack is executed over the network by an authenticated user who has been granted restricted editing permissions (specifically, permissions limited to HTML/JavaScript editing only). The attacker exploits the inconsistent input validation by:

  1. Authenticating to the Dolibarr application with valid credentials
  2. Navigating to the Website module's page creation functionality
  3. Identifying input parameters that lack PHP code detection controls
  4. Injecting malicious PHP code through the unprotected input fields
  5. Triggering execution of the injected code when the created page is processed

The vulnerability does not require user interaction beyond the attacker's own actions, and the exploitation complexity is low. Technical details and a proof-of-concept are available in the GitHub PoC for CVE-2026-31018.

Detection Methods for CVE-2026-31018

Indicators of Compromise

  • Unexpected PHP code present in website page content or templates created by users with HTML/JavaScript-only permissions
  • Web server logs showing POST requests to website page creation endpoints with PHP code snippets in parameters
  • Newly created or modified files in the Dolibarr document root containing PHP execution functions such as exec(), system(), passthru(), or eval()
  • Anomalous outbound network connections originating from the web server process

Detection Strategies

  • Monitor audit logs for website page creation events by users who should only have HTML/JavaScript editing permissions
  • Implement web application firewall (WAF) rules to detect PHP code patterns in HTTP POST parameters targeting Dolibarr endpoints
  • Deploy file integrity monitoring on Dolibarr's web directories to detect unauthorized PHP file modifications
  • Configure SentinelOne agents to detect and alert on suspicious PHP process behavior indicative of code injection attacks

Monitoring Recommendations

  • Enable verbose logging for the Dolibarr Website module and review logs regularly for suspicious activity
  • Implement real-time alerting for any PHP code patterns detected in user-submitted content
  • Monitor server-side script execution patterns for anomalies that may indicate injected code execution

How to Mitigate CVE-2026-31018

Immediate Actions Required

  • Upgrade Dolibarr ERP & CRM to a patched version beyond 22.0.4 when available from the vendor
  • Review and restrict user permissions for the Website module, removing page creation access from untrusted users
  • Audit existing website pages for any injected PHP code and remove malicious content
  • Implement additional input validation at the web application firewall level to block PHP code in form submissions

Patch Information

Organizations running Dolibarr ERP & CRM version 22.0.4 or earlier should monitor the Dolibarr Official Site for security updates addressing this vulnerability. When a patch becomes available, apply it immediately following your organization's change management procedures. The GitHub PoC repository may contain additional technical details about the vulnerability.

Workarounds

  • Disable or restrict access to the Website module's page creation functionality until a patch is available
  • Remove or limit user accounts that have HTML/JavaScript editing permissions to only trusted administrators
  • Deploy a web application firewall with rules configured to block PHP code injection patterns
  • Implement network segmentation to limit the impact of potential compromise
bash
# Restrict Website module access in Dolibarr configuration
# Edit the htdocs/conf/conf.php file to limit module permissions
# Disable website module temporarily if not business-critical
# Example: Navigate to Setup > Modules and disable Website module
# Or restrict user permissions via Setup > Users & Groups > Permissions

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDolibarr

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • Dolibarr Official Site

  • GitHub PoC for CVE-2026-31018
  • Related CVEs
  • CVE-2026-31019: Dolibarr ERP/CRM RCE Vulnerability

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

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

  • CVE-2023-30253: Dolibarr ERP/CRM 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