CVE Catalog

CVE-2026-71251

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

In Akaunting, the shared download route (uploads/{id}/download) does not verify that the requested file belongs to the logged-in customer's company. An authenticated portal customer can download other companies' uploaded files by guessing or enumerating media IDs.

Risk Assessment

Exposure of confidential files from other companies could lead to data leakage and privacy breaches.

Recommendation

Implement ownership verification before serving files and consider adding company-context access controls.

Other vulnerabilities in Akaunting

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS