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- CWE-190 - Integer Overflow or Wraparound
| 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… |
| 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-07-20",
"epss": "0.00755",
"percentile": "0.51037"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-62171\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-10-17T17:15:49.197\",\"lastModified\":\"2026-06-17T09:51:29.817\",\"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.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"ImageMagick\",\"product\":\"ImageMagick\",\"versions\":[{\"version\":\"\u003c 6.9.13-32\",\"status\":\"affected\"},{\"version\":\"\u003e= 7.0.0-0, \u003c 7.1.2-7\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-10-17T17:05:36.358600Z\",\"id\":\"CVE-2025-62171\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-02-23T13:07:54+00:00",
"cve": "CVE-2025-62171",
"id": "CVE-2025-62171",
"initial_release_date": "2025-10-17T16:30:27.144000+00:00",
"product_status:fixed": "88",
"product_status:known_affected": "7",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "ImageMagick: ImageMagick vulnerable to denial of service via integer overflow in BMP decoder on 32-bit systems",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-62171.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-16T18:12:07Z",
"cve": "CVE-2025-62171",
"id": "CVE-2025-62171",
"initial_release_date": "2025-10-17T23:22:22Z",
"product_status:known_affected": "207",
"product_status:known_not_affected": "24",
"product_status:recommended": "239",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-62171",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-62171.json",
"version": "17"
},
"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:41| 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
|
{
"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:41| 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
|
{
"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:31| 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
|
{
"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"
}
]
}
ubuntu-cve-2025-62171
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro with Legacy support add-on: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "imagemagick-common",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "libmagick++5",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "libmagickcore5",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "libmagickcore5-extra",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "libmagickwand5",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.7.7.10-6ubuntu3.13+esm16"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.7.7.10-6ubuntu3.13+esm16?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.7.7.10-6ubuntu3.13+esm16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.7.7.10-5ubuntu3",
"8:6.7.7.10-5ubuntu4",
"8:6.7.7.10-6ubuntu1",
"8:6.7.7.10-6ubuntu2",
"8:6.7.7.10-6ubuntu3",
"8:6.7.7.10-6ubuntu3.1",
"8:6.7.7.10-6ubuntu3.2",
"8:6.7.7.10-6ubuntu3.3",
"8:6.7.7.10-6ubuntu3.4",
"8:6.7.7.10-6ubuntu3.5",
"8:6.7.7.10-6ubuntu3.6",
"8:6.7.7.10-6ubuntu3.7",
"8:6.7.7.10-6ubuntu3.8",
"8:6.7.7.10-6ubuntu3.9",
"8:6.7.7.10-6ubuntu3.11",
"8:6.7.7.10-6ubuntu3.12",
"8:6.7.7.10-6ubuntu3.13",
"8:6.7.7.10-6ubuntu3.13+esm1",
"8:6.7.7.10-6ubuntu3.13+esm2",
"8:6.7.7.10-6ubuntu3.13+esm3",
"8:6.7.7.10-6ubuntu3.13+esm4",
"8:6.7.7.10-6ubuntu3.13+esm5",
"8:6.7.7.10-6ubuntu3.13+esm6",
"8:6.7.7.10-6ubuntu3.13+esm7",
"8:6.7.7.10-6ubuntu3.13+esm8",
"8:6.7.7.10-6ubuntu3.13+esm9",
"8:6.7.7.10-6ubuntu3.13+esm10",
"8:6.7.7.10-6ubuntu3.13+esm11",
"8:6.7.7.10-6ubuntu3.13+esm12",
"8:6.7.7.10-6ubuntu3.13+esm13",
"8:6.7.7.10-6ubuntu3.13+esm14",
"8:6.7.7.10-6ubuntu3.13+esm15"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "imagemagick-6.q16",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "imagemagick-common",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagick++-6-headers",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagick++-6.q16-5v5",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickcore-6-arch-config",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickcore-6-headers",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickcore-6.q16-2",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickcore-6.q16-2-extra",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickwand-6-headers",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "libmagickwand-6.q16-2",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.8.9.9-7ubuntu5.16+esm15"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.8.9.9-7ubuntu5.16+esm15?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.8.9.9-7ubuntu5.16+esm15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.8.9.9-5ubuntu2",
"8:6.8.9.9-6",
"8:6.8.9.9-6build1",
"8:6.8.9.9-7",
"8:6.8.9.9-7ubuntu1",
"8:6.8.9.9-7ubuntu2",
"8:6.8.9.9-7ubuntu3",
"8:6.8.9.9-7ubuntu4",
"8:6.8.9.9-7ubuntu5",
"8:6.8.9.9-7ubuntu5.1",
"8:6.8.9.9-7ubuntu5.2",
"8:6.8.9.9-7ubuntu5.3",
"8:6.8.9.9-7ubuntu5.4",
"8:6.8.9.9-7ubuntu5.5",
"8:6.8.9.9-7ubuntu5.6",
"8:6.8.9.9-7ubuntu5.7",
"8:6.8.9.9-7ubuntu5.8",
"8:6.8.9.9-7ubuntu5.9",
"8:6.8.9.9-7ubuntu5.11",
"8:6.8.9.9-7ubuntu5.12",
"8:6.8.9.9-7ubuntu5.13",
"8:6.8.9.9-7ubuntu5.14",
"8:6.8.9.9-7ubuntu5.15",
"8:6.8.9.9-7ubuntu5.16",
"8:6.8.9.9-7ubuntu5.16+esm1",
"8:6.8.9.9-7ubuntu5.16+esm2",
"8:6.8.9.9-7ubuntu5.16+esm3",
"8:6.8.9.9-7ubuntu5.16+esm4",
"8:6.8.9.9-7ubuntu5.16+esm5",
"8:6.8.9.9-7ubuntu5.16+esm6",
"8:6.8.9.9-7ubuntu5.16+esm7",
"8:6.8.9.9-7ubuntu5.16+esm8",
"8:6.8.9.9-7ubuntu5.16+esm9",
"8:6.8.9.9-7ubuntu5.16+esm10",
"8:6.8.9.9-7ubuntu5.16+esm11",
"8:6.8.9.9-7ubuntu5.16+esm12",
"8:6.8.9.9-7ubuntu5.16+esm13",
"8:6.8.9.9-7ubuntu5.16+esm14"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "imagemagick-6-common",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "imagemagick-6.q16",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "imagemagick-6.q16hdri",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "imagemagick-common",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagick++-6-headers",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagick++-6.q16-7",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagick++-6.q16hdri-7",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6-arch-config",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6-headers",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6.q16-3",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6.q16-3-extra",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6.q16hdri-3",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickcore-6.q16hdri-3-extra",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickwand-6-headers",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickwand-6.q16-3",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "libmagickwand-6.q16hdri-3",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.9.7.4+dfsg-16ubuntu6.15+esm7?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.9.7.4+dfsg-16ubuntu6.15+esm7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.9.7.4+dfsg-16ubuntu2",
"8:6.9.7.4+dfsg-16ubuntu3",
"8:6.9.7.4+dfsg-16ubuntu4",
"8:6.9.7.4+dfsg-16ubuntu5",
"8:6.9.7.4+dfsg-16ubuntu6",
"8:6.9.7.4+dfsg-16ubuntu6.2",
"8:6.9.7.4+dfsg-16ubuntu6.3",
"8:6.9.7.4+dfsg-16ubuntu6.4",
"8:6.9.7.4+dfsg-16ubuntu6.7",
"8:6.9.7.4+dfsg-16ubuntu6.8",
"8:6.9.7.4+dfsg-16ubuntu6.9",
"8:6.9.7.4+dfsg-16ubuntu6.11",
"8:6.9.7.4+dfsg-16ubuntu6.12",
"8:6.9.7.4+dfsg-16ubuntu6.13",
"8:6.9.7.4+dfsg-16ubuntu6.14",
"8:6.9.7.4+dfsg-16ubuntu6.15",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm1",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm2",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm3",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm4",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm5",
"8:6.9.7.4+dfsg-16ubuntu6.15+esm6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "imagemagick-6-common",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "imagemagick-6.q16",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "imagemagick-6.q16hdri",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "imagemagick-common",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagick++-6-headers",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagick++-6.q16-8",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagick++-6.q16hdri-8",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6-arch-config",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6-headers",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6.q16-6",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6.q16-6-extra",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6.q16hdri-6",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickcore-6.q16hdri-6-extra",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickwand-6-headers",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickwand-6.q16-6",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "libmagickwand-6.q16hdri-6",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.9.10.23+dfsg-2.1ubuntu11.11+esm5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.9.10.23+dfsg-2.1ubuntu3",
"8:6.9.10.23+dfsg-2.1ubuntu8",
"8:6.9.10.23+dfsg-2.1ubuntu9",
"8:6.9.10.23+dfsg-2.1ubuntu10",
"8:6.9.10.23+dfsg-2.1ubuntu11",
"8:6.9.10.23+dfsg-2.1ubuntu11.1",
"8:6.9.10.23+dfsg-2.1ubuntu11.2",
"8:6.9.10.23+dfsg-2.1ubuntu11.4",
"8:6.9.10.23+dfsg-2.1ubuntu11.4+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.5",
"8:6.9.10.23+dfsg-2.1ubuntu11.6",
"8:6.9.10.23+dfsg-2.1ubuntu11.6+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.7",
"8:6.9.10.23+dfsg-2.1ubuntu11.7+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.9",
"8:6.9.10.23+dfsg-2.1ubuntu11.9+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.9+esm2",
"8:6.9.10.23+dfsg-2.1ubuntu11.10",
"8:6.9.10.23+dfsg-2.1ubuntu11.10+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.11",
"8:6.9.10.23+dfsg-2.1ubuntu11.11+esm1",
"8:6.9.10.23+dfsg-2.1ubuntu11.11+esm2",
"8:6.9.10.23+dfsg-2.1ubuntu11.11+esm3",
"8:6.9.10.23+dfsg-2.1ubuntu11.11+esm4"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "imagemagick-6-common",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "imagemagick-6.q16",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "imagemagick-6.q16hdri",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "imagemagick-common",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagick++-6-headers",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagick++-6.q16-8",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagick++-6.q16hdri-8",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6-arch-config",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6-headers",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6.q16-6",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6.q16-6-extra",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6.q16hdri-6",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickcore-6.q16hdri-6-extra",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickwand-6-headers",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickwand-6.q16-6",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "libmagickwand-6.q16hdri-6",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.9.11.60+dfsg-1ubuntu1",
"8:6.9.11.60+dfsg-1.3",
"8:6.9.11.60+dfsg-1.3build1",
"8:6.9.11.60+dfsg-1.3build2",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.1",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.1+esm1",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.2",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.2+esm1",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3+esm1",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3+esm2",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3+esm3",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm1",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm2",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm3",
"8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5+esm4"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "imagemagick-6-common",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "imagemagick-6.q16",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "imagemagick-6.q16hdri",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagick++-6-headers",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagick++-6.q16-9t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagick++-6.q16hdri-9t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6-arch-config",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6-headers",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6.q16-7-extra",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6.q16-7t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6.q16hdri-7-extra",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickcore-6.q16hdri-7t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickwand-6-headers",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickwand-6.q16-7t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "libmagickwand-6.q16hdri-7t64",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
},
{
"binary_name": "perlmagick",
"binary_version": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:24.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4?arch=source\u0026distro=esm-apps/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:6.9.11.60+dfsg-1.6ubuntu1",
"8:6.9.12.98+dfsg1-5",
"8:6.9.12.98+dfsg1-5.2build1",
"8:6.9.12.98+dfsg1-5.2build2",
"8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm1",
"8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm2",
"8:6.9.12.98+dfsg1-5.2ubuntu0.1~esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "imagemagick-7-common",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "imagemagick-7.q16",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "imagemagick-7.q16hdri",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagick++-7-headers",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagick++-7.q16-5",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagick++-7.q16hdri-5",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7-arch-config",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7-headers",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7.q16-10",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7.q16-10-extra",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7.q16hdri-10",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickcore-7.q16hdri-10-extra",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickwand-7-headers",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickwand-7.q16-10",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "libmagickwand-7.q16hdri-10",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
},
{
"binary_name": "perlmagick",
"binary_version": "8:7.1.2.3+dfsg1-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:7.1.2.3+dfsg1-1ubuntu0.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:7.1.1.43+dfsg1-1",
"8:7.1.1.43+dfsg1-1ubuntu1",
"8:7.1.1.43+dfsg1-1ubuntu2",
"8:7.1.2.3+dfsg1-1",
"8:7.1.2.3+dfsg1-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "imagemagick",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "imagemagick-7-common",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "imagemagick-7.q16",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "imagemagick-7.q16hdri",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libimage-magick-perl",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libimage-magick-q16-perl",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libimage-magick-q16hdri-perl",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagick++-7-headers",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagick++-7.q16-5",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagick++-7.q16hdri-5",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7-arch-config",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7-headers",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7.q16-10",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7.q16-10-extra",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7.q16hdri-10",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickcore-7.q16hdri-10-extra",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickwand-7-headers",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickwand-7.q16-10",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "libmagickwand-7.q16hdri-10",
"binary_version": "8:7.1.2.8+dfsg1-1"
},
{
"binary_name": "perlmagick",
"binary_version": "8:7.1.2.8+dfsg1-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "imagemagick",
"purl": "pkg:deb/ubuntu/imagemagick@8:7.1.2.8+dfsg1-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8:7.1.2.8+dfsg1-1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8:7.1.2.3+dfsg1-1"
]
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2025-62171",
"modified": "2026-05-20T15:22:57Z",
"published": "2025-10-17T17:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-62171"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"type": "REPORT",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9pp9-cfwx-54rm"
},
{
"type": "REPORT",
"url": "https://github.com/ImageMagick/ImageMagick/commit/cea1693e2ded51b4cc91c70c54096cbed1691c00"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7876-1"
}
],
"related": [
"USN-7876-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-62171"
]
}
WID-SEC-W-2025-2339
Vulnerability from csaf_certbund - Published: 2025-10-19 22:00 - Updated: 2026-06-07 22:00| 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:-
|
— |
{
"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"
}
]
}
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.