Description
Dolibarr before 24.0.0 contains a sensitive data exposure vulnerability in the Members REST API that allows authenticated attackers with member-read rights to retrieve bcrypt password verifiers by querying member endpoints. Attackers can call the individual member or member list endpoints to obtain crypted password verifier fields that are not filtered by the base API serializer or the Members API class, potentially enabling offline password cracking attacks.
Published: 2026-08-24
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Data Exposure – password verifier disclosure
Action: Immediate Patch
AI Analysis

Impact

Dolibarr releases before version 24.0.0 allow an authenticated user who has member‑read rights to retrieve bcrypt password verifiers via the Members REST API. The API endpoints return the full password verifier fields without filtering, allowing attackers to obtain the stored hash values. If an attacker obtains these hashes, offline brute‑force or dictionary attacks can be used to compromise user accounts. This vulnerability is classified under CWE‑522, indicating that sensitive data is exposed because it is accessible to authenticated users without proper restrictions.

Affected Systems

All installations of Dolibarr older than version 24.0.0 are impacted. The vulnerability applies to the Dolibarr member endpoints exposed by the REST API in those releases.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.1, indicating a high severity. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog. The attack requires authentication and member‑read privileges, but it can be executed remotely via the web API, giving the attacker a viable path to obtain password hashes for offline cracking.

Generated by OpenCVE AI on August 24, 2026 at 21:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dolibarr to version 24.0.0 or later, where the Members REST API no longer returns password verifiers.
  • Revoke member‑read permissions from users or roles that do not require them to limit exposure.
  • If an upgrade cannot be performed immediately, temporarily disable or restrict access to the Members REST API endpoints to only highly privileged accounts.

Generated by OpenCVE AI on August 24, 2026 at 21:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, '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:30:00 +0000

Type Values Removed Values Added
Description Dolibarr before 24.0.0 contains a sensitive data exposure vulnerability in the Members REST API that allows authenticated attackers with member-read rights to retrieve bcrypt password verifiers by querying member endpoints. Attackers can call the individual member or member list endpoints to obtain crypted password verifier fields that are not filtered by the base API serializer or the Members API class, potentially enabling offline password cracking attacks.
Title Dolibarr < 24.0.0 Members REST API Sensitive Data Exposure via Member Endpoints
Weaknesses CWE-522
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Dolibarr Dolibarr
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

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

Link: CVE-2026-71511

cve-icon Vulnrichment

Updated: 2026-08-26T15:46:38.244Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T20:17:13.420

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

Link: CVE-2026-71511

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:15:07Z

Weaknesses
  • CWE-522

    Insufficiently Protected Credentials