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

Published Aug 27, 2026
·
Updated

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 fileputcontents(), 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 dolsanitizePathName() and dolsanitizeFileName() before the write.

Affected Software

1 affected component
dolibarr Dolibarr>=9.0.0<=23.0.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Dolibarr EmailCollector to a version that resolves this vulnerability.

    Fixed in 24.0.0
  2. Configuration

    Apply the Dolibarr SECURITY.md hardened layout requirement that htdocs is read-only, so the EmailCollector attachment write is confined to the documents tree rather than corrupting/forging other objects or reaching a web-executable path.

    Dolibarr SECURITY.md hardened layout (htdocs read-only) = htdocs read-only

Event History

Aug 27, 2026
CVE Published
via MITRE·08:07 PM
Data Sourced
via MITRE·08:07 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:18 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Any sender able to email a mailbox monitored by Dolibarr's EmailCollector can exploit it. The attacker does not need a Dolibarr account, and support or ticket inboxes are an ordinary affected use case.

2

What configurations face the greatest impact?

In Dolibarr's hardened layout, where htdocs is read-only, writes are confined to the documents tree but can still corrupt or forge documents belonging to other objects. If htdocs is writable, attacker-controlled content can be written to a web-executable path.

3

Which attachment-processing operations are affected?

The vulnerable filename handling is reached through record-join, create-ticket, and create-project operations. Attachment names obtained from MIME getName() or getFilename() values can contain traversal sequences.

4

What version contains the remediation?

Version 24.0.0 applies dol_sanit…

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203