Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patched dcmtk 3.6.6 20240418 #14

Open
wants to merge 2 commits into
base: patched-DCMTK-3.6.6_20210115
Choose a base branch
from

Commits on Apr 18, 2024

  1. [Backport] Fixed possible NULL pointer dereference.

    Fixed a possible NULL pointer dereference that could occur when reading an
    invalid DICOM file from stdin. Loading a file from the file system
    and receiving data over a network connection were not affected by this bug.
    
    Thanks to Sharon Brizinov and Noam Moshe from Claroty Research for the
    bug report and sample file.
    Marco Eichelberg authored and malbi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    661505c View commit details
    Browse the repository at this point in the history
  2. [Backport] Fixed path traversal vulnerability.

    Thanks to Sharon Brizinov >[email protected]> and Noam Moshe from
    Claroty Research for the bug report and sample files.
    
    This closes DCMTK issue #1021.
    Marco Eichelberg authored and malbi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    119e1ae View commit details
    Browse the repository at this point in the history