ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and classifying data
found in a digitally sampled representation. Typically the sampled
representation is an image acquired from such medical instrumentation as CT or
MRI scanners. Registration is the task of aligning or developing
correspondences between data. For example, in the medical environment, a CT
scan may be aligned with a MRI scan in order to combine the information
contained in both.
ITK is implemented in C++ and its implementation style is referred to as
generic programming (i.e.,using templated code). Such C++ templating means
that the code is highly efficient, and that many software problems are
discovered at compile-time, rather than at run-time during program execution.
Update Information:
Update for dcmtk 3.6.9 Includes security fix for CVE-2024-27628, CVE-2024-28130
* Wed Feb 19 2025 Ankur Sinha
[ 1 ] Bug #2293952 - CVE-2024-28130 dcmtk: incorrect type conversion
https://bugzilla.redhat.com/show_bug.cgi?id=2293952
[ 2 ] Bug #2294757 - CVE-2024-27628 dcmtk: Buffer Overflow via the EctEnhancedCT method
https://bugzilla.redhat.com/show_bug.cgi?id=2294757
This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2025-22c8d5a1c7' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
Get the latest Linux and open source security news straight to your inbox.