CISA published ICSMA-26-253-02 on September 10, the same day as the Mirth Connect advisory, this time for the open source Orthanc DICOM server. CVE-2026-87020 scores 8.1 on CVSS v3.1 and 7.2 on CVSS v4.0, and it hits every deployment running a version older than 1.13.0.
The bug is an integer overflow in the pitch and buffer size computation Orthanc runs when it decodes an image, tracked as CWE-190. Feed the server a malformed PNG or JPEG and the miscalculated buffer size drives a heap out of bounds write. CISA credits the finding to Andrej Tomci. Exploitation requires an authenticated attacker, but Orthanc is frequently exposed with weak or default authentication across research and small clinical deployments, which narrows that requirement considerably in practice.
Orthanc sits underneath a large share of the open source medical imaging stack: PACS installations, DICOM routing, and research pipelines all lean on it to store and serve studies. A crash there does not stay contained to one viewer; it disables whatever imaging workflow depends on the server, and CISA's advisory flags worldwide healthcare and public health deployment.
The fix is version 1.13.0, posted to the project's own download page rather than a commercial portal, typical for Orthanc's open source distribution model. Anyone running an older build should treat this the same way as the GDCM and OHIF findings CISA rolled up earlier this year: the open source DICOM stack keeps surfacing memory safety bugs because so much of medical imaging software still parses untrusted files in C and C++.