<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for orthanc, gdcm, orthanc-authorization, orthanc-dicomweb, orthanc-gdcm, orthanc-indexer, orthanc-mysql, orthanc-neuro, orthanc-postgresql, orthanc-python, orthanc-stl, orthanc-tcia, orthanc-wsi, python-pyorthanc</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2026:20193-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2026-02-10T22:29:40Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2026-02-10T22:29:40Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-02-10T22:29:40Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for orthanc, gdcm, orthanc-authorization, orthanc-dicomweb, orthanc-gdcm, orthanc-indexer, orthanc-mysql, orthanc-neuro, orthanc-postgresql, orthanc-python, orthanc-stl, orthanc-tcia, orthanc-wsi, python-pyorthanc</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for orthanc, gdcm, orthanc-authorization, orthanc-dicomweb, orthanc-gdcm, orthanc-indexer, orthanc-mysql, orthanc-neuro, orthanc-postgresql, orthanc-python, orthanc-stl, orthanc-tcia, orthanc-wsi, python-pyorthanc fixes the following issues:

Changes in orthanc:

- dcmtk 370 breaks TW build

- switch to lua 5.4

- patch out boost component system from framework

- version 1.12.10
  ' long changelog - see NEWS for details

- apply boost patch to source tree

- Stop trying to pull libboost_system-devel in all orthanc packages.

- remove libboost_system-devel for TW (removed in boost 1.89)

- version 1.12.9
  * long changelog - see NEWS for details

Changes in gdcm:

- apply fix for poppler 25.10 build error

Changes in orthanc-authorization:

- version 0.10.3
  * New default permissions for worklists
  * New default permissions for tools/metrics-prometheus
  * New default permissions for tools/generate-uid

- version 0.10.2
  * New default permissions to add/delete modalities through the Rest API
    https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137
  * New standard configuration "stl"

- remove libboost_system-devel for TW (removed in boost 1.89)-

- version 0.10.1
  * Fix audit-logs export in CSV format.
  * New configuration "ExtraPermissions" to ADD new permissions to
    the default "Permissions" entries.
  * Improved handling of "Anonymous" user profiles (when no auth-tokens
    are provided):  The plugin will now request the auth-service to
    get an anonymous user profile even if there are no auth-tokens in the
    HTTP request.
  * The User profile can now contain a "groups" field if the auth-service
    provides it.
  * The User profile can now contain an "id" field if the auth-service
    provides it.
  * New experimental feature: audit-logs
    - Enabled by the "EnableAuditLogs" configuration.
    - Audit-logs are currently handled by the PostgreSQL plugin and can be
      browsed through the route /auth/audit-logs.
    - New default permission "audit-logs" to grant access to the
      "/auth/audit-logs" route.
  * Fix: The "server-id" field is now included in all requests sent to the
    auth-service.

Changes in orthanc-dicomweb:

- version 1.22
  * framework2.diff added for compatibilty with Orthanc framework &lt;= 1.12.10
  * Fixed a possible deadlock when using "WadoRsLoaderThreadsCount" &gt; 1 when the HTTP
    client disconnects while downloading the response.
  * Fixed "Success: Success" errors when trying to send resources synchronously to a remote DICOMweb
    server while the Orthanc job engine was busy with other tasks.

- remove libboost_system-devel for TW (removed in boost 1.89)

- version 1.21
  * New configuration "WadoRsLoaderThreadsCount" to configure how many threads are loading
    files from the storage when answering to a WADO-RS query.  A value &gt; 1 is meaningful
    only if the storage is a distributed network storage (e.g object storage plugin).
    A value of 0 means reading and writing are performed in sequence (default behaviour).
  * New configuration "EnablePerformanceLogs" to display performance logs.  Currently
    only showing the time required to execute a WADO-RS query.  For example:
    WADO-RS: elapsed: 26106623 us, rate: 14.86 instances/s, 155.23Mbps
  * Fix false errors logs generated e.g when OHIF requests the /dicom-web/studies/../metadata route:
    "dicom-web:/Configuration.cpp:643] Unsupported return MIME type: application/dicom+json, multipart/related; type=application/octet-stream; transfer-syntax=*, will return DICOM+JSON"

Changes in orthanc-gdcm:

- version 1.8
  * Prevent transcoding of DICOM images with empty
    SharedFunctionalGroupsSequence (5200,9229), as this might crash GDCM.
  * The built-in Orthanc transcoder being usually more stable, the default
    value of the "RestrictTransferSyntaxes" configuration has been updated
    to configure the GDCM plugin for J2K transfer syntaxes only since these
    transfer syntaxes are currently not supported by the built-in Orthanc
    transcoder.
    - If "RestrictTransferSyntaxes" is not specified in your configuration,
      it is now equivalent to
        "RestrictTransferSyntaxes" : [
          "1.2.840.10008.1.2.4.90",   // JPEG 2000 Image Compression (Lossless Only)
          "1.2.840.10008.1.2.4.91",   // JPEG 2000 Image Compression
          "1.2.840.10008.1.2.4.92",   // JPEG 2000 Part 2 Multicomponent Image Compression (Lossless Only)
          "1.2.840.10008.1.2.4.93"    // JPEG 2000 Part 2 Multicomponent Image Compression
        ]
      which was the recommended configuration.
    - If "RestrictTransferSyntaxes" is defined but empty, the GDCM plugin will
      now be used to transcode ALL transfer syntaxes (this was the default
      behaviour up to version 1.7)

- remove libboost_system-devel for TW (removed in boost 1.89)

- version 1.7
  * Upgrade to GDCM 3.0.24 for static builds. Fixes:
    - CVE-2024-22373: https://nvd.nist.gov/vuln/detail/CVE-2024-22373
    - CVE-2024-22391: https://nvd.nist.gov/vuln/detail/CVE-2024-22391
    - CVE-2024-25569: https://nvd.nist.gov/vuln/detail/CVE-2024-25569

Changes in orthanc-indexer:

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in orthanc-mysql:

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in orthanc-neuro:

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in orthanc-postgresql:

- version 10.0
  * update mainly providing new Reserve and Acknowledge primitives
    for Queues in plugins

- remove libboost_system-devel for TW (removed in boost 1.89)

- version 9.0
  * DB-scheme rev. 6 - check Orthanc book

- version 8.0
  * no changelog provided
  * New DB scheme

Changes in orthanc-python:

- version 7.0
  * The "orthanc.pyi" stub is now excluded from the "install" step during the build
  * Wrapped new SCP callbacks:
    - RegisterFindCallback2()
    - RegisterMoveCallback3()
    - RegisterWorklistCallback2()
    - RegisterStorageCommitmentScpCallback2()
  * Wrapped new Queues methods:
    - ReserveQueueValue()
    - AcknowledgeQueueValue()

- remove libboost_system-devel for TW (removed in boost 1.89)

- remove /usr/orthanc.pyi - unneeded

- version 6.0
  * The auto-generation of the Python wrapper is now part of the build,
    to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward
    compatibility with the SDK that is actually installed on the system
  * Added Windows builder for Python 3.13
  * Added Docker-based builder scripts for Debian 13 (trixie)

Changes in orthanc-stl:

- patch out libboost-system to fix build error

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in orthanc-tcia:

- version 1.3
  * Replaced default base URL of TCIA REST API from
    "https://services.cancerimagingarchive.net/services/v4/TCIA/query" to
    "https://nbia.cancerimagingarchive.net/nbia-api/services/v4"
  * Added configuration option "BaseUrl" to manually configure the base URL
  * Fix for newer versions of the NBIA cart file format
  * Upgrade to Orthanc framework 1.12.3

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in orthanc-wsi:

- fix build error w framework 1.12.10

- version 3.3
  * OrthancWSIDicomizer:
    - New option "--encoding" to specify the specific character set of DICOM instances
    - Placeholder tags are now automatically inserted when the "--dataset" option
      provides incomplete data, ensuring the generated DICOM instances remain valid
    - The version of the DICOM-izer is available in DICOM tag "SoftwareVersions"
    - ImagedVolumeWidth and ImagedVolumeHeight are swapped with respect to releases &lt;= 3.2:
      https://discourse.orthanc-server.org/t/5912
  * Viewer plugin:
    - Added rotation button in the viewer
    - The viewer displays a label if the "description" GET parameter is provided
    - Upgraded to OpenLayers 10.6.1

- remove libboost_system-devel for TW (removed in boost 1.89)

Changes in python-pyorthanc:

