CVE-2026-7688
SQL Injection in Dolibarr ERP CRM
Publication date: 2026-05-03
Last updated on: 2026-05-05
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dolibarr | dolibarr | to 23.0.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Dolibarr ERP CRM versions up to 23.0.2, specifically in the Shipments API Endpoint within the _checkValForAPI function of the file htdocs/expedition/class/expedition.class.php.
It involves manipulation of argument fields that leads to SQL injection, allowing an attacker to execute unauthorized SQL commands.
The attack can be carried out remotely but requires a high degree of complexity, making exploitability difficult. However, a public exploit is available.
How can this vulnerability impact me? :
This SQL injection vulnerability can allow an attacker to manipulate the database by injecting malicious SQL commands remotely.
Potential impacts include unauthorized access to sensitive data, data modification, or disruption of the application's normal operation.
Because the exploit is publicly available, there is a risk that attackers could use it despite the complexity required.