Vulnerability Description
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 to file_put_contents(), and the private saveAttachment() in htdocs/emailcollector/class/emailcollector.class.php writes to $destdir.'/'.$filename; the name reaches both from the attachment's own getName() or getFilename() value by way of the record-join, create-ticket and create-project operations. A traversal sequence in the filename therefore survives intact, so any sender who can email a mailbox that an EmailCollector monitors, which is the module's ordinary use for a support or ticket inbox, can place attacker-controlled content outside the per-object attachment directory without holding a Dolibarr account. Under the hardened layout Dolibarr's SECURITY.md requires, with htdocs read-only, the write is confined to the documents tree and corrupts or forges other objects' documents; where htdocs is writable the same primitive reaches a web-executable path. Version 24.0.0 applies dol_sanitizePathName() and dol_sanitizeFileName() before the write.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Dolibarr | Dolibarr Erp\/Crm | >= 9.0.0, < 24.0.0 |
Related Weaknesses (CWE)
References
- https://github.com/Dolibarr/dolibarrProduct
- https://github.com/Dolibarr/dolibarr/blob/23.0.4/htdocs/emailcollector/lib/emailRelease Notes
- https://github.com/Dolibarr/dolibarr/commit/264a44defb5e438689c75679617f6edc4c03Patch
- https://www.vulncheck.com/advisories/dolibarr-9.0.0-through-23.0.4-path-traversaPatchProductThird Party Advisory
FAQ
What is CVE-2026-81730?
CVE-2026-81730 is a vulnerability with a CVSS score of 8.2 (HIGH). 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/emailc...
How severe is CVE-2026-81730?
CVE-2026-81730 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-81730?
Check the references section above for vendor advisories and patch information. Affected products include: Dolibarr Dolibarr Erp\/Crm.