Authorization bypass through user-controlled key in SuiteCRM - CVE-2026-69144
Published: August 6, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to authorization bypass through a user-controlled key in download.php when handling document download requests with a document revision identifier supplied as a document identifier. A remote user can supply a document revision identifier with type=Documents to disclose sensitive information.
The issue occurs because access control is checked against an empty Documents bean before the revision is resolved, and access is not re-checked against the parent document.