CVE-2026-71251 PUBLISHED

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

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor akaunting
Product akaunting
Versions Default: unknown
  • Version 0 is affected

Credits

  • Bobur Abdugafforov finder

References

Problem Types

  • CWE-639 Authorization Bypass Through User-Controlled Key CWE