Description
Dolibarr before 24.0.0 contains an improper authorization vulnerability in the Members REST API that allows attackers with only member-creation rights to reset the password of any user account, including the system administrator, without verifying password-change permissions. Attackers can supply an arbitrary user account identifier and new password in the request body to overwrite credentials and immediately lock out the legitimate account holder.
Published: 2026-08-24
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: Account takeover by unauthorized password reset
Action: Immediate Patch
AI Analysis

Impact

Dolibarr before version 24.0.0 contains an improper authorization flaw in the Members REST API that permits any user with member‑creation rights to reset the password of any account, including the system administrator. By supplying an arbitrary user identifier and a new password in the request body, the attacker can overwrite credentials, immediately lock out the legitimate account holder, and gain full control of the target system. The vulnerability is classified as Missing Authorization (CWE‑862) and inappropriate enforcement of permission checks (CWE‑915).

Affected Systems

Vulnerable product: Dolibarr from all releases prior to 24.0.0. The flaw appears in the Members REST API endpoint responsible for password resets. No specific sub‑version information beyond the pre‑24.0.0 cutoff is provided.

Risk and Exploitability

The CVSS base score of 8.6 indicates a high‑severity impact, and the vulnerability is not yet listed in the CISA KEV catalog. Exploitation requires only the ability to create members via the API, a privilege typically granted to regular users, meaning that a threat actor who gains or already possesses such rights can reset the password of any user, including the administrator, without further authentication. This makes the attack probable in environments where member‑creation rights are overly permissive, such as open community accounts or poorly audited API access. The lack of an EPSS rating suggests the exploitation probability is currently unknown, but the high CVSS indicates that once exploited, the attacker can fully compromise the system.

Generated by OpenCVE AI on August 24, 2026 at 20:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Dolibarr installation to version 24.0.0 or later, where the Members REST API password reset endpoint has been hardened to enforce proper authorization checks.
  • Audit and restrict member‑creation permissions to only trusted administrative accounts, ensuring that regular users cannot create new members or invoke API endpoints that reset passwords.
  • Re‑configure role‑based access controls so that password reset actions require explicit administrator privileges, and validate that the reset operation verifies the correct permission set before proceeding.

Generated by OpenCVE AI on August 24, 2026 at 20:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Dolibarr
Dolibarr dolibarr
Vendors & Products Dolibarr
Dolibarr dolibarr

Mon, 24 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Description Dolibarr before 24.0.0 contains an improper authorization vulnerability in the Members REST API that allows attackers with only member-creation rights to reset the password of any user account, including the system administrator, without verifying password-change permissions. Attackers can supply an arbitrary user account identifier and new password in the request body to overwrite credentials and immediately lock out the legitimate account holder.
Title Dolibarr < 24.0.0 Members REST API Improper Authorization via Password Reset
Weaknesses CWE-862
CWE-915
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Dolibarr Dolibarr
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-29T11:47:36.048Z

Reserved: 2026-08-06T20:42:17.834Z

Link: CVE-2026-71504

cve-icon Vulnrichment

Updated: 2026-08-27T14:02:54.828Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T19:16:49.670

Modified: 2026-09-08T20:23:49.880

Link: CVE-2026-71504

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T20:45:03Z

Weaknesses
  • CWE-862

    Missing Authorization

  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes