opensuse-su-2022:10144-1
Vulnerability from csaf_opensuse
Published
2022-10-12 15:35
Modified
2022-10-12 15:35
Summary
Security update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer
Notes
Title of the patch
Security update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer
Description of the patch
This update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer fixes the following issues:
Changes in gdcm:
- Provides/obsoletes moved to lbgdcm-package (Thx DimStar)
- rename of gdcm-libgdcm3_0 to libgdcm3_0 (proposal S. Brns)
- version 3.0.18
no changelog
- version 3.0.12
* support for poppler 22.03 added
- version 3.0.11
* Fix for a significant issue with JPEG-LS and RGB color space
* tons of small bug fixes
- version 3.0.10 (no changelog)
Changes in orthanc-gdcm:
- changed dependency gdcm-libgdcm3_0 -> libgdcm3_0
- Version 1.5
* Take the configuration option 'RestrictTransferSyntaxes' into
account not only for decoding, but also for transcoding
* Upgrade to GDCM 3.0.10 for static builds-
Changes in orthanc:
- version 1.11.2
* Added support for RGBA64 images in tools/create-dicom and /preview
* New configuration 'MaximumStorageMode' to choose between recyling of
old patients (default behavior) and rejection of new incoming data when
the MaximumStorageSize has been reached.
* New sample plugin: 'DelayedDeletion' that will delete files from disk
asynchronously to speed up deletion of large studies.
* Lua: new 'SetHttpTimeout' function
* Lua: new 'OnHeartBeat' callback called at regular interval provided that
you have configured 'LuaHeartBeatPeriod' > 0.
* 'ExtraMainDicomTags' configuration now accepts Dicom Sequences. Sequences are
stored in a dedicated new metadata 'MainDicomSequences'. This should improve
DicomWeb QIDO-RS and avoid warnings like 'Accessing Dicom tags from storage when
accessing series : 0040,0275'.
Main dicom sequences can now be returned in 'MainDicomTags' and in 'RequestedTags'.
* Fix the 'Never' option of the 'StorageAccessOnFind' that was sill accessing
files (bug introduced in 1.11.0).
* Fix the Storage Cache for compressed files (bug introduced in 1.11.1).
* Fix the storage cache that was not used by the Plugin SDK. This fixes the
DicomWeb plugin '/rendered' route performance issues.
* DelayedDeletion plugin: Fix leaking of symbols
* SQLite now closes and deletes WAL and SHM files on exit. This should improve
handling of SQLite DB over network drives.
* Fix static compilation of boost 1.69 on Ubuntu 22.04
* Upgraded dependencies for static builds:
- boost 1.80.0
- dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120)
- openssl 3.0.5
* Housekeeper plugin: Fix resume of previous processing
* Added missing MOVEPatientRootQueryRetrieveInformationModel in
DicomControlUserConnection::SetupPresentationContexts()
* Improved HttpClient error logging (add method + url)
* API version upgraded to 18
* /system is now reporting 'DatabaseServerIdentifier'
* Added an Asynchronous mode to /modalities/../move.
* 'RequestedTags' option can now include DICOM sequences.
* New function in the SDK: 'OrthancPluginGetDatabaseServerIdentifier'
* DicomMap::ParseMainDicomTags has been deprecated -> retrieve 'full' tags
and use DicomMap::FromDicomAsJson instead
- version 1.11.0
* new API version 1.7
* new configuration parameter
* for detailed changelog see NEWS
- version 1.10.1
* for detailed changelog see NEWS
- Version 1.9.7
* New configuration option 'DicomAlwaysAllowMove' to disable verification of
the remote modality in C-MOVE SCP
* API version upgraded to 15
* Added 'Level' option to POST /tools/bulk-modify
* Added missing OpenAPI documentation of 'KeepSource' in '.../modify' and '.../anonymize'
* Added file CITATION.cff
* Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
* Fix upload of ZIP archives containing a DICOMDIR file
* Fix computation of the estimated time of arrival in jobs
* Support detection of windowing and rescale in Philips multiframe images
Changes in orthanc-webviewer:
- version 2.8
* Fix XSS inside DICOM in Orthanc Web Viewer (as reported by Stuart
Kurutac, NCC Group)
* framework190.diff removed (covered in actual version)
Patchnames
openSUSE-2022-10144
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer", "title": "Title of the patch" }, { "category": "description", "text": "This update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer fixes the following issues:\n\nChanges in gdcm:\n\n- Provides/obsoletes moved to lbgdcm-package (Thx DimStar)\n- rename of gdcm-libgdcm3_0 to libgdcm3_0 (proposal S. Brns)\n\n- version 3.0.18\n\n no changelog\n\n- version 3.0.12\n\n * support for poppler 22.03 added\n\n- version 3.0.11\n\n * Fix for a significant issue with JPEG-LS and RGB color space\n * tons of small bug fixes\n\n- version 3.0.10 (no changelog)\n\nChanges in orthanc-gdcm:\n\n- changed dependency gdcm-libgdcm3_0 -\u003e libgdcm3_0\n\n- Version 1.5 \n\n* Take the configuration option \u0027RestrictTransferSyntaxes\u0027 into\n account not only for decoding, but also for transcoding\n* Upgrade to GDCM 3.0.10 for static builds- \n\nChanges in orthanc:\n\n- version 1.11.2\n * Added support for RGBA64 images in tools/create-dicom and /preview\n * New configuration \u0027MaximumStorageMode\u0027 to choose between recyling of\n old patients (default behavior) and rejection of new incoming data when\n the MaximumStorageSize has been reached.\n * New sample plugin: \u0027DelayedDeletion\u0027 that will delete files from disk\n asynchronously to speed up deletion of large studies.\n * Lua: new \u0027SetHttpTimeout\u0027 function\n * Lua: new \u0027OnHeartBeat\u0027 callback called at regular interval provided that\n you have configured \u0027LuaHeartBeatPeriod\u0027 \u003e 0.\n * \u0027ExtraMainDicomTags\u0027 configuration now accepts Dicom Sequences. Sequences are\n stored in a dedicated new metadata \u0027MainDicomSequences\u0027. This should improve\n DicomWeb QIDO-RS and avoid warnings like \u0027Accessing Dicom tags from storage when \n accessing series : 0040,0275\u0027.\n Main dicom sequences can now be returned in \u0027MainDicomTags\u0027 and in \u0027RequestedTags\u0027.\n * Fix the \u0027Never\u0027 option of the \u0027StorageAccessOnFind\u0027 that was sill accessing\n files (bug introduced in 1.11.0).\n * Fix the Storage Cache for compressed files (bug introduced in 1.11.1).\n * Fix the storage cache that was not used by the Plugin SDK. This fixes the \n DicomWeb plugin \u0027/rendered\u0027 route performance issues.\n * DelayedDeletion plugin: Fix leaking of symbols\n * SQLite now closes and deletes WAL and SHM files on exit. This should improve\n handling of SQLite DB over network drives.\n * Fix static compilation of boost 1.69 on Ubuntu 22.04\n * Upgraded dependencies for static builds:\n - boost 1.80.0\n - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120)\n - openssl 3.0.5\n * Housekeeper plugin: Fix resume of previous processing\n * Added missing MOVEPatientRootQueryRetrieveInformationModel in \n DicomControlUserConnection::SetupPresentationContexts()\n * Improved HttpClient error logging (add method + url)\n * API version upgraded to 18\n * /system is now reporting \u0027DatabaseServerIdentifier\u0027\n * Added an Asynchronous mode to /modalities/../move.\n * \u0027RequestedTags\u0027 option can now include DICOM sequences.\n * New function in the SDK: \u0027OrthancPluginGetDatabaseServerIdentifier\u0027\n * DicomMap::ParseMainDicomTags has been deprecated -\u003e retrieve \u0027full\u0027 tags\n and use DicomMap::FromDicomAsJson instead\n\n- version 1.11.0\n\n* new API version 1.7\n* new configuration parameter\n* for detailed changelog see NEWS\n\n- version 1.10.1\n\n* for detailed changelog see NEWS\n\n- Version 1.9.7\n\n* New configuration option \u0027DicomAlwaysAllowMove\u0027 to disable verification of\n the remote modality in C-MOVE SCP\n* API version upgraded to 15\n* Added \u0027Level\u0027 option to POST /tools/bulk-modify\n* Added missing OpenAPI documentation of \u0027KeepSource\u0027 in \u0027.../modify\u0027 and \u0027.../anonymize\u0027\n* Added file CITATION.cff\n* Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins\n* Fix upload of ZIP archives containing a DICOMDIR file\n* Fix computation of the estimated time of arrival in jobs\n* Support detection of windowing and rescale in Philips multiframe images \n\nChanges in orthanc-webviewer:\n\n- version 2.8\n * Fix XSS inside DICOM in Orthanc Web Viewer (as reported by Stuart\n Kurutac, NCC Group)\n * framework190.diff removed (covered in actual version) \n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2022-10144", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2022_10144-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2022:10144-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/K67WDY4JVASQKGAJHGMCE45SJSPPFKPM/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2022:10144-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/K67WDY4JVASQKGAJHGMCE45SJSPPFKPM/" }, { "category": "self", "summary": "SUSE Bug 1181400", "url": "https://bugzilla.suse.com/1181400" }, { "category": "self", "summary": "SUSE CVE CVE-2022-2119 page", "url": "https://www.suse.com/security/cve/CVE-2022-2119/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-2120 page", "url": "https://www.suse.com/security/cve/CVE-2022-2120/" } ], "title": "Security update for gdcm, orthanc, orthanc-gdcm, orthanc-webviewer", "tracking": { "current_release_date": "2022-10-12T15:35:18Z", "generator": { "date": "2022-10-12T15:35:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2022:10144-1", "initial_release_date": "2022-10-12T15:35:18Z", "revision_history": [ { "date": "2022-10-12T15:35:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gdcm-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "gdcm-3.0.19-bp153.2.8.1.aarch64", "product_id": "gdcm-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "product_id": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "product_id": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "product_id": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "product_id": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "product_id": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64" } }, { "category": "product_version", "name": "orthanc-1.11.2-bp153.2.13.1.aarch64", "product": { "name": "orthanc-1.11.2-bp153.2.13.1.aarch64", "product_id": "orthanc-1.11.2-bp153.2.13.1.aarch64" } }, { "category": "product_version", "name": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "product": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "product_id": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64" } }, { "category": "product_version", "name": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "product": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "product_id": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64" } }, { "category": "product_version", "name": "orthanc-source-1.11.2-bp153.2.13.1.aarch64", "product": { "name": "orthanc-source-1.11.2-bp153.2.13.1.aarch64", "product_id": "orthanc-source-1.11.2-bp153.2.13.1.aarch64" } }, { "category": "product_version", "name": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "product": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "product_id": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64" } }, { "category": "product_version", "name": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "product": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "product_id": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "orthanc-doc-1.11.2-bp153.2.13.1.noarch", "product": { "name": "orthanc-doc-1.11.2-bp153.2.13.1.noarch", "product_id": "orthanc-doc-1.11.2-bp153.2.13.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gdcm-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "gdcm-3.0.19-bp153.2.8.1.ppc64le", "product_id": "gdcm-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "product_id": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "product_id": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "product_id": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "product_id": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "product_id": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le" } }, { "category": "product_version", "name": "orthanc-1.11.2-bp153.2.13.1.ppc64le", "product": { "name": "orthanc-1.11.2-bp153.2.13.1.ppc64le", "product_id": "orthanc-1.11.2-bp153.2.13.1.ppc64le" } }, { "category": "product_version", "name": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "product": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "product_id": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le" } }, { "category": "product_version", "name": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "product": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "product_id": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le" } }, { "category": "product_version", "name": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "product": { "name": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "product_id": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le" } }, { "category": "product_version", "name": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "product": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "product_id": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le" } }, { "category": "product_version", "name": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "product": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "product_id": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gdcm-3.0.19-bp153.2.8.1.s390x", "product": { "name": "gdcm-3.0.19-bp153.2.8.1.s390x", "product_id": "gdcm-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "gdcm-applications-3.0.19-bp153.2.8.1.s390x", "product": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.s390x", "product_id": "gdcm-applications-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "gdcm-devel-3.0.19-bp153.2.8.1.s390x", "product": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.s390x", "product_id": "gdcm-devel-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "gdcm-examples-3.0.19-bp153.2.8.1.s390x", "product": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.s390x", "product_id": "gdcm-examples-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "product": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "product_id": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "product": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "product_id": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x" } }, { "category": "product_version", "name": "orthanc-gdcm-1.5-bp153.2.6.1.s390x", "product": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.s390x", "product_id": "orthanc-gdcm-1.5-bp153.2.6.1.s390x" } }, { "category": "product_version", "name": "orthanc-webviewer-2.8-bp153.2.3.1.s390x", "product": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.s390x", "product_id": "orthanc-webviewer-2.8-bp153.2.3.1.s390x" } }, { "category": "product_version", "name": "python3-gdcm-3.0.19-bp153.2.8.1.s390x", "product": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.s390x", "product_id": "python3-gdcm-3.0.19-bp153.2.8.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gdcm-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "gdcm-3.0.19-bp153.2.8.1.x86_64", "product_id": "gdcm-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "product_id": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "product_id": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "product_id": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "product_id": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "product_id": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64" } }, { "category": "product_version", "name": "orthanc-1.11.2-bp153.2.13.1.x86_64", "product": { "name": "orthanc-1.11.2-bp153.2.13.1.x86_64", "product_id": "orthanc-1.11.2-bp153.2.13.1.x86_64" } }, { "category": "product_version", "name": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "product": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "product_id": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64" } }, { "category": "product_version", "name": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "product": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "product_id": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64" } }, { "category": "product_version", "name": "orthanc-source-1.11.2-bp153.2.13.1.x86_64", "product": { "name": "orthanc-source-1.11.2-bp153.2.13.1.x86_64", "product_id": "orthanc-source-1.11.2-bp153.2.13.1.x86_64" } }, { "category": "product_version", "name": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "product": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "product_id": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64" } }, { "category": "product_version", "name": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "product": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "product_id": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Package Hub 15 SP3", "product": { "name": "SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3" } }, { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-doc-1.11.2-bp153.2.13.1.noarch as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch" }, "product_reference": "orthanc-doc-1.11.2-bp153.2.13.1.noarch", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.s390x as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64 as component of SUSE Package Hub 15 SP3", "product_id": "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "SUSE Package Hub 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-1.11.2-bp153.2.13.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-doc-1.11.2-bp153.2.13.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch" }, "product_reference": "orthanc-doc-1.11.2-bp153.2.13.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64" }, "product_reference": "orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-source-1.11.2-bp153.2.13.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64" }, "product_reference": "orthanc-source-1.11.2-bp153.2.13.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64" }, "product_reference": "orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" }, "product_reference": "python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-2119", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-2119" } ], "notes": [ { "category": "general", "text": "OFFIS DCMTK\u0027s (All versions prior to 3.6.7) service class provider (SCP) is vulnerable to path traversal, allowing an attacker to write DICOM files into arbitrary directories under controlled names. This could allow remote code execution.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-2119", "url": "https://www.suse.com/security/cve/CVE-2022-2119" }, { "category": "external", "summary": "SUSE Bug 1208637 for CVE-2022-2119", "url": "https://bugzilla.suse.com/1208637" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-10-12T15:35:18Z", "details": "critical" } ], "title": "CVE-2022-2119" }, { "cve": "CVE-2022-2120", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-2120" } ], "notes": [ { "category": "general", "text": "OFFIS DCMTK\u0027s (All versions prior to 3.6.7) service class user (SCU) is vulnerable to relative path traversal, allowing an attacker to write DICOM files into arbitrary directories under controlled names. This could allow remote code execution.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-2120", "url": "https://www.suse.com/security/cve/CVE-2022-2120" }, { "category": "external", "summary": "SUSE Bug 1208638 for CVE-2022-2120", "url": "https://bugzilla.suse.com/1208638" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "SUSE Package Hub 15 SP3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "SUSE Package Hub 15 SP3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "SUSE Package Hub 15 SP3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-applications-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-devel-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:gdcm-examples-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libgdcm3_0-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:libsocketxx1_2-3.0.19-bp153.2.8.1.x86_64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-devel-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-doc-1.11.2-bp153.2.13.1.noarch", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.aarch64", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.ppc64le", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.s390x", "openSUSE Leap 15.3:orthanc-gdcm-1.5-bp153.2.6.1.x86_64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.aarch64", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.ppc64le", "openSUSE Leap 15.3:orthanc-source-1.11.2-bp153.2.13.1.x86_64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.aarch64", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.ppc64le", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.s390x", "openSUSE Leap 15.3:orthanc-webviewer-2.8-bp153.2.3.1.x86_64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.aarch64", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.ppc64le", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.s390x", "openSUSE Leap 15.3:python3-gdcm-3.0.19-bp153.2.8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2022-10-12T15:35:18Z", "details": "critical" } ], "title": "CVE-2022-2120" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…