Description
A weakness has been identified in OFFIS DCMTK 3.7.0. This affects the function DcmQueryRetrieveIndexDatabaseHandle::deleteOldestImages of the file dcmqrdb/libsrc/dcmqrdbi.cc of the component dcmqrscp. Executing a manipulation can lead to heap-based buffer overflow. The attack may be launched remotely. This patch is called 0f78a4ef6f645ea5530166e445e5436a5de58e75. A patch should be applied to remediate this issue.
Published: 2026-05-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness exists in OFFIS DCMTK version 3.7.0, specifically in the function DcmQueryRetrieveIndexDatabaseHandle::deleteOldestImages within the dcmqrdbi.cc source file of the dcmqrscp component. The flaw is a heap‑based buffer overflow triggered by a crafted request, and the description states that the attack may be launched remotely. An attacker who successfully exploits the overflow could cause the target process to crash or potentially execute arbitrary code in the heap memory region.

Affected Systems

The affected product is the OFFIS DCMTK suite, particularly the dcmqrscp module. The vulnerability is present in version 3.7.0 of the library; no other versions are explicitly mentioned. The relevant file is dcmqrdbi.cc located in the dcmqrdb directory.

Risk and Exploitability

The CVSS score is 5.3, indicating a moderate severity that is defensive but may lead to denial of service or escalation if further vulnerabilities are present. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting limited publicly known exploitation at present. The attack vector is remote, and the weakness is characterized by CWE‑119 and CWE‑122, pointing to buffer overflow vulnerabilities in heap memory. The risk remains moderate to high for exposed services that rely on dcmqrscp and have full network reach.

Generated by OpenCVE AI on May 31, 2026 at 18:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the OFFIS DCMTK installation to a version that includes commit 0f78a4ef6f645ea5530166e445e5436a5de58e75 or later; the patch is available in the official repository.
  • If a newer release is unavailable, manually apply the patch by merging the commit 0f78a4ef6f645ea5530166e445e5436a5de58e75 into your source tree and recompiling the dcmqrscp component.
  • Restrict network access to the dcmqrscp service (e.g., firewall rules or authentication mechanisms) until the patch is deployed to limit the attack surface.

Generated by OpenCVE AI on May 31, 2026 at 18:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 03 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 31 May 2026 17:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in OFFIS DCMTK 3.7.0. This affects the function DcmQueryRetrieveIndexDatabaseHandle::deleteOldestImages of the file dcmqrdb/libsrc/dcmqrdbi.cc of the component dcmqrscp. Executing a manipulation can lead to heap-based buffer overflow. The attack may be launched remotely. This patch is called 0f78a4ef6f645ea5530166e445e5436a5de58e75. A patch should be applied to remediate this issue.
Title OFFIS DCMTK dcmqrscp dcmqrdbi.cc deleteOldestImages heap-based overflow
First Time appeared Offis
Offis dcmtk
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:offis:dcmtk:*:*:*:*:*:*:*:*
Vendors & Products Offis
Offis dcmtk
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-03T18:02:32.989Z

Reserved: 2026-05-30T18:06:04.049Z

Link: CVE-2026-10194

cve-icon Vulnrichment

Updated: 2026-06-03T18:02:13.845Z

cve-icon NVD

Status : Deferred

Published: 2026-05-31T17:16:31.577

Modified: 2026-06-01T15:15:37.293

Link: CVE-2026-10194

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-31T18:30:09Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow