PHP file inclusion in dolibarr - CVE-2026-34036
Published: April 20, 2026
dolibarr
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper control of filename for include statement in /core/ajax/selectobject.php when processing the objectdesc parameter. A remote user can send a specially crafted request to disclose sensitive information.
The issue is triggered before access control checks are performed, and the access control logic fails open when the features parameter is empty.