Incorrect authorization in SuiteCRM - CVE-2026-63218
Published: August 1, 2026
SuiteCRM
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to incorrect authorization in the AOR_Reports changeReportPage controller action when handling direct calls to non-view controller actions for protected records. A remote user can send a direct request to changeReportPage to disclose sensitive information.
DetailView correctly denies access, but changeReportPage renders the full report body and row data without a per-record ACL check.