Local Privilege Escalation in MIM Admin Service
CVE-2025-1701 is a high-severity vulnerability in the MIM Admin service. An attacker could exploit this vulnerability by sending a specially crafted request over the RMI interface to execute arbitrary code with the privileges of the MIM Admin service. The RMI interface is only accessible locally (listening on 127.0.0.1), limiting the attack vector to the local machine. This means that in a properly configured hospital environment, an attacker must have already compromised the network and additionally compromised the system where the MIM Admin service is running. From there, attackers with sufficient knowledge of MIM's implementation, library usage, and functionality with access to extend the MIM RMI library could force the MIM Admin service to run commands on the local machine with its privileges.
Users of MIM Software products exposed via RDP or multi-user application virtualization system should take note that the system being exposed is the environment hosting the virtualized MIM client.
This issue affects MIM Admin Service: before 7.2.13, 7.3.8, 7.4.3
Problem Types
Type | CWE ID | Description |
---|
CWE | CWE-20 | CWE-20 Improper Input Validation |
CWE | CWE-306 | CWE-306 Missing Authentication for Critical Function |
Type: CWE
Description: CWE-20 Improper Input Validation
Type: CWE
Description: CWE-306 Missing Authentication for Critical Function
Metrics
Version | Base score | Base severity | Vector |
---|
4.0 | 8.9 | HIGH | CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H |
Version: 4.0
Base score: 8.9
Base severity: HIGH
Vector: CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
Impacts
CAPEC ID | Description |
---|
CAPEC-251 | CAPEC-251 Local Code Inclusion |
CAPEC-234 | CAPEC-234 Hijacking a privileged process |
Description: CAPEC-251 Local Code Inclusion
Description: CAPEC-234 Hijacking a privileged process