CVE-2026-73692
Received Received - Intake

Authorization Bypass in Dolibarr via Clonetasks Mass Action

Vulnerability report for CVE-2026-73692, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

Dolibarr contains an authorization bypass vulnerability in the clonetasks mass action that allows authenticated users with project creation permissions to clone tasks into private projects they are not authorized to access. An inverted boolean condition in the private-project membership check within actions_massactions.inc.php causes the authorization flag to be set for unauthorized users, allowing attackers to supply a user-controlled projectid POST parameter to create task records in any private project.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dolibarr dolibarr *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dolibarr has an authorization bypass flaw in the clonetasks feature. Authenticated users with project creation rights can clone tasks into private projects they should not access. This happens because a boolean condition in the code incorrectly checks private project membership, allowing attackers to manipulate a projectid parameter to create tasks in unauthorized private projects.

Detection Guidance

To detect this vulnerability, inspect the Dolibarr installation for the affected file actions_massactions.inc.php. Check if the private project membership check uses an inverted condition like !in_array() instead of in_array(). Review server logs for unauthorized task cloning attempts or POST requests to the clonetasks endpoint with user-controlled projectid parameters.

Impact Analysis

If exploited, this flaw could let unauthorized users add tasks to private projects, potentially leaking sensitive data or disrupting project workflows. Attackers might manipulate task records to inject malicious content or disrupt operations in projects they should not access.

Mitigation Strategies

Apply the official patch from the Dolibarr commit 1730aa56675b31cfede895fdae55b673d887fb8f. Update the actions_massactions.inc.php file to correct the inverted boolean condition in the private project check. Ensure only authorized users can clone tasks into private projects by verifying proper permission checks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73692. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart