Skip to content

Commit

Permalink
BUG: Update DCMTK to backport fixes for CVE-2022-2119 and CVE-2022-2120
Browse files Browse the repository at this point in the history
Backport security fixes from the following post https://forum.dcmtk.org/viewtopic.php?t=5192
because of the following CVE:
* [CVE-2022-2119](https://www.cvedetails.com/cve/CVE-2022-2119/)
* [CVE-2022-2120](https://www.cvedetails.com/cve/CVE-2022-2120/)

List of DCMTK changes:

```
$ git shortlog 0f9bf4d9e..11972eaa4 --no-merges
Marco Eichelberg (2):
      [Backport] Fixed possible NULL pointer dereference.
      [Backport] Fixed path traversal vulnerability.
```

Co-authored-by: malbi <[email protected]>
  • Loading branch information
2 people authored and jamesobutler committed Oct 28, 2024
1 parent dbe19aa commit 2c54199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SuperBuild/External_DCMTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ if(NOT DEFINED DCMTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})
# * Made file extensions explicit for CMake CMP0115
# https://github.com/DCMTK/dcmtk/commit/d090b6d7c65e52e01e436a2473dc8ba3f384efbb
#
"0f9bf4d9e9a778c11fdddafca691b451c2b621bc" # patched-DCMTK-3.6.6_20210115
# * Fixes for CVE-2022-2119 and CVE-2022-2120 (https://github.com/commontk/DCMTK/pull/14)
# https://github.com/DCMTK/dcmtk/commit/3e996a2749a9355c9b680fa464ecfd9ab9ff567f
# https://github.com/DCMTK/dcmtk/commit/f06a867513524664a1b03dfcf812d8b60fdd02cc
#
"11972eaa4ecdbf3aab0f46eff78f33d7e2b16bfe" # patched-DCMTK-3.6.6_20210115
QUIET
)

Expand Down

0 comments on commit 2c54199

Please sign in to comment.