Varex Imaging and Panoramic Corporation got ICSMA-25-345-02 for dental imaging software before 6.6.1.490. CVE-2024-22774, an uncontrolled search path element in ccsservice.exe, or in plain name, DLL hijacking. A standard user drops a malicious DLL where the service looks for it and rides it up to NT AUTHORITY\SYSTEM. CVSS v4 8.5.
It sounds mild until you remember shared clinical workstations rarely give each user their own machine. Damian Semon Jr. of Blue Team Alpha reported it. If your Windows service loads libraries by name, pin the path. The default search order is an attacker convenience.
Questions & Answers
What does CVE-2024-22774 let an attacker do?
An uncontrolled search path in Varex and Panoramic dental imaging software lets a standard user load their own DLL and escalate to SYSTEM through the ccsservice component.
Is this remote or local?
Local. The attacker already needs an account on the machine. The value to them is turning limited access into full control of the workstation.
How do you close it?
Apply the fixed build named in ICSMA-25-345-02 and tighten write permissions on the directories the service searches, so a low-privilege user cannot drop a DLL where it will be picked up.