Severity by source
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
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
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
Lifecycle Timeline
3DescriptionGitHub Advisory
Dolibarr is an enterprise resource planning (ERP) and customer relationship management (CRM) software package. Versions 22.0.2 and earlier contains an authenticated remote code execution vulnerability in the user extrafields functionality. User-controlled input from the "computed value" field is passed to PHP's eval() function without adequate sanitization, allowing authenticated administrators to execute arbitrary PHP code on the server. As of time of publication, no patched versions are available.
AnalysisAI
Remote code execution in Dolibarr ERP/CRM versions ≤22.0.2 allows authenticated administrators to execute arbitrary PHP code by injecting malicious payloads into the 'computed value' field of user extrafields, which are passed unsanitized to PHP's eval() function. No vendor patch exists at time of analysis (zero-day status), but exploitation requires high-privilege administrator access, limiting immediate risk to environments with compromised admin accounts or malicious insiders. EPSS data unavailable; not listed in CISA KEV, indicating no confirmed widespread exploitation despite public technical disclosure.
Technical ContextAI
This vulnerability affects Dolibarr's user extrafields feature, specifically the computed value functionality in htdocs/core/lib/functions.lib.php. Extrafields allow administrators to add custom calculated fields to user records. The application passes user-supplied expressions from the 'computed value' field directly to PHP's eval() function without input validation or sanitization. This represents a classic CWE-74 (Improper Neutralization of Special Elements in Output) injection vulnerability. The eval() function executes arbitrary PHP code as strings, making it inherently dangerous when processing untrusted input. The affected codebase (cpe:2.3:a:dolibarr:dolibarr) is written in PHP, and the vulnerable code path is triggered during extrafield computation operations within the administrative interface.
RemediationAI
No vendor-released patch exists at time of analysis. Until an official fix is available, implement these compensating controls: (1) Restrict administrative access to Dolibarr to only essential personnel using principle of least privilege, enforced through application-level role restrictions and network segmentation. (2) Disable or restrict access to the user extrafields computed value feature at the application or web server level if not operationally required - this may impact custom field calculation functionality. (3) Implement comprehensive audit logging for all administrative actions, particularly modifications to user extrafields, to detect potential exploitation attempts. (4) Deploy web application firewall (WAF) rules to inspect POST requests to extrafield endpoints for suspicious PHP function names (eval, system, exec, shell_exec) though determined attackers may use obfuscation. (5) Monitor Dolibarr's GitHub repository (https://github.com/Dolibarr/dolibarr) and security mailing lists for patch announcements. Consider engaging with the Dolibarr development community to prioritize remediation given the public disclosure at https://medium.com/@abduxalilovjavohir/dolibarr-erp-authenticated-remote-code-execution-via-eval-injection-in-user-extrafields-dfc305d0118e. Organizations with high-risk profiles should evaluate temporarily disabling the Dolibarr instance until patches are available.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209752