Vulnerabilities (CVE)

Filtered by vendor Nih Subscribe
Filtered by product Libdicom
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-24793 1 Nih 1 Libdicom 2025-02-12 N/A 8.1 HIGH
A use-after-free vulnerability exists in the DICOM Element Parsing as implemented in Imaging Data Commons libdicom 1.0.5. A specially crafted DICOM file can cause premature freeing of memory that is used later. To trigger this vulnerability, an attacker would need to induce the vulnerable application to process a malicious DICOM image.The Use-After-Free happens in the `parse_meta_element_create()` parsing the elements in the File Meta Information header.
CVE-2024-24794 1 Nih 1 Libdicom 2025-02-12 N/A 8.1 HIGH
A use-after-free vulnerability exists in the DICOM Element Parsing as implemented in Imaging Data Commons libdicom 1.0.5. A specially crafted DICOM file can cause premature freeing of memory that is used later. To trigger this vulnerability, an attacker would need to induce the vulnerable application to process a malicious DICOM image.The Use-After-Free happens in the `parse_meta_sequence_end()` parsing the Sequence Value Represenations.