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-2025-67486

CVE-2025-67486: Dolibarr ERP/CRM RCE Vulnerability

CVE-2025-67486 is an authenticated remote code execution flaw in Dolibarr ERP/CRM affecting versions 22.0.2 and earlier. Attackers can exploit user extrafields to execute arbitrary PHP code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2025-67486 Overview

CVE-2025-67486 is an authenticated remote code execution vulnerability in Dolibarr ERP/CRM, an open-source enterprise resource planning and customer relationship management platform. The flaw affects versions 22.0.2 and earlier and resides in the user extrafields functionality. User-controlled input from the computed value field reaches PHP's eval() function without adequate sanitization. Authenticated administrators can leverage this to execute arbitrary PHP code on the underlying server. At the time of publication, no patched version is available from the vendor.

Critical Impact

Authenticated administrators can achieve full PHP code execution on the Dolibarr host, leading to complete confidentiality, integrity, and availability compromise of the ERP/CRM environment.

Affected Products

  • Dolibarr ERP/CRM version 22.0.2
  • All Dolibarr ERP/CRM versions prior to 22.0.2
  • Self-hosted Dolibarr installations exposing the user extrafields administration interface

Discovery Timeline

  • 2026-05-08 - CVE-2025-67486 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2025-67486

Vulnerability Analysis

The vulnerability is classified under [CWE-74] Improper Neutralization of Special Elements in Output Used by a Downstream Component (Injection). Dolibarr allows administrators to define extrafields for user records, including a computed value attribute that supports dynamic expressions. The application processes these expressions by passing the stored string directly into PHP's eval() function inside htdocs/core/lib/functions.lib.php. Because the input lacks adequate filtering or allow-listing, any valid PHP expression injected into the computed value is executed in the context of the web server process. The attack requires authenticated administrator privileges, but post-exploitation grants full server-side code execution, enabling credential theft, lateral movement, and persistence within the ERP environment.

Root Cause

The root cause is the direct use of eval() on operator-supplied data without sanitization or use of a safe expression evaluator. The computed value field is treated as trusted PHP code rather than as user input subject to validation. Combined with administrative configuration workflows that store arbitrary strings, this design pattern produces a deterministic injection sink.

Attack Vector

An authenticated administrator navigates to the user extrafields configuration interface and creates or edits a custom field with a malicious PHP payload in the computed value attribute. When Dolibarr renders or evaluates the user record that references this extrafield, the payload is passed to eval() and executed on the server. The attack is delivered over the network through normal HTTP requests to the administrative interface and does not require user interaction beyond rendering the affected page. Technical analysis is available in the Medium Remote Code Execution Analysis and the affected source can be reviewed in the Dolibarr functions.lib.php source.

Detection Methods for CVE-2025-67486

Indicators of Compromise

  • New or modified entries in the llx_extrafields database table targeting the user element with unusual PHP syntax in the computed value column.
  • Unexpected child processes of the PHP-FPM or web server user, such as sh, bash, curl, wget, or python, originating from the Dolibarr application directory.
  • Outbound network connections from the Dolibarr host to unknown infrastructure following administrator session activity.
  • Web access logs showing POST requests to extrafields administration endpoints followed by anomalous server behavior.

Detection Strategies

  • Audit all user extrafield definitions for computed value entries containing function calls such as system, exec, passthru, shell_exec, file_put_contents, or base64_decode.
  • Enable PHP application logging and inspect calls into eval() paths from functions.lib.php for runtime evaluation of administrator-controlled strings.
  • Monitor administrator account activity, especially recent privilege changes and logins from unfamiliar source addresses.

Monitoring Recommendations

  • Forward Dolibarr web server, PHP error, and database audit logs to a centralized analytics platform for correlation.
  • Alert on process-creation events where the web server user spawns interactive shells or networking utilities.
  • Track changes to administrative configuration tables (llx_extrafields, llx_user) with database triggers or change-data-capture tooling.

How to Mitigate CVE-2025-67486

Immediate Actions Required

  • Restrict access to the Dolibarr administrative interface using network controls, VPN, or IP allow-listing until a patch is released.
  • Review and reduce the number of accounts holding administrator privileges, and rotate credentials for existing administrators.
  • Inspect all existing user extrafields and remove any computed value entries that are not strictly required for business operations.
  • Enable multi-factor authentication for all administrative accounts to raise the cost of credential compromise.

Patch Information

As of the publication of CVE-2025-67486, no fixed version is available from Dolibarr. Track the Dolibarr repository for upstream changes to the eval() usage in htdocs/core/lib/functions.lib.php and apply vendor updates as soon as they are released. Customers running version 22.0.2 or earlier should treat the deployment as vulnerable.

Workarounds

  • Place the Dolibarr application behind a web application firewall and block requests that submit PHP syntax to extrafields administration endpoints.
  • Disable the user extrafields computed value feature in environments where it is not required by removing or disallowing computed fields at the database layer.
  • Run the Dolibarr PHP process under a least-privilege operating system account with restricted file system and outbound network permissions to limit post-exploitation impact.
bash
# Configuration example: restrict admin interface access via reverse proxy allow-list
location ~ ^/(htdocs/)?user/(admin|card)\.php {
    allow 10.0.0.0/24;     # trusted admin subnet
    deny  all;
    proxy_pass http://dolibarr_backend;
}

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.6

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-74
  • Technical References
  • Medium Remote Code Execution Analysis
  • Vendor Resources
  • GitHub Dolibarr Functions Code
  • Related CVEs
  • CVE-2026-7689: Dolibarr ERP CRM RCE Vulnerability

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

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

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