Siemens Healthineers SHSA-160244 hit syngo.plaza VB30E before VB30E_HF05. CVE-2024-52335, unauthenticated SQL injection, base score 9.8. No auth, no user interaction.
SQL injection in 2024 on an imaging platform is a hard thing to read. It is the oldest bug in the web-application book, and it still puts a database of medical imaging in an attacker hands with one crafted request. Pair it with the later syngo.plaza password advisory and you have two findings in the same product line, both about the boundary between the app and its database.
Fixed in VB30E_HF05. Parameterize every query. There is no clever exception, no performance argument, no legacy reason good enough to concatenate user input into SQL, and there has not been for twenty years.