cbcvebase.

Orthanc-Server Orthanc vulnerabilities

13 known vulnerabilities affecting orthanc-server/orthanc.

Total CVEs
13
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL4HIGH7MEDIUM2

Vulnerabilities

Page 1 of 1
CVE-2025-0896P2CRITICALCVSS 9.8fixed in 1.5.82025-02-13
CVE-2025-0896 [CRITICAL] CWE-306 CVE-2025-0896: Orthanc server prior to version 1.5.8 does not enable basic authentication by default when remote ac Orthanc server prior to version 1.5.8 does not enable basic authentication by default when remote access is enabled. This could result in unauthorized access by an attacker.
nvdosv
CVE-2023-33466P2HIGHCVSS 8.8fixed in 1.12.02023-06-29
CVE-2023-33466 [HIGH] CWE-94 CVE-2023-33466: Orthanc before 1.12.0 allows authenticated users with access to the Orthanc API to overwrite arbitra Orthanc before 1.12.0 allows authenticated users with access to the Orthanc API to overwrite arbitrary files on the file system, and in specific deployment scenarios allows the attacker to overwrite the configuration, which can be exploited to trigger Remote Code Execution (RCE).
nvdosv
CVE-2026-5443P3CRITICALCVSS 9.8fixed in 1.12.112026-04-09
CVE-2026-5443 [CRITICAL] CWE-787 CVE-2026-5443: A heap buffer overflow vulnerability exists during the decoding of `PALETTE COLOR` DICOM images. Pix A heap buffer overflow vulnerability exists during the decoding of `PALETTE COLOR` DICOM images. Pixel length validation uses 32-bit multiplication for width and height calculations. If these values overflow, the validation check incorrectly succeeds, allowing the decoder to read and write to memory beyond allocated buffers.
nvd
CVE-2026-5442P3CRITICALCVSS 9.8fixed in 1.12.112026-04-09
CVE-2026-5442 [CRITICAL] CWE-787 CVE-2026-5442: A heap buffer overflow vulnerability exists in the DICOM image decoder. Dimension fields are encoded A heap buffer overflow vulnerability exists in the DICOM image decoder. Dimension fields are encoded using Value Representation (VR) Unsigned Long (UL), instead of the expected VR Unsigned Short (US), which allows extremely large dimensions to be processed. This causes an integer overflow during frame size calculation and results in out-of-bounds me
nvd
CVE-2026-5445P3CRITICALCVSS 9.1fixed in 1.12.112026-04-09
CVE-2026-5445 [CRITICAL] CWE-125 CVE-2026-5445: An out-of-bounds read vulnerability exists in the `DecodeLookupTable` function within `DicomImageDec 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
nvd
CVE-2026-5440P3HIGHCVSS 7.5fixed in 1.12.112026-04-09
CVE-2026-5440 [HIGH] CWE-770 CVE-2026-5440: A memory exhaustion vulnerability exists in the HTTP server due to unbounded use of the `Content-Len A memory exhaustion vulnerability exists in the HTTP server due to unbounded use of the `Content-Length` header. The server allocates memory directly based on the attacker supplied header value without enforcing an upper limit. A crafted HTTP request containing an extremely large `Content-Length` value can trigger excessive memory allocation and server
nvd
CVE-2026-5438P3HIGHCVSS 7.5fixed in 1.12.112026-04-09
CVE-2026-5438 [HIGH] CWE-770 CVE-2026-5438: A gzip decompression bomb vulnerability exists when Orthanc processes HTTP request with `Content-Enc A gzip decompression bomb vulnerability exists when Orthanc processes HTTP request with `Content-Encoding: gzip`. The server does not enforce limits on decompressed size and allocates memory based on attacker-controlled compression metadata. A specially crafted gzip payload can trigger excessive memory allocation and exhaust system memory.
nvd
CVE-2026-5437P3HIGHCVSS 7.5fixed in 1.12.112026-04-09
CVE-2026-5437 [HIGH] CWE-125 CVE-2026-5437: An out-of-bounds read vulnerability exists in `DicomStreamReader` during DICOM meta-header parsing. An out-of-bounds read vulnerability exists in `DicomStreamReader` during DICOM meta-header parsing. When processing malformed metadata structures, the parser may read beyond the bounds of the allocated metadata buffer. Although this issue does not typically crash the server or expose data directly to the attacker, it reflects insufficient input validatio
nvd
CVE-2026-5439P3HIGHCVSS 7.5fixed in 1.12.112026-04-09
CVE-2026-5439 [HIGH] CWE-770 CVE-2026-5439: A memory exhaustion vulnerability exists in ZIP archive processing. Orthanc automatically extracts Z A memory exhaustion vulnerability exists in ZIP archive processing. Orthanc automatically extracts ZIP archives uploaded to certain endpoints and trusts metadata fields describing the uncompressed size of archived files. An attacker can craft a small ZIP archive containing a forged size value, causing the server to allocate extremely large buffers durin
nvd
CVE-2025-15581P4MEDIUMCVSS 4.7≤ 1.12.92026-02-18
CVE-2025-15581 [MEDIUM] CWE-287 CVE-2025-15581: Orthanc versions before 1.12.10 are affected by an authorisation logic flaw in the application's HTT Orthanc versions before 1.12.10 are affected by an authorisation logic flaw in the application's HTTP Basic Authentication implementation. Successful exploitation could result in Privilege Escalation, potentially allowing full administrative access.
nvdosv
CVE-2026-5444P4HIGHCVSS 7.1fixed in 1.12.112026-04-09
CVE-2026-5444 [HIGH] CWE-787 CVE-2026-5444: A heap buffer overflow vulnerability exists in the PAM image parsing logic. When Orthanc processes a A heap buffer overflow vulnerability exists in the PAM image parsing logic. When Orthanc processes a crafted PAM image embedded in a DICOM file, image dimensions are multiplied using 32-bit unsigned arithmetic. Specially chosen values can cause an integer overflow during buffer size calculation, resulting in the allocation of a small buffer followed by
nvd
CVE-2026-5441P4HIGHCVSS 7.1fixed in 1.12.112026-04-09
CVE-2026-5441 [HIGH] CWE-125 CVE-2026-5441: An out-of-bounds read vulnerability exists in the `DecodePsmctRle1` function of `DicomImageDecoder.c An out-of-bounds read vulnerability exists in the `DecodePsmctRle1` function of `DicomImageDecoder.cpp`. The `PMSCT_RLE1` decompression routine, which decodes the proprietary Philips Compression format, does not properly validate escape markers placed near the end of the compressed data stream. A crafted sequence at the end of the buffer can cause the d
nvd
CVE-2024-22725P4MEDIUMCVSS 6.1fixed in 1.12.22024-01-24
CVE-2024-22725 [MEDIUM] CWE-79 CVE-2024-22725: Orthanc versions before 1.12.2 are affected by a reflected cross-site scripting (XSS) vulnerability. Orthanc versions before 1.12.2 are affected by a reflected cross-site scripting (XSS) vulnerability. The vulnerability was present in the server's error reporting.
nvdosv
Orthanc-Server Orthanc vulnerabilities | cvebase