Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-55212 (GCVE-0-2025-55212)
Vulnerability from cvelistv5 – Published: 2025-08-26 16:43 – Updated: 2025-11-03 18:13
VLAI
EPSS
Title
ImageMagick affected by divide-by-zero in ThumbnailImage via montage -geometry ":" leads to crash
Summary
ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (":") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-369 - Divide By Zero
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/ImageMagick/ImageMagick/securi… | x_refsource_CONFIRM |
| https://github.com/ImageMagick/ImageMagick/commit… | x_refsource_MISC |
| https://github.com/ImageMagick/ImageMagick/blob/0… | x_refsource_MISC |
| https://github.com/ImageMagick/ImageMagick/blob/0… | x_refsource_MISC |
| https://github.com/dlemstra/Magick.NET/releases/t… | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2025… |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| ImageMagick | ImageMagick |
Affected:
< 7.1.2-2
Affected: < 6.9.13-28 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-55212",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-26T19:36:13.959186Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-26T19:36:17.667Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T18:13:41.050Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00012.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "ImageMagick",
"vendor": "ImageMagick",
"versions": [
{
"status": "affected",
"version": "\u003c 7.1.2-2"
},
{
"status": "affected",
"version": "\u003c 6.9.13-28"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (\":\") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-369",
"description": "CWE-369: Divide By Zero",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-26T16:43:15.189Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw"
},
{
"name": "https://github.com/ImageMagick/ImageMagick/commit/5f0bcf986b8b5e90567750d31a37af502b73f2af",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ImageMagick/ImageMagick/commit/5f0bcf986b8b5e90567750d31a37af502b73f2af"
},
{
"name": "https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/geometry.c#L355",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/geometry.c#L355"
},
{
"name": "https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/resize.c#L4625-L4629",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/resize.c#L4625-L4629"
},
{
"name": "https://github.com/dlemstra/Magick.NET/releases/tag/14.8.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/dlemstra/Magick.NET/releases/tag/14.8.1"
}
],
"source": {
"advisory": "GHSA-fh55-q5pj-pxgw",
"discovery": "UNKNOWN"
},
"title": "ImageMagick affected by divide-by-zero in ThumbnailImage via montage -geometry \":\" leads to crash"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-55212",
"datePublished": "2025-08-26T16:43:15.189Z",
"dateReserved": "2025-08-08T21:55:07.967Z",
"dateUpdated": "2025-11-03T18:13:41.050Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-55212",
"date": "2026-06-06",
"epss": "0.00392",
"percentile": "0.60535"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-55212\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-08-26T17:15:39.863\",\"lastModified\":\"2025-11-03T19:16:12.180\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (\\\":\\\") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.\"},{\"lang\":\"es\",\"value\":\"ImageMagick es un software gratuito y de c\u00f3digo abierto que se utiliza para editar y manipular im\u00e1genes digitales. Antes de las versiones 6.9.13-28 y 7.1.2-2, al pasar una cadena de geometr\u00eda que solo conten\u00eda dos puntos (\\\":\\\") a montage -geometry, GetGeometry() establec\u00eda el ancho/alto en 0. Posteriormente, ThumbnailImage() divid\u00eda por estas dimensiones cero, lo que provocaba un fallo (SIGFPE/abort) y una denegaci\u00f3n de servicio. Este problema se ha corregido en las versiones 6.9.13-28 y 7.1.2-2.\"}],\"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:L\",\"baseScore\":3.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-369\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.9.13-28\",\"matchCriteriaId\":\"B123C6EB-CD31-49C5-96C3-41A560B87CD5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0-0\",\"versionEndExcluding\":\"7.1.2-2\",\"matchCriteriaId\":\"84949254-D128-4390-9EBB-74CE243F85BB\"}]}]}],\"references\":[{\"url\":\"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/geometry.c#L355\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/resize.c#L4625-L4629\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/ImageMagick/ImageMagick/commit/5f0bcf986b8b5e90567750d31a37af502b73f2af\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/dlemstra/Magick.NET/releases/tag/14.8.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00012.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-55212\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-08-26T19:36:13.959186Z\"}}}], \"references\": [{\"url\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-08-26T19:36:09.965Z\"}}], \"cna\": {\"title\": \"ImageMagick affected by divide-by-zero in ThumbnailImage via montage -geometry \\\":\\\" leads to crash\", \"source\": {\"advisory\": \"GHSA-fh55-q5pj-pxgw\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"ImageMagick\", \"product\": \"ImageMagick\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 7.1.2-2\"}, {\"status\": \"affected\", \"version\": \"\u003c 6.9.13-28\"}]}], \"references\": [{\"url\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw\", \"name\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/ImageMagick/ImageMagick/commit/5f0bcf986b8b5e90567750d31a37af502b73f2af\", \"name\": \"https://github.com/ImageMagick/ImageMagick/commit/5f0bcf986b8b5e90567750d31a37af502b73f2af\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/geometry.c#L355\", \"name\": \"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/geometry.c#L355\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/resize.c#L4625-L4629\", \"name\": \"https://github.com/ImageMagick/ImageMagick/blob/0ba1b587be17543b664f7ad538e9e51e0da59d17/MagickCore/resize.c#L4625-L4629\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/dlemstra/Magick.NET/releases/tag/14.8.1\", \"name\": \"https://github.com/dlemstra/Magick.NET/releases/tag/14.8.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (\\\":\\\") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-369\", \"description\": \"CWE-369: Divide By Zero\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-08-26T16:43:15.189Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-55212\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-26T19:36:17.667Z\", \"dateReserved\": \"2025-08-08T21:55:07.967Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-08-26T16:43:15.189Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:03164-1
Vulnerability from csaf_suse - Published: 2025-09-11 11:06 - Updated: 2025-09-11 11:06Summary
Security update for ImageMagick
Severity
Important
Notes
Title of the patch: Security update for ImageMagick
Description of the patch: This update for ImageMagick fixes the following issues:
- CVE-2025-55004: Fixed heap buffer over-read in in ReadOneMNGIMage when processing images with separate alpha channels
(bsc#1248076).
- CVE-2025-55005: Fixed heap buffer overflow when transforming from Log to sRGB colorspaces (bsc#1248077).
- CVE-2025-55154: Fixed integer overflow when performing magnified size calculations in ReadOneMNGIMage (bsc#1248078).
- CVE-2025-55160: Fixed undefined behavior due to function-type-mismatch in CloneSplayTree (bsc#1248079).
- CVE-2025-55212: Fixed division-by-zero in ThumbnailImage() when passing a geometry string containing only a colon to
`montage -geometry` (bsc#1248767).
- CVE-2025-55298: Fixed heap overflow due to format string bug vulnerability (bsc#1248780).
- CVE-2025-57803: Fixed heap out-of-bounds (OOB) write due to 32-bit integer overflow (bsc#1248784).
Other fixes:
- Fixed output file placeholders (bsc#1247475).
Patchnames: SUSE-2025-3164,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-3164,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3164,openSUSE-SLE-15.6-2025-3164
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.6 (Medium)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.8 (Medium)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.7 (Medium)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.5 (High)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.5 (High)
Affected products
Recommended
106 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
33 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ImageMagick",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ImageMagick fixes the following issues:\n\n- CVE-2025-55004: Fixed heap buffer over-read in in ReadOneMNGIMage when processing images with separate alpha channels\n (bsc#1248076).\n- CVE-2025-55005: Fixed heap buffer overflow when transforming from Log to sRGB colorspaces (bsc#1248077).\n- CVE-2025-55154: Fixed integer overflow when performing magnified size calculations in ReadOneMNGIMage (bsc#1248078).\n- CVE-2025-55160: Fixed undefined behavior due to function-type-mismatch in CloneSplayTree (bsc#1248079).\n- CVE-2025-55212: Fixed division-by-zero in ThumbnailImage() when passing a geometry string containing only a colon to\n `montage -geometry` (bsc#1248767).\n- CVE-2025-55298: Fixed heap overflow due to format string bug vulnerability (bsc#1248780).\n- CVE-2025-57803: Fixed heap out-of-bounds (OOB) write due to 32-bit integer overflow (bsc#1248784). \n \nOther fixes: \n\n- Fixed output file placeholders (bsc#1247475).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3164,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-3164,SUSE-SLE-Module-Development-Tools-15-SP6-2025-3164,openSUSE-SLE-15.6-2025-3164",
"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_03164-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03164-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503164-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03164-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041649.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247475",
"url": "https://bugzilla.suse.com/1247475"
},
{
"category": "self",
"summary": "SUSE Bug 1248076",
"url": "https://bugzilla.suse.com/1248076"
},
{
"category": "self",
"summary": "SUSE Bug 1248077",
"url": "https://bugzilla.suse.com/1248077"
},
{
"category": "self",
"summary": "SUSE Bug 1248078",
"url": "https://bugzilla.suse.com/1248078"
},
{
"category": "self",
"summary": "SUSE Bug 1248079",
"url": "https://bugzilla.suse.com/1248079"
},
{
"category": "self",
"summary": "SUSE Bug 1248767",
"url": "https://bugzilla.suse.com/1248767"
},
{
"category": "self",
"summary": "SUSE Bug 1248780",
"url": "https://bugzilla.suse.com/1248780"
},
{
"category": "self",
"summary": "SUSE Bug 1248784",
"url": "https://bugzilla.suse.com/1248784"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55004 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55004/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55005 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55005/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55154 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55154/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55160/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55212 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55212/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55298 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55298/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-57803 page",
"url": "https://www.suse.com/security/cve/CVE-2025-57803/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-09-11T11:06:33Z",
"generator": {
"date": "2025-09-11T11:06:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03164-1",
"initial_release_date": "2025-09-11T11:06:33Z",
"revision_history": [
{
"date": "2025-09-11T11:06:33Z",
"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.20.1.aarch64",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product_id": "libMagick++-7_Q16HDRI5-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product_id": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32",
"product_id": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.21-150600.3.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.i586",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.i586",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.i586",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.i586",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.i586",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"product": {
"name": "ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"product_id": "ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"product_id": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.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.20.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.20.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "ImageMagick-devel-32bit-7.1.1.21-150600.3.20.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.20.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch"
},
"product_reference": "ImageMagick-doc-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.20.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.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64"
},
"product_reference": "ImageMagick-extra-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagick++-devel-32bit-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.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.20.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.20.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.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.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.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.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55004",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55004"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-1, ImageMagick is vulnerable to heap-buffer overflow read around the handling of images with separate alpha channels when performing image magnification in ReadOneMNGIMage. This can likely be used to leak subsequent memory contents into the output image. This issue has been patched in version 7.1.2-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55004",
"url": "https://www.suse.com/security/cve/CVE-2025-55004"
},
{
"category": "external",
"summary": "SUSE Bug 1248076 for CVE-2025-55004",
"url": "https://bugzilla.suse.com/1248076"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "moderate"
}
],
"title": "CVE-2025-55004"
},
{
"cve": "CVE-2025-55005",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55005"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to version 7.1.2-1, when preparing to transform from Log to sRGB colorspaces, the logmap construction fails to handle cases where the reference-black or reference-white value is larger than 1024. This leads to corrupting memory beyond the end of the allocated logmap buffer. This issue has been patched in version 7.1.2-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55005",
"url": "https://www.suse.com/security/cve/CVE-2025-55005"
},
{
"category": "external",
"summary": "SUSE Bug 1248077 for CVE-2025-55005",
"url": "https://bugzilla.suse.com/1248077"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "important"
}
],
"title": "CVE-2025-55005"
},
{
"cve": "CVE-2025-55154",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55154"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-27 and 7.1.2-1, the magnified size calculations in ReadOneMNGIMage (in coders/png.c) are unsafe and can overflow, leading to memory corruption. This issue has been patched in versions 6.9.13-27 and 7.1.2-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55154",
"url": "https://www.suse.com/security/cve/CVE-2025-55154"
},
{
"category": "external",
"summary": "SUSE Bug 1248078 for CVE-2025-55154",
"url": "https://bugzilla.suse.com/1248078"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "important"
}
],
"title": "CVE-2025-55154"
},
{
"cve": "CVE-2025-55160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55160"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-27 and 7.1.2-1, there is undefined behavior (function-type-mismatch) in splay tree cloning callback. This results in a deterministic abort under UBSan (DoS in sanitizer builds), with no crash in a non-sanitized build. This issue has been patched in versions 6.9.13-27 and 7.1.2-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55160",
"url": "https://www.suse.com/security/cve/CVE-2025-55160"
},
{
"category": "external",
"summary": "SUSE Bug 1248079 for CVE-2025-55160",
"url": "https://bugzilla.suse.com/1248079"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "moderate"
}
],
"title": "CVE-2025-55160"
},
{
"cve": "CVE-2025-55212",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55212"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (\":\") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55212",
"url": "https://www.suse.com/security/cve/CVE-2025-55212"
},
{
"category": "external",
"summary": "SUSE Bug 1248767 for CVE-2025-55212",
"url": "https://bugzilla.suse.com/1248767"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "moderate"
}
],
"title": "CVE-2025-55212"
},
{
"cve": "CVE-2025-55298",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55298"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to ImageMagick versions 6.9.13-28 and 7.1.2-2, a format string bug vulnerability exists in InterpretImageFilename function where user input is directly passed to FormatLocaleString without proper sanitization. An attacker can overwrite arbitrary memory regions, enabling a wide range of attacks from heap overflow to remote code execution. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55298",
"url": "https://www.suse.com/security/cve/CVE-2025-55298"
},
{
"category": "external",
"summary": "SUSE Bug 1248780 for CVE-2025-55298",
"url": "https://bugzilla.suse.com/1248780"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "important"
}
],
"title": "CVE-2025-55298"
},
{
"cve": "CVE-2025-57803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-57803"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2 for ImageMagick\u0027s 32-bit build, a 32-bit integer overflow in the BMP encoder\u0027s scanline-stride computation collapses bytes_per_line (stride) to a tiny value while the per-row writer still emits 3 x width bytes for 24-bpp images. The row base pointer advances using the (overflowed) stride, so the first row immediately writes past its slot and into adjacent heap memory with attacker-controlled bytes. This is a classic, powerful primitive for heap corruption in common auto-convert pipelines. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-57803",
"url": "https://www.suse.com/security/cve/CVE-2025-57803"
},
{
"category": "external",
"summary": "SUSE Bug 1248784 for CVE-2025-57803",
"url": "https://bugzilla.suse.com/1248784"
}
],
"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.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-SUSE-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-limited-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-open-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-secure-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-config-7-upstream-websafe-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:ImageMagick-doc-7.1.1.21-150600.3.20.1.noarch",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:ImageMagick-extra-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-7_Q16HDRI5-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagick++-devel-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-32bit-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.20.1.x86_64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.aarch64",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.ppc64le",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.s390x",
"openSUSE Leap 15.6:perl-PerlMagick-7.1.1.21-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T11:06:33Z",
"details": "important"
}
],
"title": "CVE-2025-57803"
}
]
}
SUSE-SU-2025:21211-1
Vulnerability from csaf_suse - Published: 2025-12-15 09:56 - Updated: 2025-12-15 09:56Summary
Security update for ImageMagick
Severity
Important
Notes
Title of the patch: Security update for ImageMagick
Description of the patch: This update for ImageMagick fixes the following issues:
- CVE-2025-62594: unsigned underflow and division-by-zero can lead to OOB pointer arithmetic and process crash
(bsc#1252749).
- CVE-2025-57807: BlobStream Forward-Seek Under-Allocation (bsc#1249362).
- CVE-2025-62171: incomplete fix for integer overflow in BMP Decoder (bsc#1252282).
- CVE-2025-55298: format string bug vulnerability can lead to heap overflow (bsc#1248780).
- CVE-2025-57803: 32-bit integer overflow can lead to heap out-of-bounds (OOB) write (bsc#1248784).
- CVE-2025-55212: division-by-zero in ThumbnailImage() when passing a geometry string containing only a colon to
`montage -geometry` (bsc#1248767).
Patchnames: SUSE-SLES-16.0-105
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.7 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.5 (High)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.5 (High)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.2 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
28 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for ImageMagick",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for ImageMagick fixes the following issues:\n\n- CVE-2025-62594: unsigned underflow and division-by-zero can lead to OOB pointer arithmetic and process crash\n (bsc#1252749).\n- CVE-2025-57807: BlobStream Forward-Seek Under-Allocation (bsc#1249362).\n- CVE-2025-62171: incomplete fix for integer overflow in BMP Decoder (bsc#1252282).\n- CVE-2025-55298: format string bug vulnerability can lead to heap overflow (bsc#1248780).\n- CVE-2025-57803: 32-bit integer overflow can lead to heap out-of-bounds (OOB) write (bsc#1248784).\n- CVE-2025-55212: division-by-zero in ThumbnailImage() when passing a geometry string containing only a colon to\n `montage -geometry` (bsc#1248767).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-105",
"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_21211-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21211-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521211-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21211-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023597.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248767",
"url": "https://bugzilla.suse.com/1248767"
},
{
"category": "self",
"summary": "SUSE Bug 1248780",
"url": "https://bugzilla.suse.com/1248780"
},
{
"category": "self",
"summary": "SUSE Bug 1248784",
"url": "https://bugzilla.suse.com/1248784"
},
{
"category": "self",
"summary": "SUSE Bug 1249362",
"url": "https://bugzilla.suse.com/1249362"
},
{
"category": "self",
"summary": "SUSE Bug 1252282",
"url": "https://bugzilla.suse.com/1252282"
},
{
"category": "self",
"summary": "SUSE Bug 1252749",
"url": "https://bugzilla.suse.com/1252749"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55212 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55212/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55298 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55298/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-57803 page",
"url": "https://www.suse.com/security/cve/CVE-2025-57803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-57807 page",
"url": "https://www.suse.com/security/cve/CVE-2025-57807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62171 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62171/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-62594 page",
"url": "https://www.suse.com/security/cve/CVE-2025-62594/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-12-15T09:56:13Z",
"generator": {
"date": "2025-12-15T09:56:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21211-1",
"initial_release_date": "2025-12-15T09:56:13Z",
"revision_history": [
{
"date": "2025-12-15T09:56:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "ImageMagick-7.1.2.0-160000.4.1.aarch64",
"product_id": "ImageMagick-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"product_id": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"product_id": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"product_id": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"product_id": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"product": {
"name": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"product_id": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"product_id": "ImageMagick-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"product_id": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "ImageMagick-7.1.2.0-160000.4.1.s390x",
"product_id": "ImageMagick-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"product_id": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"product_id": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"product_id": "libMagick++-devel-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"product_id": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "ImageMagick-7.1.2.0-160000.4.1.x86_64",
"product_id": "ImageMagick-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"product_id": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"product_id": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"product_id": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"product_id": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch"
},
"product_reference": "ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55212",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55212"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon (\":\") to montage -geometry leads GetGeometry() to set width/height to 0. Later, ThumbnailImage() divides by these zero dimensions, triggering a crash (SIGFPE/abort), resulting in a denial of service. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55212",
"url": "https://www.suse.com/security/cve/CVE-2025-55212"
},
{
"category": "external",
"summary": "SUSE Bug 1248767 for CVE-2025-55212",
"url": "https://bugzilla.suse.com/1248767"
}
],
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "moderate"
}
],
"title": "CVE-2025-55212"
},
{
"cve": "CVE-2025-55298",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55298"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to ImageMagick versions 6.9.13-28 and 7.1.2-2, a format string bug vulnerability exists in InterpretImageFilename function where user input is directly passed to FormatLocaleString without proper sanitization. An attacker can overwrite arbitrary memory regions, enabling a wide range of attacks from heap overflow to remote code execution. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55298",
"url": "https://www.suse.com/security/cve/CVE-2025-55298"
},
{
"category": "external",
"summary": "SUSE Bug 1248780 for CVE-2025-55298",
"url": "https://bugzilla.suse.com/1248780"
}
],
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "important"
}
],
"title": "CVE-2025-55298"
},
{
"cve": "CVE-2025-57803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-57803"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2 for ImageMagick\u0027s 32-bit build, a 32-bit integer overflow in the BMP encoder\u0027s scanline-stride computation collapses bytes_per_line (stride) to a tiny value while the per-row writer still emits 3 x width bytes for 24-bpp images. The row base pointer advances using the (overflowed) stride, so the first row immediately writes past its slot and into adjacent heap memory with attacker-controlled bytes. This is a classic, powerful primitive for heap corruption in common auto-convert pipelines. This issue has been patched in versions 6.9.13-28 and 7.1.2-2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-57803",
"url": "https://www.suse.com/security/cve/CVE-2025-57803"
},
{
"category": "external",
"summary": "SUSE Bug 1248784 for CVE-2025-57803",
"url": "https://bugzilla.suse.com/1248784"
}
],
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "important"
}
],
"title": "CVE-2025-57803"
},
{
"cve": "CVE-2025-57807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-57807"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is free and open-source software used for editing and manipulating digital images. ImageMagick versions lower than 14.8.2 include insecure functions: SeekBlob(), which permits advancing the stream offset beyond the current end without increasing capacity, and WriteBlob(), which then expands by quantum + length (amortized) instead of offset + length, and copies to data + offset. When offset \u003e\u003e extent, the copy targets memory beyond the allocation, producing a deterministic heap write on 64-bit builds. No 2\u2076\u2074 arithmetic wrap, external delegates, or policy settings are required. This is fixed in version 14.8.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-57807",
"url": "https://www.suse.com/security/cve/CVE-2025-57807"
},
{
"category": "external",
"summary": "SUSE Bug 1249362 for CVE-2025-57807",
"url": "https://bugzilla.suse.com/1249362"
}
],
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "moderate"
}
],
"title": "CVE-2025-57807"
},
{
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "moderate"
}
],
"title": "CVE-2025-62171"
},
{
"cve": "CVE-2025-62594",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-62594"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. ImageMagick versions prior to 7.1.2-8 are vulnerable to denial-of-service due to unsigned integer underflow and division-by-zero in the CLAHEImage function. When tile width or height is zero, unsigned underflow occurs in pointer arithmetic, leading to out-of-bounds memory access, and division-by-zero causes immediate crashes. This issue has been patched in version 7.1.2-8.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-62594",
"url": "https://www.suse.com/security/cve/CVE-2025-62594"
},
{
"category": "external",
"summary": "SUSE Bug 1252749 for CVE-2025-62594",
"url": "https://bugzilla.suse.com/1252749"
}
],
"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 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-SUSE-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-limited-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-open-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-secure-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-config-7-upstream-websafe-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-doc-7.1.2.0-160000.4.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:ImageMagick-extra-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-7_Q16HDRI5-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagick++-devel-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickCore-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libMagickWand-7_Q16HDRI10-7.1.2.0-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-PerlMagick-7.1.2.0-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-15T09:56:13Z",
"details": "moderate"
}
],
"title": "CVE-2025-62594"
}
]
}
WID-SEC-W-2025-1906
Vulnerability from csaf_certbund - Published: 2025-08-25 22:00 - Updated: 2025-12-18 23:00Summary
ImageMagick: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: ImageMagick ist eine Sammlung von Programmbibliotheken und Werkzeugen, die Grafiken in zahlreichen Formaten verarbeiten kann.
Angriff: Ein entfernter Angreifer kann mehrere Schwachstellen in ImageMagick ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuführen, erweiterte Berechtigungen zu erlangen, vertrauliche Informationen offenzulegen und andere nicht näher definierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source ImageMagick <6.9.13-28
Open Source / ImageMagick
|
<6.9.13-28 | ||
|
Open Source ImageMagick <7.1.2-2
Open Source / ImageMagick
|
<7.1.2-2 |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source ImageMagick <6.9.13-28
Open Source / ImageMagick
|
<6.9.13-28 | ||
|
Open Source ImageMagick <7.1.2-2
Open Source / ImageMagick
|
<7.1.2-2 |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source ImageMagick <6.9.13-28
Open Source / ImageMagick
|
<6.9.13-28 | ||
|
Open Source ImageMagick <7.1.2-2
Open Source / ImageMagick
|
<7.1.2-2 |
References
20 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "ImageMagick ist eine Sammlung von Programmbibliotheken und Werkzeugen, die Grafiken in zahlreichen Formaten verarbeiten kann.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in ImageMagick ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuf\u00fchren, erweiterte Berechtigungen zu erlangen, vertrauliche Informationen offenzulegen und andere nicht n\u00e4her definierte Angriffe 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-1906 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1906.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1906 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1906"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-9ccg-6pjw-x645 vom 2025-08-25",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9ccg-6pjw-x645"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-mxvv-97wh-cfmm vom 2025-08-25",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-mxvv-97wh-cfmm vom 2025-08-25",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-mxvv-97wh-cfmm"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15498-1 vom 2025-08-29",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XQFF5TXEMB2OGBITHJUT4QFUDCWE42M7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03113-1 vom 2025-09-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022414.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03150-1 vom 2025-09-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022461.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03151-1 vom 2025-09-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022459.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4297 vom 2025-09-11",
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00012.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03152-1 vom 2025-09-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XVFJXK2IAWYHKZBZLXGH7SGXHKJFJYUA/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5997 vom 2025-09-11",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00161.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03164-1 vom 2025-09-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022493.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7756-1 vom 2025-09-18",
"url": "https://ubuntu.com/security/notices/USN-7756-1"
},
{
"category": "external",
"summary": "IGEL Security Notice ISN-2025-42 vom 2025-10-06",
"url": "https://kb.igel.com/en/security-safety/current/isn-2025-42-imagemagick-vulnerabilities"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7812-1 vom 2025-10-09",
"url": "https://ubuntu.com/security/notices/USN-7812-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-16313 vom 2025-10-14",
"url": "https://linux.oracle.com/errata/ELSA-2025-16313.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"
}
],
"source_lang": "en-US",
"title": "ImageMagick: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-12-18T23:00:00.000+00:00",
"generator": {
"date": "2025-12-19T09:45:31.141+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1906",
"initial_release_date": "2025-08-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2025-25836, EUVD-2025-25837, EUVD-2025-25815"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2025-09-18T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-21T22:00:00.000+00:00",
"number": "8",
"summary": "Referenz(en) aufgenommen: RHSA-2025:16313"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IGEL aufgenommen"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "IGEL OS",
"product": {
"name": "IGEL OS",
"product_id": "T017865",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:-"
}
}
}
],
"category": "vendor",
"name": "IGEL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.1.2-2",
"product": {
"name": "Open Source ImageMagick \u003c7.1.2-2",
"product_id": "T046498"
}
},
{
"category": "product_version",
"name": "7.1.2-2",
"product": {
"name": "Open Source ImageMagick 7.1.2-2",
"product_id": "T046498-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:imagemagick:imagemagick:7.1.2-2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.9.13-28",
"product": {
"name": "Open Source ImageMagick \u003c6.9.13-28",
"product_id": "T046499"
}
},
{
"category": "product_version",
"name": "6.9.13-28",
"product": {
"name": "Open Source ImageMagick 6.9.13-28",
"product_id": "T046499-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:imagemagick:imagemagick:6.9.13-28"
}
}
}
],
"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": "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-55212",
"product_status": {
"known_affected": [
"2951",
"T002207",
"T017865",
"T000126",
"T027843",
"T004914",
"T046499",
"T046498"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-55212"
},
{
"cve": "CVE-2025-55298",
"product_status": {
"known_affected": [
"2951",
"T002207",
"T017865",
"T000126",
"T027843",
"T004914",
"T046499",
"T046498"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-55298"
},
{
"cve": "CVE-2025-57803",
"product_status": {
"known_affected": [
"2951",
"T002207",
"T017865",
"T000126",
"T027843",
"T004914",
"T046499",
"T046498"
]
},
"release_date": "2025-08-25T22:00:00.000+00:00",
"title": "CVE-2025-57803"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…