CVE-2026-85212
HighCVSS 8.3Summary
CRMEB contains an authentication bypass vulnerability in the verifyAuth() method of SystemRoleServices.php that returns true from both conditional branches. Sub-administrators and accounts with no roles can access restricted admin endpoints by exploiting the inert role check that always permits requests.
Risk Assessment
The risk includes unauthorized access to administrative functions, potentially leading to data integrity compromise, privilege escalation, and system takeover.
Recommendation
It is recommended to immediately upgrade CRMEB to a patched version and implement additional access control mechanisms to prevent authentication bypass.
Other vulnerabilities in CRMEB
See all- CVE-2026-85177Medium
CRMEB through 6.0.0 fails to validate message ownership in the edit_message handler of MessageSystemController.php, allowing authenticated users to modify arbitrary system inbox messages. Attackers can update any message's columns including is_del, look, and uid to delete, mark read, or reassign victim notifications without authorization.
- CVE-2023-30185Critical
CRMEB versions 4.4 to 4.6 were found to have an arbitrary file upload vulnerability. The flaw resides in the \attachment\SystemAttachmentServices.php component.
- CVE-2020-25466Critical
An SSRF vulnerability in the downloadimage interface of CRMEB 3.0 allows remote attackers to download arbitrary files from the server and execute arbitrary code remotely.
Original NVD description (English source)
CRMEB contains an authentication bypass vulnerability in the verifyAuth() method of SystemRoleServices.php that returns true from both conditional branches. Sub-administrators and accounts with no roles can access restricted admin endpoints by exploiting the inert role check that always permits requests.

