CVE-2026-81728
Last modified
CVE-2026-81728 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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 array is spliced into that UPDATE directly. The interface offers a fixed list of legitimate column codes but the server never checks the submitted values against it. A user holding the import permission can exploit this. Release 23.0.4 does not carry the fix; the allow-list test was added in 24.0.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Dolibarr | dolibarr | < 24.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-81728?
How severe is CVE-2026-81728?
How do I fix CVE-2026-81728?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81722nltk PorterStemmer in versions <= 3.10.2 (fixed in 3.10.3) c…7.5
- CVE-2026-81723NLTK versions before 3.10.3 contain a quadratic CPU exhausti…3.7
- CVE-2026-81724NLTK before 3.10.3 contains an uncontrolled recursion vulner…5.3
- CVE-2026-81725NLTK before 3.10.3 contains a regular expression denial of s…3.7
- CVE-2026-81726NLTK through 3.10.3 contains a path traversal vulnerability …7
- CVE-2026-81727NLTK versions before 3.10.3 contain a filesystem containment…7.1
- CVE-2026-81729Dolibarr before 23.0.4 authorizes REST API document deletion…6.5
- CVE-2026-8173The web GUI of affected Murrelektronik Xelity switches logs …5.3
- CVE-2026-81730Dolibarr 9.0.0 through 23.0.4 saves inbound email attachment…8.2
- CVE-2026-81731Frappe 15.11.0 through 16.32.0 stores and renders the worksp…5.4
- CVE-2026-81732WWBN AVideo through version 30.0 fails to enforce authentica…6.9
- CVE-2026-81733WWBN AVideo through 30.0 (and master up to commit 4cb576e) c…5.1
Are you affected by CVE-2026-81728?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
