Philips published an advisory on IntelliSpace Portal, version 12 and prior, and Advanced Visualization Workspace. CVE-2025-3425, CVSS v4 7.3, deserialization of untrusted data.

The specifics are a security-engineer bingo card: .NET Remoting exposed on TCP port 755, with TypeFilterLevel set to Full. That combination lets an attacker on the network send a serialized payload the workstation will happily instantiate, and code execution follows. Full TypeFilterLevel on a remoting endpoint has been known-dangerous for over a decade. It is the setting the security guides tell you never to use on an untrusted channel.

If you still ship .NET Remoting, that is a migration, not a hardening task. Deserialization of attacker-controlled data is remote code execution waiting for a payload, and this one shipped in imaging workstations.