Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68431 (GCVE-0-2025-68431)
Vulnerability from cvelistv5 – Published: 2025-12-29 19:09 – Updated: 2025-12-30 22:26
VLAI?
EPSS
Title
libheif has Potential Heap Buffer Over-Read
Summary
libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.
Severity ?
6.5 (Medium)
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| strukturag | libheif |
Affected:
< 1.21.0
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-68431",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-30T21:54:12.455580Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T22:26:20.374Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "libheif",
"vendor": "strukturag",
"versions": [
{
"status": "affected",
"version": "\u003c 1.21.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-29T19:09:54.628Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq"
},
{
"name": "https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46"
},
{
"name": "https://github.com/strukturag/libheif/releases/tag/v1.21.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/strukturag/libheif/releases/tag/v1.21.0"
}
],
"source": {
"advisory": "GHSA-j87x-4gmq-cqfq",
"discovery": "UNKNOWN"
},
"title": "libheif has Potential Heap Buffer Over-Read"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-68431",
"datePublished": "2025-12-29T19:09:54.628Z",
"dateReserved": "2025-12-17T15:29:39.380Z",
"dateUpdated": "2025-12-30T22:26:20.374Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68431\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-29T19:15:56.933\",\"lastModified\":\"2025-12-31T20:43:25.830\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"},{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"references\":[{\"url\":\"https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/strukturag/libheif/releases/tag/v1.21.0\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68431\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-30T21:54:12.455580Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-30T21:54:36.793Z\"}}], \"cna\": {\"title\": \"libheif has Potential Heap Buffer Over-Read\", \"source\": {\"advisory\": \"GHSA-j87x-4gmq-cqfq\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"strukturag\", \"product\": \"libheif\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.21.0\"}]}], \"references\": [{\"url\": \"https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq\", \"name\": \"https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46\", \"name\": \"https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/strukturag/libheif/releases/tag/v1.21.0\", \"name\": \"https://github.com/strukturag/libheif/releases/tag/v1.21.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125: Out-of-bounds Read\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-12-29T19:09:54.628Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68431\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-30T22:26:20.374Z\", \"dateReserved\": \"2025-12-17T15:29:39.380Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-12-29T19:09:54.628Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2026:10019-1
Vulnerability from csaf_opensuse - Published: 2026-01-08 00:00 - Updated: 2026-01-08 00:00Summary
gdk-pixbuf-loader-libheif-1.21.1-1.1 on GA media
Notes
Title of the patch
gdk-pixbuf-loader-libheif-1.21.1-1.1 on GA media
Description of the patch
These are all security issues fixed in the gdk-pixbuf-loader-libheif-1.21.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2026-10019
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "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": "gdk-pixbuf-loader-libheif-1.21.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the gdk-pixbuf-loader-libheif-1.21.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10019",
"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-2026_10019-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68431 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68431/"
}
],
"title": "gdk-pixbuf-loader-libheif-1.21.1-1.1 on GA media",
"tracking": {
"current_release_date": "2026-01-08T00:00:00Z",
"generator": {
"date": "2026-01-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10019-1",
"initial_release_date": "2026-01-08T00:00:00Z",
"revision_history": [
{
"date": "2026-01-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"product_id": "gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-aom-1.21.1-1.1.aarch64",
"product_id": "libheif-aom-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-dav1d-1.21.1-1.1.aarch64",
"product_id": "libheif-dav1d-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-devel-1.21.1-1.1.aarch64",
"product_id": "libheif-devel-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-ffmpeg-1.21.1-1.1.aarch64",
"product_id": "libheif-ffmpeg-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-jpeg-1.21.1-1.1.aarch64",
"product_id": "libheif-jpeg-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-openh264-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-openh264-1.21.1-1.1.aarch64",
"product_id": "libheif-openh264-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-openjpeg-1.21.1-1.1.aarch64",
"product_id": "libheif-openjpeg-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-rav1e-1.21.1-1.1.aarch64",
"product_id": "libheif-rav1e-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.21.1-1.1.aarch64",
"product": {
"name": "libheif-svtenc-1.21.1-1.1.aarch64",
"product_id": "libheif-svtenc-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif1-1.21.1-1.1.aarch64",
"product": {
"name": "libheif1-1.21.1-1.1.aarch64",
"product_id": "libheif1-1.21.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif1-32bit-1.21.1-1.1.aarch64",
"product": {
"name": "libheif1-32bit-1.21.1-1.1.aarch64",
"product_id": "libheif1-32bit-1.21.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"product_id": "gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-aom-1.21.1-1.1.ppc64le",
"product_id": "libheif-aom-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-dav1d-1.21.1-1.1.ppc64le",
"product_id": "libheif-dav1d-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-devel-1.21.1-1.1.ppc64le",
"product_id": "libheif-devel-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-ffmpeg-1.21.1-1.1.ppc64le",
"product_id": "libheif-ffmpeg-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-jpeg-1.21.1-1.1.ppc64le",
"product_id": "libheif-jpeg-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-openh264-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-openh264-1.21.1-1.1.ppc64le",
"product_id": "libheif-openh264-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-openjpeg-1.21.1-1.1.ppc64le",
"product_id": "libheif-openjpeg-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-rav1e-1.21.1-1.1.ppc64le",
"product_id": "libheif-rav1e-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif-svtenc-1.21.1-1.1.ppc64le",
"product_id": "libheif-svtenc-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif1-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif1-1.21.1-1.1.ppc64le",
"product_id": "libheif1-1.21.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif1-32bit-1.21.1-1.1.ppc64le",
"product": {
"name": "libheif1-32bit-1.21.1-1.1.ppc64le",
"product_id": "libheif1-32bit-1.21.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"product_id": "gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.21.1-1.1.s390x",
"product": {
"name": "libheif-aom-1.21.1-1.1.s390x",
"product_id": "libheif-aom-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.21.1-1.1.s390x",
"product": {
"name": "libheif-dav1d-1.21.1-1.1.s390x",
"product_id": "libheif-dav1d-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.21.1-1.1.s390x",
"product": {
"name": "libheif-devel-1.21.1-1.1.s390x",
"product_id": "libheif-devel-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.21.1-1.1.s390x",
"product": {
"name": "libheif-ffmpeg-1.21.1-1.1.s390x",
"product_id": "libheif-ffmpeg-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.21.1-1.1.s390x",
"product": {
"name": "libheif-jpeg-1.21.1-1.1.s390x",
"product_id": "libheif-jpeg-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-openh264-1.21.1-1.1.s390x",
"product": {
"name": "libheif-openh264-1.21.1-1.1.s390x",
"product_id": "libheif-openh264-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.21.1-1.1.s390x",
"product": {
"name": "libheif-openjpeg-1.21.1-1.1.s390x",
"product_id": "libheif-openjpeg-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.21.1-1.1.s390x",
"product": {
"name": "libheif-rav1e-1.21.1-1.1.s390x",
"product_id": "libheif-rav1e-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.21.1-1.1.s390x",
"product": {
"name": "libheif-svtenc-1.21.1-1.1.s390x",
"product_id": "libheif-svtenc-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif1-1.21.1-1.1.s390x",
"product": {
"name": "libheif1-1.21.1-1.1.s390x",
"product_id": "libheif1-1.21.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif1-32bit-1.21.1-1.1.s390x",
"product": {
"name": "libheif1-32bit-1.21.1-1.1.s390x",
"product_id": "libheif1-32bit-1.21.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"product_id": "gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-aom-1.21.1-1.1.x86_64",
"product_id": "libheif-aom-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-dav1d-1.21.1-1.1.x86_64",
"product_id": "libheif-dav1d-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-devel-1.21.1-1.1.x86_64",
"product_id": "libheif-devel-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-ffmpeg-1.21.1-1.1.x86_64",
"product_id": "libheif-ffmpeg-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-jpeg-1.21.1-1.1.x86_64",
"product_id": "libheif-jpeg-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-openh264-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-openh264-1.21.1-1.1.x86_64",
"product_id": "libheif-openh264-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-openjpeg-1.21.1-1.1.x86_64",
"product_id": "libheif-openjpeg-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-rav1e-1.21.1-1.1.x86_64",
"product_id": "libheif-rav1e-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.21.1-1.1.x86_64",
"product": {
"name": "libheif-svtenc-1.21.1-1.1.x86_64",
"product_id": "libheif-svtenc-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-1.21.1-1.1.x86_64",
"product": {
"name": "libheif1-1.21.1-1.1.x86_64",
"product_id": "libheif1-1.21.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-32bit-1.21.1-1.1.x86_64",
"product": {
"name": "libheif1-32bit-1.21.1-1.1.x86_64",
"product_id": "libheif1-32bit-1.21.1-1.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": "gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-aom-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-aom-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.s390x"
},
"product_reference": "libheif-aom-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-aom-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-dav1d-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-dav1d-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.s390x"
},
"product_reference": "libheif-dav1d-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-dav1d-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-devel-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-devel-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.s390x"
},
"product_reference": "libheif-devel-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-devel-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-ffmpeg-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-ffmpeg-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.s390x"
},
"product_reference": "libheif-ffmpeg-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-ffmpeg-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-jpeg-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-jpeg-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.s390x"
},
"product_reference": "libheif-jpeg-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-jpeg-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openh264-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-openh264-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openh264-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-openh264-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openh264-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.s390x"
},
"product_reference": "libheif-openh264-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openh264-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-openh264-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-openjpeg-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-openjpeg-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.s390x"
},
"product_reference": "libheif-openjpeg-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-openjpeg-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-rav1e-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-rav1e-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.s390x"
},
"product_reference": "libheif-rav1e-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-rav1e-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.aarch64"
},
"product_reference": "libheif-svtenc-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif-svtenc-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.s390x"
},
"product_reference": "libheif-svtenc-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.x86_64"
},
"product_reference": "libheif-svtenc-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-1.21.1-1.1.aarch64"
},
"product_reference": "libheif1-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif1-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-1.21.1-1.1.s390x"
},
"product_reference": "libheif1-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-1.21.1-1.1.x86_64"
},
"product_reference": "libheif1-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-32bit-1.21.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.aarch64"
},
"product_reference": "libheif1-32bit-1.21.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-32bit-1.21.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.ppc64le"
},
"product_reference": "libheif1-32bit-1.21.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-32bit-1.21.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.s390x"
},
"product_reference": "libheif1-32bit-1.21.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-32bit-1.21.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.x86_64"
},
"product_reference": "libheif1-32bit-1.21.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68431"
}
],
"notes": [
{
"category": "general",
"text": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68431",
"url": "https://www.suse.com/security/cve/CVE-2025-68431"
},
{
"category": "external",
"summary": "SUSE Bug 1255735 for CVE-2025-68431",
"url": "https://bugzilla.suse.com/1255735"
}
],
"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:gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:gdk-pixbuf-loader-libheif-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-aom-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-dav1d-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-devel-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-ffmpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-jpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openh264-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-openjpeg-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-rav1e-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif-svtenc-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-1.21.1-1.1.x86_64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.aarch64",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.ppc64le",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.s390x",
"openSUSE Tumbleweed:libheif1-32bit-1.21.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-68431"
}
]
}
OPENSUSE-SU-2026:20076-1
Vulnerability from csaf_opensuse - Published: 2026-01-22 11:00 - Updated: 2026-01-22 11:00Summary
Security update for libheif
Notes
Title of the patch
Security update for libheif
Description of the patch
This update for libheif fixes the following issues:
- CVE-2025-68431: heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF file that exercises the overlay
image item path (bsc#1255735).
Patchnames
openSUSE-Leap-16.0-165
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libheif",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libheif fixes the following issues:\n\n- CVE-2025-68431: heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF file that exercises the overlay\n image item path (bsc#1255735).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-165",
"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-2026_20076-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255735",
"url": "https://bugzilla.suse.com/1255735"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68431 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68431/"
}
],
"title": "Security update for libheif",
"tracking": {
"current_release_date": "2026-01-22T11:00:42Z",
"generator": {
"date": "2026-01-22T11:00:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20076-1",
"initial_release_date": "2026-01-22T11:00:42Z",
"revision_history": [
{
"date": "2026-01-22T11:00:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-aom-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-devel-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-devel-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-svtenc-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif1-1.19.7-160000.3.1.aarch64",
"product_id": "libheif1-1.19.7-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-aom-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-devel-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-devel-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif1-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif1-1.19.7-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.s390x",
"product_id": "libheif-aom-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-devel-1.19.7-160000.3.1.s390x",
"product_id": "libheif-devel-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif1-1.19.7-160000.3.1.s390x",
"product_id": "libheif1-1.19.7-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-aom-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-devel-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-devel-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-svtenc-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif1-1.19.7-160000.3.1.x86_64",
"product_id": "libheif1-1.19.7-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-devel-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-devel-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-devel-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-devel-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif1-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif1-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68431"
}
],
"notes": [
{
"category": "general",
"text": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68431",
"url": "https://www.suse.com/security/cve/CVE-2025-68431"
},
{
"category": "external",
"summary": "SUSE Bug 1255735 for CVE-2025-68431",
"url": "https://bugzilla.suse.com/1255735"
}
],
"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 Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-devel-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.s390x",
"openSUSE Leap 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T11:00:42Z",
"details": "moderate"
}
],
"title": "CVE-2025-68431"
}
]
}
SUSE-SU-2026:20121-1
Vulnerability from csaf_suse - Published: 2026-01-22 10:59 - Updated: 2026-01-22 10:59Summary
Security update for libheif
Notes
Title of the patch
Security update for libheif
Description of the patch
This update for libheif fixes the following issues:
- CVE-2025-68431: heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF file that exercises the overlay
image item path (bsc#1255735).
Patchnames
SUSE-SLES-16.0-165
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libheif",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libheif fixes the following issues:\n\n- CVE-2025-68431: heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF file that exercises the overlay\n image item path (bsc#1255735).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-165",
"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-2026_20121-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20121-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620121-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20121-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-January/043750.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255735",
"url": "https://bugzilla.suse.com/1255735"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68431 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68431/"
}
],
"title": "Security update for libheif",
"tracking": {
"current_release_date": "2026-01-22T10:59:15Z",
"generator": {
"date": "2026-01-22T10:59:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20121-1",
"initial_release_date": "2026-01-22T10:59:15Z",
"revision_history": [
{
"date": "2026-01-22T10:59:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-aom-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"product_id": "libheif-svtenc-1.19.7-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.aarch64",
"product": {
"name": "libheif1-1.19.7-160000.3.1.aarch64",
"product_id": "libheif1-1.19.7-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-aom-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.ppc64le",
"product": {
"name": "libheif1-1.19.7-160000.3.1.ppc64le",
"product_id": "libheif1-1.19.7-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.s390x",
"product_id": "libheif-aom-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.s390x",
"product": {
"name": "libheif1-1.19.7-160000.3.1.s390x",
"product_id": "libheif1-1.19.7-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-aom-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-aom-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-dav1d-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-jpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-openjpeg-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-rav1e-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"product_id": "libheif-svtenc-1.19.7-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.7-160000.3.1.x86_64",
"product": {
"name": "libheif1-1.19.7-160000.3.1.x86_64",
"product_id": "libheif1-1.19.7-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif1-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif1-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-aom-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-aom-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-dav1d-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-dav1d-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-jpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-jpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-openjpeg-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-rav1e-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-rav1e-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-svtenc-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif-svtenc-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.aarch64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.ppc64le"
},
"product_reference": "libheif1-1.19.7-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.s390x"
},
"product_reference": "libheif1-1.19.7-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.7-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.x86_64"
},
"product_reference": "libheif1-1.19.7-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68431"
}
],
"notes": [
{
"category": "general",
"text": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68431",
"url": "https://www.suse.com/security/cve/CVE-2025-68431"
},
{
"category": "external",
"summary": "SUSE Bug 1255735 for CVE-2025-68431",
"url": "https://bugzilla.suse.com/1255735"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libheif1-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:gdk-pixbuf-loader-libheif-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-aom-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-dav1d-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-ffmpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-jpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-openjpeg-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-rav1e-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif-svtenc-1.19.7-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libheif1-1.19.7-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T10:59:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-68431"
}
]
}
SUSE-SU-2026:0087-1
Vulnerability from csaf_suse - Published: 2026-01-09 15:19 - Updated: 2026-01-09 15:19Summary
Security update for libheif
Notes
Title of the patch
Security update for libheif
Description of the patch
This update for libheif fixes the following issues:
- CVE-2025-68431: Fixed heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF
that exercises the overlay image item (bsc#1255735)
Patchnames
SUSE-2026-87,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-87,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-87
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libheif",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libheif fixes the following issues:\n\n- CVE-2025-68431: Fixed heap buffer over-read in `HeifPixelImage::overlay()` via crafted HEIF \n that exercises the overlay image item (bsc#1255735)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-87,SUSE-SLE-Module-Desktop-Applications-15-SP7-2026-87,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-87",
"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-2026_0087-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0087-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260087-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0087-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023728.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255735",
"url": "https://bugzilla.suse.com/1255735"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68431 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68431/"
}
],
"title": "Security update for libheif",
"tracking": {
"current_release_date": "2026-01-09T15:19:44Z",
"generator": {
"date": "2026-01-09T15:19:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0087-1",
"initial_release_date": "2026-01-09T15:19:44Z",
"revision_history": [
{
"date": "2026-01-09T15:19:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-aom-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-aom-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-dav1d-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-dav1d-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-devel-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-devel-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-ffmpeg-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-jpeg-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-jpeg-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif-rav1e-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif-rav1e-1.19.5-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.5-150700.3.3.1.aarch64",
"product": {
"name": "libheif1-1.19.5-150700.3.3.1.aarch64",
"product_id": "libheif1-1.19.5-150700.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libheif1-64bit-1.19.5-150700.3.3.1.aarch64_ilp32",
"product": {
"name": "libheif1-64bit-1.19.5-150700.3.3.1.aarch64_ilp32",
"product_id": "libheif1-64bit-1.19.5-150700.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.i586",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.i586",
"product_id": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-aom-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-aom-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-dav1d-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-dav1d-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-devel-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-devel-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-ffmpeg-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-jpeg-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-jpeg-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif-rav1e-1.19.5-150700.3.3.1.i586",
"product_id": "libheif-rav1e-1.19.5-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.5-150700.3.3.1.i586",
"product": {
"name": "libheif1-1.19.5-150700.3.3.1.i586",
"product_id": "libheif1-1.19.5-150700.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"product_id": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-aom-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-aom-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-dav1d-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-dav1d-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-devel-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-ffmpeg-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-jpeg-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-jpeg-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif-rav1e-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif-rav1e-1.19.5-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.5-150700.3.3.1.ppc64le",
"product": {
"name": "libheif1-1.19.5-150700.3.3.1.ppc64le",
"product_id": "libheif1-1.19.5-150700.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"product_id": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-aom-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-aom-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-dav1d-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-dav1d-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-devel-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-devel-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-ffmpeg-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-jpeg-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-jpeg-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif-rav1e-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif-rav1e-1.19.5-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.5-150700.3.3.1.s390x",
"product": {
"name": "libheif1-1.19.5-150700.3.3.1.s390x",
"product_id": "libheif1-1.19.5-150700.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"product_id": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-aom-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-aom-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-aom-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-dav1d-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-dav1d-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-dav1d-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-devel-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-devel-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-devel-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-ffmpeg-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-ffmpeg-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-jpeg-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-jpeg-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-jpeg-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif-rav1e-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif-rav1e-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif-rav1e-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif1-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif1-1.19.5-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libheif1-32bit-1.19.5-150700.3.3.1.x86_64",
"product": {
"name": "libheif1-32bit-1.19.5-150700.3.3.1.x86_64",
"product_id": "libheif1-32bit-1.19.5-150700.3.3.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 Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.5-150700.3.3.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:libheif1-1.19.5-150700.3.3.1.aarch64"
},
"product_reference": "libheif1-1.19.5-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.5-150700.3.3.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:libheif1-1.19.5-150700.3.3.1.ppc64le"
},
"product_reference": "libheif1-1.19.5-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.5-150700.3.3.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:libheif1-1.19.5-150700.3.3.1.s390x"
},
"product_reference": "libheif1-1.19.5-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif1-1.19.5-150700.3.3.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:libheif1-1.19.5-150700.3.3.1.x86_64"
},
"product_reference": "libheif1-1.19.5-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64"
},
"product_reference": "gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.5-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.aarch64"
},
"product_reference": "libheif-devel-1.19.5-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.5-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.ppc64le"
},
"product_reference": "libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.5-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.s390x"
},
"product_reference": "libheif-devel-1.19.5-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libheif-devel-1.19.5-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.x86_64"
},
"product_reference": "libheif-devel-1.19.5-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68431"
}
],
"notes": [
{
"category": "general",
"text": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68431",
"url": "https://www.suse.com/security/cve/CVE-2025-68431"
},
{
"category": "external",
"summary": "SUSE Bug 1255735 for CVE-2025-68431",
"url": "https://bugzilla.suse.com/1255735"
}
],
"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:libheif1-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Desktop Applications 15 SP7:libheif1-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:gdk-pixbuf-loader-libheif-1.19.5-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libheif-devel-1.19.5-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:19:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-68431"
}
]
}
FKIE_CVE-2025-68431
Vulnerability from fkie_nvd - Published: 2025-12-29 19:15 - Updated: 2025-12-31 20:43
Severity ?
Summary
libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes."
}
],
"id": "CVE-2025-68431",
"lastModified": "2025-12-31T20:43:25.830",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-12-29T19:15:56.933",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/strukturag/libheif/releases/tag/v1.21.0"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Undergoing Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
},
{
"lang": "en",
"value": "CWE-190"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…