CVE-2025-58402
Published: 02 March 2026
Summary
CVE-2025-58402 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Cgm Clininet. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authorization bypass via direct object reference in public web app enables remote unauthenticated data access, directly matching exploitation of public-facing applications.
NVD Description
The CGM CLININET application uses direct, sequential object identifiers "MessageID" without proper authorization checks. By modifying the parameter in the GET request, an attacker can access messages and attachments belonging to other users.
Deeper analysisAI
CVE-2025-58402 is an authorization bypass vulnerability in the CGM CLININET application, stemming from the use of direct, sequential object identifiers labeled "MessageID" without proper authorization checks. This flaw, associated with CWE-639 (Authorization Bypass Through User-Controlled Key), allows unauthorized access to sensitive data via manipulated GET requests. The vulnerability received a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and was published on 2026-03-02.
An unauthenticated attacker (PR:N) can exploit this vulnerability over the network (AV:N) with low complexity (AC:L) by simply modifying the MessageID parameter in a GET request. Successful exploitation grants access to messages and attachments belonging to other users, resulting in high confidentiality impact (C:H) without affecting integrity or availability.
Mitigation details are referenced in advisories such as the CERT.PL post at https://cert.pl/en/posts/2026/03/CVE-2025-10350/ and the CGM CLININET product page at https://www.cgm.com/pol_pl/products/szpital/cgm-clininet.html. Security practitioners should consult these sources for patching instructions or workarounds specific to the affected application.
Details
- CWE(s)