Vulnerability Description
Dolibarr through 23.0.3, fixed in commit 14db36e, contains a sql injection vulnerability that allows authenticated API users to exfiltrate arbitrary database contents by supplying malicious values to the sqlfilters query parameter in the setup dictionary and multicurrencies REST API endpoints. The affected endpoints in api_setup.class.php and api_multicurrencies.class.php validate sqlfilters only for balanced parentheses and rewrite matched triplets, allowing text placed outside the expected shape such as an appended UNION SELECT to be concatenated into the SQL WHERE clause unmodified, enabling retrieval of sensitive data including password hashes and API keys.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Dolibarr/dolibarr/commit/14db36e8486ef725b0d493d97abb2950a543
- https://github.com/Dolibarr/dolibarr/issues/38768
- https://github.com/Dolibarr/dolibarr/pull/38794
- https://www.vulncheck.com/advisories/dolibarr-sql-injection-via-sqlfilters-param
FAQ
What is CVE-2026-58376?
CVE-2026-58376 is a vulnerability with a CVSS score of 7.6 (HIGH). Dolibarr through 23.0.3, fixed in commit 14db36e, contains a sql injection vulnerability that allows authenticated API users to exfiltrate arbitrary database contents by supplying malicious values to ...
How severe is CVE-2026-58376?
CVE-2026-58376 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58376?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.