Philips IntelliSpace Cardiovascular, versions 4.1 and 5.1 and prior, drew ICSMA-25-072-01. Two CVEs, both 7.7. The auth token is built from a fixed AES-128 key that ships identical across every installation, and separately the Windows login token can be replayed to bypass authentication.

A shared static key means breaking one install breaks all of them. There is no per-customer secret isolating the blast radius, so recover the key once and you can forge tokens against any site running the software. What that buys an attacker is patient cardiovascular records and active sessions. Joe Dillon reported it.

Generate keys per install, store them properly, rotate them. Shipping the same secret to every customer keeps landing on this advisory page because it is convenient to build and impossible to fix after the fact.