CVE-2026-71506
Received Received - Intake

Improper Authorization in Dolibarr Payments API

Vulnerability report for CVE-2026-71506, 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 an improper authorization vulnerability in the payments REST API delete endpoint that allows authenticated attackers with invoice-deletion rights to permanently delete any payment record by bypassing the intended payment-issuance rights check. Attackers can exploit this misconfigured permission check to zero paid amounts on invoices and remove entries from accounting exports, causing financial data integrity loss.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-24
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-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

CVE-2026-71506 is an improper authorization flaw in Dolibarr, an open-source ERP and CRM system. The vulnerability exists in the payments REST API delete endpoint where the system incorrectly checks for invoice-deletion rights instead of payment-specific rights. This allows authenticated users with limited privileges to delete payment records they should not have access to, potentially altering financial data integrity.

Detection Guidance

To detect this vulnerability, check Dolibarr versions prior to 24.0.0 by running: grep -r 'version' /path/to/dolibarr/installation. Look for unauthorized payment deletions in logs by searching for DELETE requests to /api/paiements endpoint in web server logs.

Impact Analysis

This vulnerability allows attackers to permanently delete payment records, zero out paid amounts on invoices, and remove entries from accounting exports. This can lead to financial discrepancies, inflated outstanding balances, customer disputes, and disrupted accounting records. Organizations using affected Dolibarr versions may face financial losses and compliance issues.

Compliance Impact

This vulnerability can lead to violations of GDPR and HIPAA by compromising financial data integrity. GDPR requires accurate record-keeping and protection of personal data, while HIPAA mandates secure handling of financial records in healthcare. Unauthorized deletion of payment records may result in non-compliance, potential fines, and loss of trust in data management practices.

Mitigation Strategies

Immediately upgrade Dolibarr to version 24.0.0 or later. Review user permissions to ensure only authorized users have invoice-deletion rights. Monitor accounting exports for missing payment records and verify financial data integrity.

Chat Assistant

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

EPSS Chart