CVE-2026-71251
Received Received - Intake

Unauthorized File Download in Akaunting Portal

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

Publication date: 2026-08-05

Last updated on: 2026-08-05

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

Description

Akaunting's shared download route (app/Http/Controllers/Common/Uploads.php::download(), reachable at uploads/{id}/download behind only generic auth middleware) fetched the requested Media record by ID with no verification that it belonged to the requesting portal customer's own company, allowing any authenticated portal customer to download any other company's uploaded files by guessing or enumerating media IDs. Fixed in commit 80ef6d3 (2026-07-12), which added an explicit ownership check comparing the media's parent record contact_id against the requesting user's own contact.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
akaunting akaunting to 2026-07-12 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Akaunting allows any authenticated portal customer to download files belonging to other companies by guessing or enumerating media IDs. The issue was in the download route which did not verify file ownership before granting access.

Detection Guidance

To detect this vulnerability, check if the Akaunting application is running an outdated version without the fix in commit 80ef6d3. Review access logs for suspicious download attempts via the uploads/{id}/download route. Test by attempting to access files with arbitrary media IDs while authenticated as different users.

Impact Analysis

An attacker could access sensitive files from other companies, leading to data breaches, loss of confidential information, or compliance violations. The impact includes unauthorized data exposure and potential reputational damage.

Compliance Impact

This vulnerability could violate GDPR by exposing personal data without consent and HIPAA by leaking protected health information. It undermines data protection requirements for confidentiality and access controls.

Mitigation Strategies

Update Akaunting to the latest version after commit 80ef6d3 (2026-07-12) to apply the ownership check fix. Review file access logs for suspicious download attempts by authenticated users.

Chat Assistant

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

EPSS Chart