Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-81728

8.1 · HIGH
Published Aug 27, 2026 dolibarr CWE-89 EPSS 0.26% (17th pctl)

Overview

CVE-2026-81728 is a high-severity vulnerability affecting dolibarr dolibarr_erp\/crm. It was published on August 27, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

Dolibarr before 24.0.0 contains a SQL injection in its CSV and XLSX import wizard. The wizard reads its update keys with GETPOST('updatekeys', 'array') in htdocs/imports/import.php, which applies only the generic alphanohtml filter: that strips HTML but leaves SQL keywords, comment markers, parentheses, spaces and quotes intact. import_insert() in htdocs/core/modules/import/import_csv.modules.php then iterates the submitted values and builds a filter with $where[] = $key.' = '.$data[$key], having first applied preg_replace('/^.*\./i', '', $key), an alias strip that does nothing to a value containing no dot. The assembled string is executed through $this->db->query(). The injected SELECT resolves the row id that the import then assigns to $lastinsertid, which becomes the WHERE target of a subsequent UPDATE, so a UNION SELECT returning an attacker-chosen integer both exfiltrates arbitrary table content and redirects which row the import overwrites; for category link tables the raw filter

Remediation

Check the references section for vendor advisories and patches from dolibarr. Update dolibarr_erp\/crm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
dolibarr dolibarr_erp\/crm >= 0, < 24.0.0 Affected

Frequently Asked Questions

What is CVE-2026-81728?

CVE-2026-81728 is a high-severity vulnerability affecting dolibarr dolibarr_erp\/crm. It was published on August 27, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2026-81728?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-81728?

Check the references section for vendor advisories and patches from dolibarr. Update dolibarr_erp\/crm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-81728?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-81728 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.