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. โณ