Lucene search
+L

2428 matches found

NVD
NVD
added 2026/08/27 8:18 p.m.9 views

CVE-2026-81728

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,...

8.6CVSS0.00256EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/27 8:07 p.m.33 views

CVE-2026-81729 Dolibarr before 23.0.4 Incorrect Authorization on REST API Document Deletion

Dolibarr before 23.0.4 authorizes REST API document deletion against the wrong permission. Documents::delete in htdocs/api/class/apidocuments.class.php calls dolchecksecureaccessdocument with the mode argument 'read' when handling DELETE /api/index.php/documents, while the sibling builddoc path...

7.1CVSS0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/27 8:07 p.m.19 views

CVE-2026-81730 Dolibarr 9.0.0 through 23.0.4 Path Traversal via EmailCollector Attachment Filename

Dolibarr 9.0.0 through 23.0.4 saves inbound email attachments under the name supplied in the message's MIME headers without reducing it to a safe basename. The global saveAttachment in htdocs/emailcollector/lib/emailcollector.lib.php builds $filepath = $path . $filename . '.' . $ext and hands it ...

8.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/27 8:07 p.m.15 views

CVE-2026-81729

In Dolibarr before 23.0.4 , the REST API document deletion endpoint (DELETE /api/index.php/documents) checks permissions with the wrong mode. Documents::delete() in htdocs/api/class/api_documents.class.php calls dol_check_secure_access_document() with mode read instead of write , meaning an authe...

7.1CVSS5.2AI score0.0022EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/27 8:07 p.m.40 views

CVE-2026-81730 Dolibarr 9.0.0 through 23.0.4 Path Traversal via EmailCollector Attachment Filename

Dolibarr 9.0.0 through 23.0.4 saves inbound email attachments under the name supplied in the message's MIME headers without reducing it to a safe basename. The global saveAttachment in htdocs/emailcollector/lib/emailcollector.lib.php builds $filepath = $path . $filename . '.' . $ext and hands it ...

8.8CVSS0.00376EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/27 8:07 p.m.7 views

CVE-2026-81729 Dolibarr before 23.0.4 Incorrect Authorization on REST API Document Deletion

Dolibarr before 23.0.4 authorizes REST API document deletion against the wrong permission. Documents::delete in htdocs/api/class/apidocuments.class.php calls dolchecksecureaccessdocument with the mode argument 'read' when handling DELETE /api/index.php/documents, while the sibling builddoc path...

7.1CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/27 8:07 p.m.7 views

EUVD-2026-67234

Dolibarr before 23.0.4 authorizes REST API document deletion against the wrong permission. Documents::delete in htdocs/api/class/apidocuments.class.php calls dolchecksecureaccessdocument with the mode argument 'read' when handling DELETE /api/index.php/documents, while the sibling builddoc path...

7.1CVSS5.2AI score0.0022EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 8:07 p.m.8 views

EUVD-2026-67235

Dolibarr 9.0.0 through 23.0.4 saves inbound email attachments under the name supplied in the message's MIME headers without reducing it to a safe basename. The global saveAttachment in htdocs/emailcollector/lib/emailcollector.lib.php builds $filepath = $path . $filename . '.' . $ext and hands it ...

8.8CVSS5.4AI score0.00376EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/27 8:07 p.m.25 views

CVE-2026-81730

Dolibarr 9.0.0 through 23.0.4 is vulnerable to path traversal in its EmailCollector module. The saveAttachment() functions in emailcollector.lib.php and emailcollector.class.php write inbound email attachments using the MIME-supplied filename without reducing it to a safe basename, allowing trave...

8.8CVSS5.4AI score0.00376EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/27 8:07 p.m.33 views

CVE-2026-81728 Dolibarr before 24.0.0 SQL Injection via the CSV and XLSX Import Update Keys

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,...

8.6CVSS0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/27 8:07 p.m.27 views

CVE-2026-81728

Dolibarr before 24.0.0 is affected by a SQL injection in its CSV/XLSX import wizard. The updatekeys parameter in htdocs/imports/import.php is filtered only by alphanohtml, which strips HTML but leaves SQL metacharacters intact. In import_insert() (import_csv.modules.php), submitted values are con...

8.6CVSS6AI score0.00256EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/27 8:07 p.m.16 views

CVE-2026-81728 Dolibarr before 24.0.0 SQL Injection via the CSV and XLSX Import Update Keys

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,...

8.6CVSS6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/27 8:07 p.m.9 views

EUVD-2026-67233

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,...

8.6CVSS6AI score0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 8:17 p.m.10 views

CVE-2026-77923

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS0.00208EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/24 8:17 p.m.7 views

CVE-2026-71511

Dolibarr before 24.0.0 contains a sensitive data exposure vulnerability in the Members REST API that allows authenticated attackers with member-read rights to retrieve bcrypt password verifiers by querying member endpoints. Attackers can call the individual member or member list endpoints to obta...

7.1CVSS0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 8:17 p.m.7 views

CVE-2026-71510

Dolibarr before 24.0.0 contains a SQL injection vulnerability in the users REST API that allows authenticated attackers with user-read rights to extract sensitive data by splicing unsanitized filter parameters into SQL WHERE clauses without column restrictions. Attackers can perform binary search...

7.1CVSS0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 7:23 p.m.34 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS0.00208EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/24 7:23 p.m.18 views

CVE-2026-77923

Dolibarr versions 21.0.0 through 24.0.0 (exclusive) contain an authorization bypass in the clonetasks mass action handler (htdocs/core/actions_massactions.inc.php). An inverted boolean condition (!in_array()) in the private-project membership check allows any authenticated user with project creat...

5.3CVSS5.2AI score0.00208EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/24 7:23 p.m.10 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS5.4AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 7:23 p.m.22 views

CVE-2026-77923 Dolibarr 21.0.0 < 24.0.0 Authorization Bypass via clonetasks Mass Action

Dolibarr 21.0.0 before 24.0.0 contains an authorization bypass vulnerability caused by an inverted boolean condition in the private-project membership check within the clonetasks mass action handler in htdocs/core/actionsmassactions.inc.php. Authenticated users with project creation permission bu...

5.3CVSS5.5AI score
SaveExploits0References6
Rows per page
Query Builder