Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-66628 (GCVE-0-2025-66628)
Vulnerability from cvelistv5
- CWE-125 - Out-of-bounds Read
| Vendor | Product | Version | ||
|---|---|---|---|---|
| ImageMagick | ImageMagick |
Version: < 7.1.2-10 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-66628",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-11T15:38:44.136255Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-11T15:38:56.050Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "ImageMagick",
"vendor": "ImageMagick",
"versions": [
{
"status": "affected",
"version": "\u003c 7.1.2-10"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-10T22:04:49.639Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8"
},
{
"name": "https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c"
}
],
"source": {
"advisory": "GHSA-6hjr-v6g4-3fm8",
"discovery": "UNKNOWN"
},
"title": "ImageMagick is vulnerable to an Integer Overflow in TIM decoder leading to out of bounds read (32-bit only)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-66628",
"datePublished": "2025-12-10T22:04:49.639Z",
"dateReserved": "2025-12-05T15:42:44.715Z",
"dateUpdated": "2025-12-11T15:38:56.050Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-66628\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-10T22:16:28.660\",\"lastModified\":\"2025-12-12T15:18:13.390\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"references\":[{\"url\":\"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-66628\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-11T15:38:44.136255Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-11T15:38:48.820Z\"}}], \"cna\": {\"title\": \"ImageMagick is vulnerable to an Integer Overflow in TIM decoder leading to out of bounds read (32-bit only)\", \"source\": {\"advisory\": \"GHSA-6hjr-v6g4-3fm8\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"ImageMagick\", \"product\": \"ImageMagick\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 7.1.2-10\"}]}], \"references\": [{\"url\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8\", \"name\": \"https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c\", \"name\": \"https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125: Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-12-10T22:04:49.639Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-66628\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-11T15:38:56.050Z\", \"dateReserved\": \"2025-12-05T15:42:44.715Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-12-10T22:04:49.639Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
opensuse-su-2025:15829-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "ImageMagick-7.1.2.10-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ImageMagick-7.1.2.10-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15829",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15829-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66628 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66628/"
}
],
"title": "ImageMagick-7.1.2.10-2.1 on GA media",
"tracking": {
"current_release_date": "2025-12-19T00:00:00Z",
"generator": {
"date": "2025-12-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15829-1",
"initial_release_date": "2025-12-19T00:00:00Z",
"revision_history": [
{
"date": "2025-12-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-devel-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-doc-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-doc-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.10-2.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.2.10-2.1.aarch64",
"product_id": "ImageMagick-extra-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.2.10-2.1.aarch64",
"product_id": "libMagick++-devel-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"product_id": "libMagick++-devel-32bit-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.10-2.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.2.10-2.1.aarch64",
"product_id": "perl-PerlMagick-7.1.2.10-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-doc-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.2.10-2.1.ppc64le",
"product_id": "libMagick++-devel-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"product_id": "libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.2.10-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-devel-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-devel-32bit-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-doc-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-doc-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.10-2.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.2.10-2.1.s390x",
"product_id": "ImageMagick-extra-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.2.10-2.1.s390x",
"product_id": "libMagick++-devel-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"product_id": "libMagick++-devel-32bit-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.10-2.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.2.10-2.1.s390x",
"product_id": "perl-PerlMagick-7.1.2.10-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-devel-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-doc-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-doc-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.2.10-2.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.2.10-2.1.x86_64",
"product_id": "ImageMagick-extra-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.2.10-2.1.x86_64",
"product_id": "libMagick++-devel-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.2.10-2.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.2.10-2.1.x86_64",
"product_id": "perl-PerlMagick-7.1.2.10-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-doc-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-doc-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-doc-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-doc-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.aarch64"
},
"product_reference": "ImageMagick-extra-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.ppc64le"
},
"product_reference": "ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.s390x"
},
"product_reference": "ImageMagick-extra-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-extra-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.x86_64"
},
"product_reference": "ImageMagick-extra-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-32bit-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.10-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.2.10-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.10-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.10-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.2.10-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.2.10-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.2.10-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66628",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66628"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66628",
"url": "https://www.suse.com/security/cve/CVE-2025-66628"
},
{
"category": "external",
"summary": "SUSE Bug 1254820 for CVE-2025-66628",
"url": "https://bugzilla.suse.com/1254820"
}
],
"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": [
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-config-7-SUSE-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-doc-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:ImageMagick-extra-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-7_Q16HDRI5-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagick++-devel-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickCore-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-32bit-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:libMagickWand-7_Q16HDRI10-7.1.2.10-2.1.x86_64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.aarch64",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.ppc64le",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.s390x",
"openSUSE Tumbleweed:perl-PerlMagick-7.1.2.10-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-66628"
}
]
}
ghsa-6hjr-v6g4-3fm8
Vulnerability from github
Summary
The TIM (PSX TIM) image parser in ImageMagick contains a critical integer overflow vulnerability in the ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow.
On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read.
Vulnerable Code
File: coders/tim.c
c
width=ReadBlobLSBShort(image);
height=ReadBlobLSBShort(image);
image_size=2*width*height; // Line 234 - NO OVERFLOW CHECK!
Impact
This vulnerability can lead to Arbitrary Memory Disclosure due to an out of bounds read on 32-bit systems.
{
"affected": [
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q16-AnyCPU"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q16-HDRI-AnyCPU"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q16-HDRI-x86"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q16-x86"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q8-AnyCPU"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "Magick.NET-Q8-x86"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "14.10.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-66628"
],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": true,
"github_reviewed_at": "2025-12-10T15:47:42Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "### Summary\nThe TIM (PSX TIM) image parser in ImageMagick contains a critical integer overflow vulnerability in the `ReadTIMImage` function (`coders/tim.c`). The code reads `width` and `height` (16-bit values) from the file header and calculates `image_size = 2 * width * height` without checking for overflow.\nOn 32-bit systems (or where `size_t` is 32-bit), this calculation can overflow if `width` and `height` are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via `AcquireQuantumMemory` and later operations relying on the dimensions can trigger an out of bounds read.\n### Vulnerable Code\nFile: `coders/tim.c`\n```c\nwidth=ReadBlobLSBShort(image);\nheight=ReadBlobLSBShort(image);\nimage_size=2*width*height; // Line 234 - NO OVERFLOW CHECK!\n```\n\n### Impact\nThis vulnerability can lead to Arbitrary Memory Disclosure due to an out of bounds read on 32-bit systems.",
"id": "GHSA-6hjr-v6g4-3fm8",
"modified": "2025-12-10T15:47:42Z",
"published": "2025-12-10T15:47:42Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8"
},
{
"type": "WEB",
"url": "https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c"
},
{
"type": "PACKAGE",
"url": "https://github.com/ImageMagick/ImageMagick"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "ImageMagick is vulnerable to an integer Overflow in TIM decoder leading to out of bounds read (32-bit only)"
}
fkie_cve-2025-66628
Vulnerability from fkie_nvd
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10."
}
],
"id": "CVE-2025-66628",
"lastModified": "2025-12-12T15:18:13.390",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-12-10T22:16:28.660",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-6hjr-v6g4-3fm8"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/dlemstra/Magick.NET/commit/2dfa08e15cfd11016a79615994787b14f9048b1c"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Undergoing Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
suse-su-2025:4429-1
Vulnerability from csaf_suse
Notes
{
"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-66628: possible integer overflow in the TIM image parser\u0027s `ReadTIMImage` function can lead to arbitrary\n memory disclosure on 32-bit systems (bsc#1254820).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4429,SUSE-SLE-SERVER-12-SP5-LTSS-2025-4429,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-4429",
"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_4429-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4429-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254429-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4429-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023566.html"
},
{
"category": "self",
"summary": "SUSE Bug 1254820",
"url": "https://bugzilla.suse.com/1254820"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66628 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66628/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-12-17T11:26:56Z",
"generator": {
"date": "2025-12-17T11:26:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4429-1",
"initial_release_date": "2025-12-17T11:26:56Z",
"revision_history": [
{
"date": "2025-12-17T11:26:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.aarch64",
"product_id": "ImageMagick-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.aarch64",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.aarch64",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.aarch64",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.aarch64",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product": {
"name": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product_id": "libMagick++-6_Q16-3-64bit-6.8.8.1-71.218.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-6.8.8.1-71.218.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product_id": "libMagickCore-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32",
"product_id": "libMagickWand-6_Q16-1-64bit-6.8.8.1-71.218.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.i586",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.i586",
"product_id": "ImageMagick-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.i586",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.i586",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.i586",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.i586",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.i586",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.i586",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.i586",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.i586",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.i586",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.i586",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.i586",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.i586",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.i586",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.i586",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.i586",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.i586",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.i586",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.i586",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-6.8.8.1-71.218.1.noarch",
"product": {
"name": "ImageMagick-doc-6.8.8.1-71.218.1.noarch",
"product_id": "ImageMagick-doc-6.8.8.1-71.218.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.ppc64le",
"product_id": "ImageMagick-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.ppc64le",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.ppc64le",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.ppc64le",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.ppc64le",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.s390",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.s390",
"product_id": "ImageMagick-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.s390",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.s390",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.s390",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.s390",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.s390",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.s390",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.s390",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.s390",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.s390x",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.s390x",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390x",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.s390x",
"product_id": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.s390x",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagick++-devel-32bit-6.8.8.1-71.218.1.s390x",
"product_id": "libMagick++-devel-32bit-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x",
"product_id": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x",
"product": {
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x",
"product_id": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.s390x",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.s390x",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-devel-32bit-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "ImageMagick-extra-6.8.8.1-71.218.1.x86_64",
"product_id": "ImageMagick-extra-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagick++-6_Q16-3-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagick++-6_Q16-3-32bit-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagick++-devel-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagick++-devel-32bit-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagickCore-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64",
"product_id": "libMagickWand-6_Q16-1-32bit-6.8.8.1-71.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-6.8.8.1-71.218.1.x86_64",
"product": {
"name": "perl-PerlMagick-6.8.8.1-71.218.1.x86_64",
"product_id": "perl-PerlMagick-6.8.8.1-71.218.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.s390x"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.s390x"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
},
"product_reference": "libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66628",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66628"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66628",
"url": "https://www.suse.com/security/cve/CVE-2025-66628"
},
{
"category": "external",
"summary": "SUSE Bug 1254820 for CVE-2025-66628",
"url": "https://bugzilla.suse.com/1254820"
}
],
"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 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-SUSE-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-config-6-upstream-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:ImageMagick-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagick++-devel-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickCore-6_Q16-1-6.8.8.1-71.218.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libMagickWand-6_Q16-1-6.8.8.1-71.218.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T11:26:56Z",
"details": "important"
}
],
"title": "CVE-2025-66628"
}
]
}
suse-su-2025:4427-1
Vulnerability from csaf_suse
Notes
{
"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-65955: possible use-after-free/double-free in `Options::fontFamily` when clearing a family can lead to\n crashes or memory corruption (bsc#1254435).\n- CVE-2025-66628: possible integer overflow in the TIM image parser\u0027s `ReadTIMImage` function can lead to arbitrary\n memory disclosure on 32-bit systems (bsc#1254820).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4427,SUSE-SLE-Module-Desktop-Applications-15-SP7-2025-4427,SUSE-SLE-Module-Development-Tools-15-SP7-2025-4427",
"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_4427-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4427-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254427-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4427-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023568.html"
},
{
"category": "self",
"summary": "SUSE Bug 1254435",
"url": "https://bugzilla.suse.com/1254435"
},
{
"category": "self",
"summary": "SUSE Bug 1254820",
"url": "https://bugzilla.suse.com/1254820"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-65955 page",
"url": "https://www.suse.com/security/cve/CVE-2025-65955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66628 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66628/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-12-17T11:24:34Z",
"generator": {
"date": "2025-12-17T11:24:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4427-1",
"initial_release_date": "2025-12-17T11:24:34Z",
"revision_history": [
{
"date": "2025-12-17T11:24:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product": {
"name": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product_id": "libMagick++-7_Q16HDRI5-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product_id": "libMagickCore-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32",
"product_id": "libMagickWand-7_Q16HDRI10-64bit-7.1.1.43-150700.3.27.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.i586",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.i586",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.i586",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.i586",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.i586",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-7.1.1.43-150700.3.27.1.noarch",
"product": {
"name": "ImageMagick-doc-7.1.1.43-150700.3.27.1.noarch",
"product_id": "ImageMagick-doc-7.1.1.43-150700.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.s390x",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "ImageMagick-extra-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI5-32bit-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI10-32bit-7.1.1.43-150700.3.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64",
"product_id": "perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-65955"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-65955",
"url": "https://www.suse.com/security/cve/CVE-2025-65955"
},
{
"category": "external",
"summary": "SUSE Bug 1254435 for CVE-2025-65955",
"url": "https://bugzilla.suse.com/1254435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T11:24:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-65955"
},
{
"cve": "CVE-2025-66628",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66628"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66628",
"url": "https://www.suse.com/security/cve/CVE-2025-66628"
},
{
"category": "external",
"summary": "SUSE Bug 1254820 for CVE-2025-66628",
"url": "https://bugzilla.suse.com/1254820"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-SUSE-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-limited-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-open-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-secure-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-config-7-upstream-websafe-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:ImageMagick-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-7_Q16HDRI5-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagick++-devel-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickCore-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libMagickWand-7_Q16HDRI10-7.1.1.43-150700.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-PerlMagick-7.1.1.43-150700.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T11:24:34Z",
"details": "important"
}
],
"title": "CVE-2025-66628"
}
]
}
suse-su-2025:4428-1
Vulnerability from csaf_suse
Notes
{
"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-65955: possible use-after-free/double-free in `Options::fontFamily` when clearing a family can lead to\n crashes or memory corruption (bsc#1254435).\n- CVE-2025-66628: possible integer overflow in the TIM image parser\u0027s `ReadTIMImage` function can lead to arbitrary\n memory disclosure on 32-bit systems (bsc#1254820).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4428,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-4428,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-4428,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-4428,SUSE-Storage-7.1-2025-4428",
"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_4428-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4428-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254428-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4428-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023567.html"
},
{
"category": "self",
"summary": "SUSE Bug 1254435",
"url": "https://bugzilla.suse.com/1254435"
},
{
"category": "self",
"summary": "SUSE Bug 1254820",
"url": "https://bugzilla.suse.com/1254820"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-65955 page",
"url": "https://www.suse.com/security/cve/CVE-2025-65955/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66628 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66628/"
}
],
"title": "Security update for ImageMagick",
"tracking": {
"current_release_date": "2025-12-17T11:26:21Z",
"generator": {
"date": "2025-12-17T11:26:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4428-1",
"initial_release_date": "2025-12-17T11:26:21Z",
"revision_history": [
{
"date": "2025-12-17T11:26:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "ImageMagick-extra-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"product": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"product_id": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product": {
"name": "ImageMagick-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product_id": "ImageMagick-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product": {
"name": "libMagick++-7_Q16HDRI4-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product_id": "libMagick++-7_Q16HDRI4-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product": {
"name": "libMagick++-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product_id": "libMagick++-devel-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product": {
"name": "libMagickCore-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product_id": "libMagickCore-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product": {
"name": "libMagickWand-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32",
"product_id": "libMagickWand-7_Q16HDRI6-64bit-7.0.7.34-150200.10.68.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.i586",
"product_id": "ImageMagick-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.i586",
"product_id": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.i586",
"product_id": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.i586",
"product_id": "ImageMagick-devel-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.i586",
"product_id": "ImageMagick-extra-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.i586",
"product_id": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.i586",
"product_id": "libMagick++-devel-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586",
"product_id": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586",
"product_id": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.i586"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.i586",
"product": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.i586",
"product_id": "perl-PerlMagick-7.0.7.34-150200.10.68.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-doc-7.0.7.34-150200.10.68.1.noarch",
"product": {
"name": "ImageMagick-doc-7.0.7.34-150200.10.68.1.noarch",
"product_id": "ImageMagick-doc-7.0.7.34-150200.10.68.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "ImageMagick-extra-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"product": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"product_id": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"product_id": "ImageMagick-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"product_id": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"product_id": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"product_id": "ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.s390x",
"product_id": "ImageMagick-extra-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"product_id": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"product_id": "libMagick++-devel-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"product_id": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"product_id": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"product": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"product_id": "perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-devel-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-devel-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-devel-32bit-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "ImageMagick-extra-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "ImageMagick-extra-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-7_Q16HDRI4-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagick++-7_Q16HDRI4-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagick++-7_Q16HDRI4-32bit-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagick++-devel-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagick++-devel-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagick++-devel-32bit-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickCore-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagickCore-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagickCore-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "libMagickWand-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "libMagickWand-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "libMagickWand-7_Q16HDRI6-32bit-7.0.7.34-150200.10.68.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"product": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"product_id": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
},
"product_reference": "perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65955",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-65955"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-65955",
"url": "https://www.suse.com/security/cve/CVE-2025-65955"
},
{
"category": "external",
"summary": "SUSE Bug 1254435 for CVE-2025-65955",
"url": "https://bugzilla.suse.com/1254435"
}
],
"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 Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T11:26:21Z",
"details": "moderate"
}
],
"title": "CVE-2025-65955"
},
{
"cve": "CVE-2025-66628",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66628"
}
],
"notes": [
{
"category": "general",
"text": "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66628",
"url": "https://www.suse.com/security/cve/CVE-2025-66628"
},
{
"category": "external",
"summary": "SUSE Bug 1254820 for CVE-2025-66628",
"url": "https://bugzilla.suse.com/1254820"
}
],
"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 Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Enterprise Storage 7.1:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-SUSE-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-config-7-upstream-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:ImageMagick-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-7_Q16HDRI4-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagick++-devel-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickCore-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libMagickWand-7_Q16HDRI6-7.0.7.34-150200.10.68.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-PerlMagick-7.0.7.34-150200.10.68.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-17T11:26:21Z",
"details": "important"
}
],
"title": "CVE-2025-66628"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.