CVE-2026-72600
Received Received - Intake

Broken Access Control in Idurar ERP CRM Allows Unauthenticated PDF Downloads

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

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

A broken access control vulnerability in Idurar IDURAR ERP CRM 4.1.0 allows unauthenticated remote attackers to download invoice PDF files containing customer PII via the /download router. The router is mounted without authentication middleware, making it publicly accessible. An attacker can enumerate MongoDB ObjectIds to download any invoice in the system without credentials.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
idurar idurar_erp_crm 4.1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a broken access control issue in Idurar ERP CRM 4.1.0. It allows unauthenticated remote attackers to download invoice PDF files containing customer personally identifiable information (PII) via the /download router. The router lacks authentication middleware, making it publicly accessible. Attackers can exploit this by enumerating MongoDB ObjectIds to access any invoice without credentials.

Detection Guidance

To detect this vulnerability, check if the /download endpoint is publicly accessible without authentication. Use curl commands like 'curl -I http://<target>/download' to verify if the endpoint responds without requiring credentials. Additionally, test if you can access invoice PDFs by guessing or enumerating MongoDB ObjectIds in URLs like '/download?file=<ObjectId>'.

Impact Analysis

This vulnerability could allow attackers to steal sensitive customer data, including PII from invoices. If exploited, it may lead to privacy breaches, identity theft, financial fraud, or reputational damage for affected organizations. The impact depends on the volume of exposed data and the sensitivity of the information.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized access to PII. GDPR requires protecting personal data, and HIPAA mandates safeguarding protected health information. A breach could result in legal penalties, fines, and mandatory breach notifications under these regulations.

Mitigation Strategies

Immediately restrict access to the /download endpoint by adding authentication middleware. Update the router configuration to require valid user sessions or API keys. If possible, disable direct file downloads or implement IP whitelisting as a temporary measure until a patch is applied.

Chat Assistant

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

EPSS Chart