MyBB is free and open source forum software. Prior to 1.8.40, the Mod CP Report Center does not check permissions consistently, allowing moderators without report-management permission to mark reports as resolved. The modcp.php?action=do_reports Mark Selected as Read handler is reachable with canmodcp even without canmanagereportedcontent or canmanagereportedposts. When no forums are in scope, $flist_reports is empty and the UPDATE mybb_reportedcontent query executes without the expected permission-based limitation. This issue is fixed in version 1.8.40.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-18 16:17
Updated : 2026-09-08 21:02
NVD link : CVE-2026-45124
Mitre link : CVE-2026-45124
CVE.ORG link : CVE-2026-45124
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
