This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Dolibarr ERP/CRM suffers from a critical **SQL Injection (SQLi)** flaw.β¦
π‘οΈ **Root Cause**: **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command). The system fails to sanitize the `viewstatut` parameter, allowing malicious SQL code execution. π
Q3Who is affected? (Versions/Components)
π’ **Affected**: **Dolibarr ERP/CRM** (French-based Web ERP/CRM). π **Version**: Specifically **v9.0.1**. π **Component**: The `/dolibarr/commande/list.php` endpoint is the vulnerable entry point.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: With **High** impact on Confidentiality & Integrity (CVSS C:H, I:H). Hackers can **dump the entire database**, accessing sensitive business data, invoices, orders, and user info. ππ
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. π« **Auth**: No authentication required (PR:N). π **Network**: Remote (AV:N). π― **Complexity**: Low (AC:L). UI interaction not needed (UI:N). Easy to exploit remotely! β‘
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **YES**. A Proof of Concept (PoC) is available via **ProjectDiscovery Nuclei Templates**. π Link: `http/cves/2024/CVE-2024-5315.yaml`. Wild exploitation is likely imminent. β οΈ
Q7How to self-check? (Features/Scanning)
π΅οΈ **Self-Check**: Scan for Dolibarr v9.0.1 instances. π Look for the `/dolibarr/commande/list.php` endpoint. π§ͺ Inject test payloads into the `viewstatut` parameter to detect SQL error responses or data leakage. π‘
Q8Is it fixed officially? (Patch/Mitigation)
π οΈ **Official Fix**: The data indicates a vulnerability in v9.0.1. π Published: 2024-05-24. Users should check for **upgrades** to patched versions from the Dolibarr Foundation.β¦
π§ **No Patch Workaround**: If unpatched, **restrict access** to `/dolibarr/commande/list.php` via WAF or firewall rules. π Block suspicious SQL injection patterns in the `viewstatut` parameter.β¦
π₯ **Urgency**: **CRITICAL**. π¨ CVSS Vector: `AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N`. Remote, unauthenticated, low complexity, high impact. **Patch immediately** or isolate the system to prevent data breach. β³