CERT/CC published VU#536588 on the Orthanc open-source DICOM server, every version up to and including 1.12.10, fixed in 1.12.11. Nine CVEs, CVE-2026-5437 through CVE-2026-5445. The dangerous cluster is in the DICOM image decoder: heap buffer overflows rated as high as 9.8, out-of-bounds reads, and memory exhaustion through decompression bombs and unbounded Content-Length. Impact runs from crash and memory leak to potential remote code execution.
Simon Weber and Volker Schoenefeld of Machine Spirits UG found them, the same researchers behind the OHIF work. A pattern is forming across the year: parsers that accept attacker-controlled medical file formats are where the CVEs are landing.
If you embed Orthanc, get to 1.12.11. If you wrote your own decoder, the lesson transfers. Fuzz the format parser, cap the allocations, and treat every incoming DICOM object as hostile until proven otherwise.