- version 1.22.1
  * no changelog provided
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-Leap-16.0-packagehub-120</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-22373/</URL>
      <Description>SUSE CVE CVE-2024-22373 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-22391/</URL>
      <Description>SUSE CVE CVE-2024-22391 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-25569/</URL>
      <Description>SUSE CVE CVE-2024-25569 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="openSUSE Leap 16.0">
      <Branch Type="Product Name" Name="openSUSE Leap 16.0">
        <FullProductName ProductID="openSUSE Leap 16.0">openSUSE Leap 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="gdcm-3.0.24-bp160.2.1">
      <FullProductName ProductID="gdcm-3.0.24-bp160.2.1">gdcm-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdcm-applications-3.0.24-bp160.2.1">
      <FullProductName ProductID="gdcm-applications-3.0.24-bp160.2.1">gdcm-applications-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdcm-devel-3.0.24-bp160.2.1">
      <FullProductName ProductID="gdcm-devel-3.0.24-bp160.2.1">gdcm-devel-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gdcm-examples-3.0.24-bp160.2.1">
      <FullProductName ProductID="gdcm-examples-3.0.24-bp160.2.1">gdcm-examples-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libgdcm3_0-3.0.24-bp160.2.1">
      <FullProductName ProductID="libgdcm3_0-3.0.24-bp160.2.1">libgdcm3_0-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsocketxx1_2-3.0.24-bp160.2.1">
      <FullProductName ProductID="libsocketxx1_2-3.0.24-bp160.2.1">libsocketxx1_2-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-1.12.10-bp160.1.1">
      <FullProductName ProductID="orthanc-1.12.10-bp160.1.1">orthanc-1.12.10-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-authorization-0.10.3-bp160.1.1">
      <FullProductName ProductID="orthanc-authorization-0.10.3-bp160.1.1">orthanc-authorization-0.10.3-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-devel-1.12.10-bp160.1.1">
      <FullProductName ProductID="orthanc-devel-1.12.10-bp160.1.1">orthanc-devel-1.12.10-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-dicomweb-1.22-bp160.1.1">
      <FullProductName ProductID="orthanc-dicomweb-1.22-bp160.1.1">orthanc-dicomweb-1.22-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-doc-1.12.10-bp160.1.1">
      <FullProductName ProductID="orthanc-doc-1.12.10-bp160.1.1">orthanc-doc-1.12.10-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-gdcm-1.8-bp160.1.1">
      <FullProductName ProductID="orthanc-gdcm-1.8-bp160.1.1">orthanc-gdcm-1.8-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-indexer-1.0-bp160.2.1">
      <FullProductName ProductID="orthanc-indexer-1.0-bp160.2.1">orthanc-indexer-1.0-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-mysql-5.2-bp160.2.1">
      <FullProductName ProductID="orthanc-mysql-5.2-bp160.2.1">orthanc-mysql-5.2-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-neuro-1.1-bp160.2.1">
      <FullProductName ProductID="orthanc-neuro-1.1-bp160.2.1">orthanc-neuro-1.1-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-postgresql-10.0-bp160.1.1">
      <FullProductName ProductID="orthanc-postgresql-10.0-bp160.1.1">orthanc-postgresql-10.0-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-python-7.0-bp160.1.1">
      <FullProductName ProductID="orthanc-python-7.0-bp160.1.1">orthanc-python-7.0-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-source-1.12.10-bp160.1.1">
      <FullProductName ProductID="orthanc-source-1.12.10-bp160.1.1">orthanc-source-1.12.10-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-stl-1.2-bp160.2.1">
      <FullProductName ProductID="orthanc-stl-1.2-bp160.2.1">orthanc-stl-1.2-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-tcia-1.3-bp160.1.1">
      <FullProductName ProductID="orthanc-tcia-1.3-bp160.1.1">orthanc-tcia-1.3-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="orthanc-wsi-3.3-bp160.1.1">
      <FullProductName ProductID="orthanc-wsi-3.3-bp160.1.1">orthanc-wsi-3.3-bp160.1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-gdcm-3.0.24-bp160.2.1">
      <FullProductName ProductID="python3-gdcm-3.0.24-bp160.2.1">python3-gdcm-3.0.24-bp160.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python313-pyorthanc-1.22.1-bp160.1.1">
      <FullProductName ProductID="python313-pyorthanc-1.22.1-bp160.1.1">python313-pyorthanc-1.22.1-bp160.1.1</FullProductName>
    </Branch>
    <Relationship ProductReference="gdcm-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gdcm-3.0.24-bp160.2.1">gdcm-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdcm-applications-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gdcm-applications-3.0.24-bp160.2.1">gdcm-applications-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdcm-devel-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gdcm-devel-3.0.24-bp160.2.1">gdcm-devel-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="gdcm-examples-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:gdcm-examples-3.0.24-bp160.2.1">gdcm-examples-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libgdcm3_0-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libgdcm3_0-3.0.24-bp160.2.1">libgdcm3_0-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsocketxx1_2-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:libsocketxx1_2-3.0.24-bp160.2.1">libsocketxx1_2-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-1.12.10-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-1.12.10-bp160.1.1">orthanc-1.12.10-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-authorization-0.10.3-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-authorization-0.10.3-bp160.1.1">orthanc-authorization-0.10.3-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-devel-1.12.10-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-devel-1.12.10-bp160.1.1">orthanc-devel-1.12.10-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-dicomweb-1.22-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-dicomweb-1.22-bp160.1.1">orthanc-dicomweb-1.22-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-doc-1.12.10-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-doc-1.12.10-bp160.1.1">orthanc-doc-1.12.10-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-gdcm-1.8-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-gdcm-1.8-bp160.1.1">orthanc-gdcm-1.8-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-indexer-1.0-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-indexer-1.0-bp160.2.1">orthanc-indexer-1.0-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-mysql-5.2-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-mysql-5.2-bp160.2.1">orthanc-mysql-5.2-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-neuro-1.1-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-neuro-1.1-bp160.2.1">orthanc-neuro-1.1-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-postgresql-10.0-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-postgresql-10.0-bp160.1.1">orthanc-postgresql-10.0-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-python-7.0-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-python-7.0-bp160.1.1">orthanc-python-7.0-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-source-1.12.10-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-source-1.12.10-bp160.1.1">orthanc-source-1.12.10-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-stl-1.2-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-stl-1.2-bp160.2.1">orthanc-stl-1.2-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-tcia-1.3-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-tcia-1.3-bp160.1.1">orthanc-tcia-1.3-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="orthanc-wsi-3.3-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:orthanc-wsi-3.3-bp160.1.1">orthanc-wsi-3.3-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-gdcm-3.0.24-bp160.2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:python3-gdcm-3.0.24-bp160.2.1">python3-gdcm-3.0.24-bp160.2.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python313-pyorthanc-1.22.1-bp160.1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 16.0">
      <FullProductName ProductID="openSUSE Leap 16.0:python313-pyorthanc-1.22.1-bp160.1.1">python313-pyorthanc-1.22.1-bp160.1.1 as a component of openSUSE Leap 16.0</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds write vulnerability exists in the JPEG2000Codec::DecodeByStreamsCommon functionality of Mathieu Malaterre Grassroot DICOM 3.0.23. A specially crafted DICOM file can lead to a heap buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.</Note>
    </Notes>
    <CVE>CVE-2024-22373</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 16.0:gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-applications-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-devel-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-examples-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libgdcm3_0-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libsocketxx1_2-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-authorization-0.10.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-devel-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-dicomweb-1.22-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-doc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-gdcm-1.8-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-indexer-1.0-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-mysql-5.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-neuro-1.1-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-postgresql-10.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-python-7.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-source-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-stl-1.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-tcia-1.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-wsi-3.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python3-gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python313-pyorthanc-1.22.1-bp160.1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL/>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-22373.html</URL>
        <Description>CVE-2024-22373</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223398</URL>
        <Description>SUSE Bug 1223398</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A heap-based buffer overflow vulnerability exists in the LookupTable::SetLUT functionality of Mathieu Malaterre Grassroot DICOM 3.0.23. A specially crafted malformed file can lead to memory corruption. An attacker can provide a malicious file to trigger this vulnerability.</Note>
    </Notes>
    <CVE>CVE-2024-22391</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 16.0:gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-applications-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-devel-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-examples-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libgdcm3_0-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libsocketxx1_2-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-authorization-0.10.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-devel-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-dicomweb-1.22-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-doc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-gdcm-1.8-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-indexer-1.0-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-mysql-5.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-neuro-1.1-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-postgresql-10.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-python-7.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-source-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-stl-1.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-tcia-1.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-wsi-3.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python3-gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python313-pyorthanc-1.22.1-bp160.1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL/>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-22391.html</URL>
        <Description>CVE-2024-22391</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223400</URL>
        <Description>SUSE Bug 1223400</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds read vulnerability exists in the RAWCodec::DecodeBytes functionality of Mathieu Malaterre Grassroot DICOM 3.0.23. A specially crafted DICOM file can lead to an out-of-bounds read. An attacker can provide a malicious file to trigger this vulnerability.</Note>
    </Notes>
    <CVE>CVE-2024-25569</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 16.0:gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-applications-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-devel-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:gdcm-examples-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libgdcm3_0-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:libsocketxx1_2-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-authorization-0.10.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-devel-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-dicomweb-1.22-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-doc-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-gdcm-1.8-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-indexer-1.0-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-mysql-5.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-neuro-1.1-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-postgresql-10.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-python-7.0-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-source-1.12.10-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-stl-1.2-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-tcia-1.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:orthanc-wsi-3.3-bp160.1.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python3-gdcm-3.0.24-bp160.2.1</ProductID>
        <ProductID>openSUSE Leap 16.0:python313-pyorthanc-1.22.1-bp160.1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL/>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-25569.html</URL>
        <Description>CVE-2024-25569</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223401</URL>
        <Description>SUSE Bug 1223401</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
