CVE-2026-50773
CGM ISIS MED contains a DLL hijacking vulnerability (CVE-2026-50773) that allows remote code execution through the application's plugin loading mechanism. The technical root cause is almost certainly a LoadLibrary call using a relative or unvalidated path — the exact pattern that has persisted in Windows software for two decades. What makes this worth your attention isn't the CVSS score of 7.8; it's the convergence of three factors that the score entirely misses. First, the EPSS score of 0.00206 means automated scanners will largely ignore this vulnerability. That's dangerous. Any attacker actively targeting medical infrastructure knows to look for exactly this: low-scored CVEs that persist because hospital patch cycles operate on regulatory timelines, not security velocities. Second, the blast radius extends far beyond the workstation. A compromised imaging system typically sits on networks connected to PACS servers, has driver-level access to medical hardware, and runs under clinical credentials with enterprise authentication. This is lateral movement infrastructure, not just code execution. Third, the regulatory environment (FDA 510(k), EU MDR) creates structural incentives that favor leaving vulnerable code in place — recertification costs for architectural changes exceed liability exposure calculations for many vendors. For defenders: treat this as higher priority than the scores indicate. Inventory all CGM ISIS MED installations and verify the DLL loading behavior on your specific version. Check whether the application loads DLLs from the working directory, relative paths, or paths writable by non-admin users. Consider network segmentation of imaging workstations as a compensating control, since patching will likely be slow. If you're responsible for medical device procurement, require vendors to document their DLL loading strategy and confirm it uses absolute paths with cryptographic verification — and treat that documentation as a security requirement, not an implementation detail.
Reviewed through automated stages and approved by a human before publication.