Description
An out-of-bounds read vulnerability exists in the `DecodeLookupTable` function within `DicomImageDecoder.cpp`. The lookup-table decoding logic used for `PALETTE COLOR` images does not validate pixel indices against the lookup table size. Crafted images containing indices larger than the palette size cause the decoder to read beyond allocated lookup table memory and expose heap contents in the output image.
Published: 2026-04-09
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability lies in the DecodeLookupTable function used for Palette Color DICOM images; the function does not validate pixel indices against the size of the lookup table, allowing an attacker to craft a DICOM file with indices that exceed the table bounds. When the server decodes such a file it performs an out‑of‑bounds read, leaking heap memory contents into the output image. This can expose sensitive data and may serve as a side channel for more advanced attacks. The weakness maps to buffer overread (CWE‑125).

Affected Systems

Orthanc DICOM Server is the affected product. No specific affected version list is provided, so any release containing the vulnerable DecodeLookupTable implementation may be at risk. Users should consult the Orthanc changelog or security advisories for confirmation of a fix.

Risk and Exploitability

The CVSS base score of 9.1 denotes a high‑severity issue that can lead to information disclosure. The EPSS score of less than 1 % indicates a low probability of exploitation in the wild, and the vulnerability is not listed in CISA’s KEV catalog. The flaw can be triggered by a maliciously crafted DICOM file sent to the server; the attack vector is thus likely remote from a client that transmits such a file. No privileged host access is required, making exploitation straightforward once the file reaches the server.

Generated by OpenCVE AI on April 15, 2026 at 19:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Orthanc to the latest release that addresses the DecodeLookupTable out‑of‑bounds read.
  • If an upgrade cannot be performed immediately, restrict the server to deny or reject DICOM files that use Palette Color images or perform manual validation of pixel indices before decoding.
  • Check the Orthanc security advisories and contact Orthanc support for the exact patch version if the current release is uncertain.

Generated by OpenCVE AI on April 15, 2026 at 19:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Apr 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Tue, 14 Apr 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Orthanc-server
Orthanc-server orthanc
Weaknesses CWE-125
CPEs cpe:2.3:a:orthanc-server:orthanc:*:*:*:*:*:*:*:*
Vendors & Products Orthanc-server
Orthanc-server orthanc

Tue, 14 Apr 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H'}

ssvc

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


Fri, 10 Apr 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Fri, 10 Apr 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Orthanc
Orthanc dicom Server
Vendors & Products Orthanc
Orthanc dicom Server

Thu, 09 Apr 2026 15:00:00 +0000

Type Values Removed Values Added
Description An out-of-bounds read vulnerability exists in the `DecodeLookupTable` function within `DicomImageDecoder.cpp`. The lookup-table decoding logic used for `PALETTE COLOR` images does not validate pixel indices against the lookup table size. Crafted images containing indices larger than the palette size cause the decoder to read beyond allocated lookup table memory and expose heap contents in the output image.
Title Out-of-Bounds Read in DicomImageDecoder (DecodeLookupTable)
References

Subscriptions

Orthanc Dicom Server
Orthanc-server Orthanc
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-04-14T16:34:52.024Z

Reserved: 2026-04-02T19:23:30.637Z

Link: CVE-2026-5445

cve-icon Vulnrichment

Updated: 2026-04-14T15:08:50.270Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-09T15:16:16.863

Modified: 2026-04-14T20:10:01.390

Link: CVE-2026-5445

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T19:45:12Z

Weaknesses