๐Ÿ” CVE Alert

CVE-2026-71251

MEDIUM 6.5

Akaunting: Cross-Company Media IDOR in Customer Portal Download Endpoint

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor akaunting
Product akaunting
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for akaunting akaunting

Be the first to know when new medium vulnerabilities affecting akaunting akaunting are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

akaunting / akaunting
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/akaunting/akaunting

Credits

Bobur Abdugafforov