Description
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.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the MessageSystemController’s edit_message handler, where the application does not validate that the authenticated user owns the message being edited. This missing ownership check allows any logged‑in user to modify any system inbox message, changing properties such as is_del, look, and uid. As a result, an attacker can delete messages, mark them as read, or reassign them to other users without permission, compromising data integrity and potentially disrupting notification workflows. This is an access control flaw (CWE‑639).

Affected Systems

The affected product is CRMEB CRMEB, version 6.0.0 and all earlier releases. The flaw appears in the code accessible through the repository links provided and applies to any installation using this version of the software.

Risk and Exploitability

With a CVSS score of 5.3 the vulnerability is of medium severity. The EPSS score is not available, and the flaw is not listed in CISA’s KEV catalog. The attack requires authenticated access; the attacker must log into the application and then submit a request to the edit_message endpoint with the target message identifier. Because ownership is not checked, the request will succeed and alter the message record, allowing deletion, marking as read, or reassignment of notifications. The exploit is straightforward for an insider or a compromised account, and could be leveraged to tamper with user communications or perpetrate social engineering.

Generated by OpenCVE AI on September 3, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CRMEB to version 6.0.1 or later where the message ownership validation is fixed.
  • If an upgrade is not immediately possible, restrict or disable the edit_message API endpoint for non‑admin users, or enforce stricter access controls so only the original message owner can modify it.
  • Implement additional server‑side checks to verify message ownership before allowing modifications, such as comparing the current user’s ID with the message’s uid field.

Generated by OpenCVE AI on September 3, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Description 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.
Title CRMEB through 6.0.0 Unauthorized Message Modification via edit_message
First Time appeared Crmeb
Crmeb crmeb
Weaknesses CWE-639
CPEs cpe:2.3:a:crmeb:crmeb:*:*:*:*:*:*:*:*
Vendors & Products Crmeb
Crmeb crmeb
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:24:50.290Z

Reserved: 2026-09-03T11:08:17.526Z

Link: CVE-2026-85177

cve-icon Vulnrichment

Updated: 2026-09-03T14:24:45.972Z

cve-icon NVD

Status : Received

Published: 2026-09-03T15:17:38.767

Modified: 2026-09-03T15:17:38.767

Link: CVE-2026-85177

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:00:07Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key