Activity
From 2026-04-30 to 2026-05-29
2026-05-29
-
18:06 Bug #1217 (Closed): AE_6/AE_3 error-return paths skip heap cleanup
-
18:06 Bug #1217: AE_6/AE_3 error-return paths skip heap cleanup
- A second leak was discovered during fixing the orginally reported one.
translatePresentationContextList() also now... -
14:40 Bug #1218: wlmscpfs unchecked DcmElement* to DcmSequenceOfItems* cast
- Bug reported by Abhinav Agarwal.
-
14:31 Bug #1218 (Closed): wlmscpfs unchecked DcmElement* to DcmSequenceOfItems* cast
-
14:29 Bug #1218: wlmscpfs unchecked DcmElement* to DcmSequenceOfItems* cast
- Fixed in commit f4e007468.
-
14:25 Bug #1216 (Closed): destroyUserInformationLists() leaks ExtNeg sub-items
- Fixed with commit 23f181.
2026-05-27
-
09:34 Bug #1218 (Closed): wlmscpfs unchecked DcmElement* to DcmSequenceOfItems* cast
- Root cause: wldsfs.cc has 3 functions with unchecked C-style casts of findAndGetElement() results to DcmSequenceOfIte...
-
09:33 Bug #1217 (Closed): AE_6/AE_3 error-return paths skip heap cleanup
- Bug as reported by Abhinav Agarwal:
Root cause: AE_6_ExamineAssociateRequest (dulfsm.cc:1231): after parseAssociat... -
09:32 Bug #1216 (Closed): destroyUserInformationLists() leaks ExtNeg sub-items
- Bug as reported by Abhinav Agarwal:
Root cause: helpers.cc:67 does `delete userInfo->extNegList` which frees the O...
2026-05-26
-
09:38 Bug #1209 (Closed): Low severity short read in DcmMetaInfo::nextTagIsMeta()
-
09:38 Bug #1209: Low severity short read in DcmMetaInfo::nextTagIsMeta()
- Fixed with commit e267be7ff.
2026-05-25
-
12:21 Bug #1212 (Closed): NULL dereference in json2dcm
-
12:02 Bug #1213: RLE decodeFrame() Heap-OOB Read
- This issue has been registered as CVE-2026-44034.
-
12:01 Bug #1214: Unbounded recursion in XMLParser library
- This issue has been registered as CVE-2026-44033.
-
12:01 Bug #1191: Stack Overflow via Deeply Nested DICOM Sequences
- This issue has been registered as CVE-2026-44031.
-
12:00 Bug #1194: OS command injection vulnerability in storescp --exec-on-reception
- This issue has been registered as CVE-2026-44030.
2026-05-24
-
19:22 Bug #1214 (Closed): Unbounded recursion in XMLParser library
- Closed by commit #d12e350e6.
-
19:19 Bug #1214 (Closed): Unbounded recursion in XMLParser library
- The methods @XMLNode::ParseXMLElement()@ and @XMLNode::emptyTheNode()@ in @ofstd/libsrc/ofxml.cc@ recurse on the stac...
2026-05-23
-
18:05 Bug #1213 (Closed): RLE decodeFrame() Heap-OOB Read
- Closed by commit #45469f3c3.
-
18:02 Bug #1213 (Closed): RLE decodeFrame() Heap-OOB Read
- @DcmRLECodecDecoder::decodeFrame()@ (dcmdata/libsrc/dcrleccd.cc:583) calls @memcpy(rleHeader, rleData, 64)@ without v...
-
17:08 Bug #1208 (Closed): Heap Buffer Overflow in XMLNode::parseFile() - ofxml.cc
- Closed by commit #1d4b3815c.
2026-05-22
2026-05-21
-
17:33 Feature #1146: Add character set options to dcm2json
- Closed by commit #4f8b940ae.
-
15:15 Bug #1212: NULL dereference in json2dcm
- Closed by commit #0748c6e28.
-
15:12 Bug #1212 (Closed): NULL dereference in json2dcm
- @DcmJSONReader::createElement()@ will de-reference a NULL pointer if a call to @DcmItem::newDicomElementWithVR()@ fai...
-
14:44 Bug #1211 (Closed): Heap-buffer-overflow in I2DBmpSource::parse24_32BppRow()
- Closed by commit #68b57d3cf.
-
14:37 Bug #1211 (Closed): Heap-buffer-overflow in I2DBmpSource::parse24_32BppRow()
- An invalid BMP file with 16, 24 or 32 bit per pixel that contains a color palette (which is not permitted for these i...
2026-05-19
-
09:21 Bug #1209 (Closed): Low severity short read in DcmMetaInfo::nextTagIsMeta()
- On 2026-05-17, Jiami (DMSAN) reported the following:
_=== CUT ===_
Dear DCMTK maintainers,
I found a use of ... -
09:13 Bug #1208 (Closed): Heap Buffer Overflow in XMLNode::parseFile() - ofxml.cc
- On 2026-05-16, Cristhian Daniel Rivas Zúñiga and Sebastian Andres Muñoz Morera reported the following:
_=== CUT ==...
2026-05-12
-
15:12 Feature #1202 (Closed): Remove C++98 support and enable STL by default
- Closed by commit #7354a5bdf.
2026-05-06
-
19:34 Bug #1206: Remote Heap Buffer Overflow in dcmqrscp
- This issue was apparently logged twice. See issue 1199: http://support.dcmtk.org/redmine/issues/1199
-
19:34 Bug #1199 (Closed): Security Vulnerability Report: Remote Heap Buffer Overflow in dcmqrscp (deleteOldestImages)
- This issue was apparently logged twice. See issue 1206: http://support.dcmtk.org/redmine/issues/1206
2026-05-04
-
17:49 Bug #1206 (Closed): Remote Heap Buffer Overflow in dcmqrscp
-
17:48 Bug #1206: Remote Heap Buffer Overflow in dcmqrscp
- Closed by commit #0f78a4ef6.
-
17:46 Bug #1206 (Closed): Remote Heap Buffer Overflow in dcmqrscp
- In the function @deleteOldestImages()@ , an array named @StudyArray@ is allocated on the heap with a fixed size of @M...
-
14:21 Bug #1205 (Closed): Building of a single shared library fails
- As stated in the current INSTALL file, it should be possible to build DCMTK as a single shared library:
>>
Addition... -
13:49 Bug #1082 (Resolved): Possible memory leak in DcmDataset copy constructor
- The example code given at https://forum.dcmtk.org/viewtopic.php?p=21813&sid=3600048928a3e7a38dc572191c13a3d6#p21813 s...
Also available in: Atom