Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-62171 (GCVE-0-2025-62171)
Vulnerability from cvelistv5 – Published: 2025-10-17 16:30 – Updated: 2025-11-03 17:45
VLAI
EPSS
Title
ImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systems
Summary
ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.
Severity
5.9 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-190 - Integer Overflow or Wraparound
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/ImageMagick/ImageMagick/securi… | x_refsource_CONFIRM |
| https://github.com/ImageMagick/ImageMagick/commit… | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2025… |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| ImageMagick | ImageMagick |
Affected:
< 6.9.13-32
Affected: >= 7.0.0-0, < 7.1.2-7 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-62171",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-17T17:05:36.358600Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-10-17T17:05:50.708Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T17:45:24.673Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00019.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "ImageMagick",
"vendor": "ImageMagick",
"versions": [
{
"status": "affected",
"version": "\u003c 6.9.13-32"
},
{
"status": "affected",
"version": "\u003e= 7.0.0-0, \u003c 7.1.2-7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-17T16:30:27.144Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm"
},
{
"name": "https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00"
}
],
"source": {
"advisory": "GHSA-9pp9-cfwx-54rm",
"discovery": "UNKNOWN"
},
"title": "ImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systems"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-62171",
"datePublished": "2025-10-17T16:30:27.144Z",
"dateReserved": "2025-10-07T16:12:03.425Z",
"dateUpdated": "2025-11-03T17:45:24.673Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-62171",
"date": "2026-06-18",
"epss": "0.00738",
"percentile": "0.49681"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-62171\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-10-17T17:15:49.197\",\"lastModified\":\"2025-11-03T18:17:01.650\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.9.13-32\",\"matchCriteriaId\":\"EB78F6C2-7C33-4A0A-A093-6A26A8B9C3BF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0-0\",\"versionEndExcluding\":\"7.1.2-7\",\"matchCriteriaId\":\"5F3152BE-0219-45B9-940F-86EED0E01510\"}]}]}],\"references\":[{\"url\":\"https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/10/msg00019.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/10/msg00019.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T17:45:24.673Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-62171\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-17T17:05:36.358600Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-17T17:05:44.529Z\"}}], \"cna\": {\"title\": \"ImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systems\", \"source\": {\"advisory\": \"GHSA-9pp9-cfwx-54rm\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"ImageMagick\", \"product\": \"ImageMagick\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 6.9.13-32\"}, {\"status\": \"affected\", \"version\": \"\u003e= 7.0.0-0, \u003c 7.1.2-7\"}]}], \"references\": [{\"url\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm\", \"name\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00\", \"name\": \"https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-10-17T16:30:27.144Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-62171\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T17:45:24.673Z\", \"dateReserved\": \"2025-10-07T16:12:03.425Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-10-17T16:30:27.144Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2025:3844-1
Vulnerability from csaf_suse - Published: 2025-10-28 16:41 - Updated: 2025-10-28 16:41Summary
Security update for ImageMagick
Severity
Moderate
Notes
Title of the patch: Security update for ImageMagick
Description of the patch: This update for ImageMagick fixes the following issues:
- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).
Patchnames: SUSE-2025-3844,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-3844,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3844,openSUSE-SLE-15.6-2025-3844
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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 ImageMagick",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ImageMagick fixes the following issues:\n\n- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3844,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-3844,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3844,openSUSE-SLE-15.6-2025-3844",
"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/suse-su-2025_3844-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3844-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253844-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3844-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023076.html"
},
{
"category": "self",
"summary": "SUSE Bug 1252282",
"url": "https://bugzilla.suse.com/1252282"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62171 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62171/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-10-28T16:41:56Z",
"generator": {
"date": "2025-10-28T16:41:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3844-1",
"initial_release_date": "2025-10-28T16:41:56Z",
"revision_history": [
{
"date": "2025-10-28T16:41:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product": {
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product_id": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product_id": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32",
"product_id": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.26.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.i586",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.i586",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.i586",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.i586",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.i586",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.26.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"product": {
"name": "ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"product_id": "ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch"
},
"product_reference": "ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62171",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-62171"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-62171",
"url": "https://www.suse.com/security/cve/CVE-2025-62171"
},
{
"category": "external",
"summary": "SUSE Bug 1252282 for CVE-2025-62171",
"url": "https://bugzilla.suse.com/1252282"
}
],
"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 Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.26.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.26.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:41:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-62171"
}
]
}
SUSE-SU-2025:3867-1
Vulnerability from csaf_suse - Published: 2025-10-30 13:41 - Updated: 2025-10-30 13:41Summary
Security update for ImageMagick
Severity
Moderate
Notes
Title of the patch: Security update for ImageMagick
Description of the patch: This update for ImageMagick fixes the following issues:
- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).
Patchnames: SUSE-2025-3867,SUSE-SLE-Module-Desktop-Applications-15-SP7-2025-3867,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3867
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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 ImageMagick",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ImageMagick fixes the following issues:\n\n- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3867,SUSE-SLE-Module-Desktop-Applications-15-SP7-2025-3867,SUSE-SLE-Module-Development-Tools-15-SP7-2025-3867",
"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/suse-su-2025_3867-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3867-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253867-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3867-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023090.html"
},
{
"category": "self",
"summary": "SUSE Bug 1252282",
"url": "https://bugzilla.suse.com/1252282"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62171 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62171/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-10-30T13:41:13Z",
"generator": {
"date": "2025-10-30T13:41:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3867-1",
"initial_release_date": "2025-10-30T13:41:13Z",
"revision_history": [
{
"date": "2025-10-30T13:41:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product": {
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product_id": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product_id": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32",
"product_id": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.19.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.i586",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.i586",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.i586",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.i586",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.i586",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.19.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.1.43-150700.3.19.1.noarch",
"product": {
"name": "ImageMagick-doc-7.1.1.43-150700.3.19.1.noarch",
"product_id": "ImageMagick-doc-7.1.1.43-150700.3.19.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.s390x",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.19.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62171",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-62171"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-62171",
"url": "https://www.suse.com/security/cve/CVE-2025-62171"
},
{
"category": "external",
"summary": "SUSE Bug 1252282 for CVE-2025-62171",
"url": "https://bugzilla.suse.com/1252282"
}
],
"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 Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.19.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-30T13:41:13Z",
"details": "moderate"
}
],
"title": "CVE-2025-62171"
}
]
}
SUSE-SU-2025:3918-1
Vulnerability from csaf_suse - Published: 2025-11-03 10:31 - Updated: 2025-11-03 10:31Summary
Security update for ImageMagick
Severity
Moderate
Notes
Title of the patch: Security update for ImageMagick
Description of the patch: This update for ImageMagick fixes the following issues:
- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).
Patchnames: SUSE-2025-3918,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3918
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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 ImageMagick",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ImageMagick fixes the following issues:\n\n- CVE-2025-62171: Fixed incomplete fix for integer overflow in BMP Decoder (bsc#1252282).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3918,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3918",
"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/suse-su-2025_3918-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3918-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253918-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3918-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023141.html"
},
{
"category": "self",
"summary": "SUSE Bug 1252282",
"url": "https://bugzilla.suse.com/1252282"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62171 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62171/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-11-03T10:31:34Z",
"generator": {
"date": "2025-11-03T10:31:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3918-1",
"initial_release_date": "2025-11-03T10:31:34Z",
"revision_history": [
{
"date": "2025-11-03T10:31:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.aarch64",
"product_id": "ImageMagick-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.aarch64",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.aarch64",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.aarch64",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.aarch64",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.aarch64",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.aarch64",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.aarch64",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.aarch64",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.aarch64",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.aarch64",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product": {
"name": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product_id": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.215.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-6.8.8.1-71.215.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product_id": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32",
"product_id": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.215.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.i586",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.i586",
"product_id": "ImageMagick-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.i586",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.i586",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.i586",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.i586",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.i586",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.i586",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.i586",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.i586",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.i586",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.i586",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.i586",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.i586",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.i586",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.i586",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.i586",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.i586",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.i586",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.i586",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-6.8.8.1-71.215.1.noarch",
"product": {
"name": "ImageMagick-doc-6.8.8.1-71.215.1.noarch",
"product_id": "ImageMagick-doc-6.8.8.1-71.215.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.ppc64le",
"product_id": "ImageMagick-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.ppc64le",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.ppc64le",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.ppc64le",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.ppc64le",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.ppc64le",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.ppc64le",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.ppc64le",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.ppc64le",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.ppc64le",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.ppc64le",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.s390",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.s390",
"product_id": "ImageMagick-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.s390",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.s390",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.s390",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.s390",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.s390",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.s390",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.s390",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.s390",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.s390x",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.s390x",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390x",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.s390x",
"product_id": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.s390x",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagick++-devel-32bit-6.8.8.1-71.215.1.s390x",
"product_id": "libMagick++-devel-32bit-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390x",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x",
"product_id": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390x",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x",
"product": {
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x",
"product_id": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.s390x",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.s390x",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-devel-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-devel-32bit-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.215.1.x86_64",
"product_id": "ImageMagick-extra-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagick++-devel-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagick++-devel-32bit-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64",
"product_id": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.215.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.215.1.x86_64",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.215.1.x86_64",
"product_id": "perl-PerlMagick-6.8.8.1-71.215.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62171",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-62171"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 bytes, a malicious BMP file with specific dimensions can cause this multiplication to overflow and wrap to zero. The overflow check added to address CVE-2025-57803 is placed after the overflow occurs, making it ineffective. A specially crafted 58-byte BMP file with width set to 536,870,912 and 32 bits per pixel can trigger this overflow, causing the bytes_per_line calculation to become zero. This vulnerability only affects 32-bit builds of ImageMagick where default resource limits for width, height, and area have been manually increased beyond their defaults. 64-bit systems with size_t of 8 bytes are not vulnerable, and systems using default ImageMagick resource limits are not vulnerable. The vulnerability is fixed in versions 7.1.2-7 and 6.9.13-32.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-62171",
"url": "https://www.suse.com/security/cve/CVE-2025-62171"
},
{
"category": "external",
"summary": "SUSE Bug 1252282 for CVE-2025-62171",
"url": "https://bugzilla.suse.com/1252282"
}
],
"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 Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.215.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.215.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-03T10:31:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-62171"
}
]
}
WID-SEC-W-2025-2339
Vulnerability from csaf_certbund - Published: 2025-10-19 22:00 - Updated: 2026-06-07 22:00Summary
ImageMagick (BMP decoder): Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: ImageMagick ist eine Sammlung von Programmbibliotheken und Werkzeugen, die Grafiken in zahlreichen Formaten verarbeiten kann.
Angriff: Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in ImageMagick ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source ImageMagick <6.9.13-32
Open Source / ImageMagick
|
<6.9.13-32 | ||
|
Open Source ImageMagick <7.1.2-7
Open Source / ImageMagick
|
<7.1.2-7 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
References
16 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "ImageMagick ist eine Sammlung von Programmbibliotheken und Werkzeugen, die Grafiken in zahlreichen Formaten verarbeiten kann.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in ImageMagick ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2339 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2339.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2339 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2339"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-10-19",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404735"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15650-1 vom 2025-10-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/TQOUR4GFDPWU5LZC7XGPGIDCUGFZS223/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3796-1 vom 2025-10-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023033.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3844-1 vom 2025-10-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023076.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3867-1 vom 2025-10-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023090.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3918-1 vom 2025-11-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023141.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7876-1 vom 2025-11-21",
"url": "https://ubuntu.com/security/notices/USN-7876-1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:20162-1 vom 2025-12-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NLMP4LCOIPMLFCWS3MHQAXY76JMW76FH/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21211-1 vom 2025-12-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023597.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3058 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3058"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3058 vom 2026-03-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-3058.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-5573 vom 2026-04-07",
"url": "https://linux.oracle.com/errata/ELSA-2026-5573.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6713 vom 2026-04-21",
"url": "https://linux.oracle.com/errata/ELSA-2026-6713.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-17618 vom 2026-06-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-17618.html"
}
],
"source_lang": "en-US",
"title": "ImageMagick (BMP decoder): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-06-07T22:00:00.000+00:00",
"generator": {
"date": "2026-06-08T09:31:06.897+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-2339",
"initial_release_date": "2025-10-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-10-26T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-03T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.1.2-7",
"product": {
"name": "Open Source ImageMagick \u003c7.1.2-7",
"product_id": "T047822"
}
},
{
"category": "product_version",
"name": "7.1.2-7",
"product": {
"name": "Open Source ImageMagick 7.1.2-7",
"product_id": "T047822-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:imagemagick:imagemagick:7.1.2-7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.9.13-32",
"product": {
"name": "Open Source ImageMagick \u003c6.9.13-32",
"product_id": "T047823"
}
},
{
"category": "product_version",
"name": "6.9.13-32",
"product": {
"name": "Open Source ImageMagick 6.9.13-32",
"product_id": "T047823-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:imagemagick:imagemagick:6.9.13-32"
}
}
}
],
"category": "product_name",
"name": "ImageMagick"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62171",
"product_status": {
"known_affected": [
"T047823",
"T047822",
"T002207",
"67646",
"T000126",
"T027843",
"T004914"
]
},
"release_date": "2025-10-19T22:00:00.000+00:00",
"title": "CVE-2025-62171"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…