CVE-2024-40137: Dolibarr ERP CRM vulnerable to remote code execution (RCE)
Basic Information
Basic Information
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization (CWE-74) in the Users Module Setup's computed field. Key indicators:
The attack vector requires high privileges (PR:H) matching user module configuration access
The term 'computed field' implies dynamic evaluation of user input
PHP applications commonly use eval() for formula fields, which would be vulnerable if un-sanitized
User management functionality in Dolibarr is typically found in user/admin paths
Form rendering classes often handle field processing logic
High confidence for users_setup.php based on direct parameter reference; medium confidence for form.class.php due to typical code organization patterns in Dolibarr.