CVE-2026-71511
Received Received - Intake

Sensitive Data Exposure in Dolibarr Members API

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

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dolibarr dolibarr to 24.0.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-522 The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-71511 is a sensitive data exposure vulnerability in Dolibarr before version 24.0.0. It affects the Members REST API, allowing authenticated attackers with member-read rights to retrieve bcrypt password verifiers by querying member endpoints. The password verifier fields are not filtered by the API serializer or Members API class, enabling potential offline password cracking attacks.

Detection Guidance

To detect this vulnerability, check if your Dolibarr instance is running a version prior to 24.0.0. Use the command: curl -s http://your-dolibarr-url/htdocs/version.php | grep 'DOLIBARR_VERSION'

Test the API endpoints for exposed password hashes. Use: curl -X GET http://your-dolibarr-url/api/index.php/members/[member_id] -H 'DOLAPIKEY: your_api_key' | grep 'pass_indatabase_crypted'

Impact Analysis

This vulnerability allows attackers to obtain bcrypt password hashes of users with member-read permissions. While the data is hashed, weak or reused passwords could be cracked offline, leading to unauthorized access to user accounts. Exploitation requires only low-privilege read access, typically granted to roles like membership secretaries.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by exposing sensitive password data through the Members REST API. GDPR requires protection of personal data, including credentials, while HIPAA mandates safeguarding protected health information. The exposure of bcrypt password verifiers may violate these standards if user data is compromised.

Mitigation Strategies

Upgrade Dolibarr to version 24.0.0 or later immediately. Remove unnecessary read-members permissions from users who do not require them.

Review API responses for any exposed password hashes by testing member endpoints as described in detection steps.

Chat Assistant

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

EPSS Chart