Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-5315 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Dolibarr ERP/CRM suffers from a critical **SQL Injection (SQLi)** flaw.…

Q2Root Cause? (CWE/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.…

Q9What if no patch? (Workaround)

🚧 **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.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **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. ⏳