RadiAnt DICOM returns with ICSMA-26-218-01, a different flaw from its 2025 update-channel bug. CVE-2026-17264, a heap-based buffer overflow triggered when the viewer opens a DICOM file with crafted JPEG-compressed pixel data.

A DICOM object is a container, and inside it the compressed pixel data is attacker-controlled input the parser has to handle safely. CISA advises updating to 2026.1 and only opening files from trusted sources, though in practice imaging software opens whatever a clinician receives.

If you write an image decoder, fuzz it with malformed inputs until it stops crashing, then keep fuzzing. The JPEG path inside DICOM is where memory-corruption bugs hide, and this year kept proving it.