Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-34757 (GCVE-0-2026-34757)
Vulnerability from cvelistv5 – Published: 2026-04-09 14:41 – Updated: 2026-05-09 10:21
VLAI
EPSS
Title
LIBPNG has a yse-after-free in png_set_PLTE, png_set_tRNS and png_set_hIST leading to corrupted chunk data and potential heap information disclosure
Summary
LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.
Severity
5.1 (Medium)
CWE
- CWE-416 - Use After Free
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://github.com/pnggroup/libpng/security/advis… | x_refsource_CONFIRM |
| https://github.com/pnggroup/libpng/issues/836 | x_refsource_MISC |
| https://github.com/pnggroup/libpng/issues/837 | x_refsource_MISC |
| https://github.com/pnggroup/libpng/commit/398cbe3… | x_refsource_MISC |
| https://github.com/pnggroup/libpng/commit/55d20aa… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-34757",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-09T16:07:19.169786Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-09T16:07:31.052Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-05-09T10:21:48.394Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00017.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "libpng",
"vendor": "pnggroup",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.9, \u003c 1.6.57"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-09T14:41:18.195Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645"
},
{
"name": "https://github.com/pnggroup/libpng/issues/836",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/issues/836"
},
{
"name": "https://github.com/pnggroup/libpng/issues/837",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/issues/837"
},
{
"name": "https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a"
},
{
"name": "https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc"
}
],
"source": {
"advisory": "GHSA-6fr7-g8h7-v645",
"discovery": "UNKNOWN"
},
"title": "LIBPNG has a yse-after-free in png_set_PLTE, png_set_tRNS and png_set_hIST leading to corrupted chunk data and potential heap information disclosure"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-34757",
"datePublished": "2026-04-09T14:41:18.195Z",
"dateReserved": "2026-03-30T19:17:10.225Z",
"dateUpdated": "2026-05-09T10:21:48.394Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34757",
"date": "2026-05-25",
"epss": "6e-05",
"percentile": "0.00471"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34757\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-09T15:16:11.003\",\"lastModified\":\"2026-05-13T23:07:51.863\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":5.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.5,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libpng:libpng:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.9\",\"versionEndExcluding\":\"1.6.57\",\"matchCriteriaId\":\"00103425-8DFF-4046-9913-8A4EA9B208C0\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/issues/836\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Mitigation\"]},{\"url\":\"https://github.com/pnggroup/libpng/issues/837\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Mitigation\"]},{\"url\":\"https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/05/msg00017.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2026/05/msg00017.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-05-09T10:21:48.394Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-34757\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-09T16:07:19.169786Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-09T16:07:26.718Z\"}}], \"cna\": {\"title\": \"LIBPNG has a yse-after-free in png_set_PLTE, png_set_tRNS and png_set_hIST leading to corrupted chunk data and potential heap information disclosure\", \"source\": {\"advisory\": \"GHSA-6fr7-g8h7-v645\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"pnggroup\", \"product\": \"libpng\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.9, \u003c 1.6.57\"}]}], \"references\": [{\"url\": \"https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645\", \"name\": \"https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pnggroup/libpng/issues/836\", \"name\": \"https://github.com/pnggroup/libpng/issues/836\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/issues/837\", \"name\": \"https://github.com/pnggroup/libpng/issues/837\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a\", \"name\": \"https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc\", \"name\": \"https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416: Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-09T14:41:18.195Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-34757\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-09T10:21:48.394Z\", \"dateReserved\": \"2026-03-30T19:17:10.225Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-09T14:41:18.195Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1602-1
Vulnerability from csaf_suse - Published: 2026-04-24 11:46 - Updated: 2026-04-24 11:46Summary
Security update for libpng16
Severity
Moderate
Notes
Title of the patch: Security update for libpng16
Description of the patch: This update for libpng16 fixes the following issue:
- CVE-2026-34757: information disclosure and data corruption due to use-after-free in `png_set_PLTE`, `png_set_tRNS`
and `png_set_hIST` (bsc#1261957).
Patchnames: SUSE-2026-1602,SUSE-SLE-Module-Basesystem-15-SP7-2026-1602
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.1 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issue:\n\n- CVE-2026-34757: information disclosure and data corruption due to use-after-free in `png_set_PLTE`, `png_set_tRNS`\n and `png_set_hIST` (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1602,SUSE-SLE-Module-Basesystem-15-SP7-2026-1602",
"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_1602-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1602-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261602-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1602-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045938.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-24T11:46:29Z",
"generator": {
"date": "2026-04-24T11:46:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1602-1",
"initial_release_date": "2026-04-24T11:46:29Z",
"revision_history": [
{
"date": "2026-04-24T11:46:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.40-150600.3.20.1.aarch64",
"product": {
"name": "libpng16-16-1.6.40-150600.3.20.1.aarch64",
"product_id": "libpng16-16-1.6.40-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"product": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"product_id": "libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"product": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"product_id": "libpng16-devel-1.6.40-150600.3.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.40-150600.3.20.1.aarch64",
"product": {
"name": "libpng16-tools-1.6.40-150600.3.20.1.aarch64",
"product_id": "libpng16-tools-1.6.40-150600.3.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libpng16-16-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product_id": "libpng16-16-64bit-1.6.40-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libpng16-compat-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product_id": "libpng16-compat-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng16-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product": {
"name": "libpng16-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32",
"product_id": "libpng16-devel-64bit-1.6.40-150600.3.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.40-150600.3.20.1.i586",
"product": {
"name": "libpng16-16-1.6.40-150600.3.20.1.i586",
"product_id": "libpng16-16-1.6.40-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.i586",
"product": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.i586",
"product_id": "libpng16-compat-devel-1.6.40-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.40-150600.3.20.1.i586",
"product": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.i586",
"product_id": "libpng16-devel-1.6.40-150600.3.20.1.i586"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.40-150600.3.20.1.i586",
"product": {
"name": "libpng16-tools-1.6.40-150600.3.20.1.i586",
"product_id": "libpng16-tools-1.6.40-150600.3.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"product_id": "libpng16-16-1.6.40-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"product_id": "libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"product": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"product_id": "libpng16-devel-1.6.40-150600.3.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.40-150600.3.20.1.ppc64le",
"product": {
"name": "libpng16-tools-1.6.40-150600.3.20.1.ppc64le",
"product_id": "libpng16-tools-1.6.40-150600.3.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.40-150600.3.20.1.s390x",
"product": {
"name": "libpng16-16-1.6.40-150600.3.20.1.s390x",
"product_id": "libpng16-16-1.6.40-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"product": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"product_id": "libpng16-compat-devel-1.6.40-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.40-150600.3.20.1.s390x",
"product": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.s390x",
"product_id": "libpng16-devel-1.6.40-150600.3.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.40-150600.3.20.1.s390x",
"product": {
"name": "libpng16-tools-1.6.40-150600.3.20.1.s390x",
"product_id": "libpng16-tools-1.6.40-150600.3.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-16-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-16-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-compat-devel-32bit-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-devel-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-devel-32bit-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-devel-32bit-1.6.40-150600.3.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.40-150600.3.20.1.x86_64",
"product": {
"name": "libpng16-tools-1.6.40-150600.3.20.1.x86_64",
"product_id": "libpng16-tools-1.6.40-150600.3.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.40-150600.3.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.aarch64"
},
"product_reference": "libpng16-16-1.6.40-150600.3.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.40-150600.3.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.40-150600.3.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.s390x"
},
"product_reference": "libpng16-16-1.6.40-150600.3.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.40-150600.3.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.x86_64"
},
"product_reference": "libpng16-16-1.6.40-150600.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64"
},
"product_reference": "libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.s390x"
},
"product_reference": "libpng16-devel-1.6.40-150600.3.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.40-150600.3.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.40-150600.3.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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 Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-16-32bit-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-compat-devel-1.6.40-150600.3.20.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng16-devel-1.6.40-150600.3.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-24T11:46:29Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:1702-1
Vulnerability from csaf_suse - Published: 2026-05-06 07:42 - Updated: 2026-05-06 07:42Summary
Security update for libpng12
Severity
Important
Notes
Title of the patch: Security update for libpng12
Description of the patch: This update for libpng12 fixes the following issues:
Update to version 1.2.59 (jsc#PED-16191).
- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code
execution (bsc#1260754).
- CVE-2026-34757: use-after-free in `png_set_PLTE`, `png_set_tRNS` and `png_set_hIST` can lead to corrupted chunk data
and potential heap information disclosure (bsc#1261957).
Patchnames: SUSE-2026-1702,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1702,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1702
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng12 fixes the following issues:\n\nUpdate to version 1.2.59 (jsc#PED-16191).\n\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-34757: use-after-free in `png_set_PLTE`, `png_set_tRNS` and `png_set_hIST` can lead to corrupted chunk data\n and potential heap information disclosure (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1702,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1702,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1702",
"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_1702-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1702-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261702-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1702-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046210.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33416 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33416/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng12",
"tracking": {
"current_release_date": "2026-05-06T07:42:57Z",
"generator": {
"date": "2026-05-06T07:42:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1702-1",
"initial_release_date": "2026-05-06T07:42:57Z",
"revision_history": [
{
"date": "2026-05-06T07:42:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.aarch64",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.aarch64",
"product_id": "libpng12-0-1.2.59-20.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.aarch64",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.aarch64",
"product_id": "libpng12-devel-1.2.59-20.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product": {
"name": "libpng12-0-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product_id": "libpng12-0-64bit-1.2.59-20.14.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product": {
"name": "libpng12-compat-devel-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product_id": "libpng12-compat-devel-64bit-1.2.59-20.14.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng12-devel-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product": {
"name": "libpng12-devel-64bit-1.2.59-20.14.1.aarch64_ilp32",
"product_id": "libpng12-devel-64bit-1.2.59-20.14.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.i586",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.i586",
"product_id": "libpng12-0-1.2.59-20.14.1.i586"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.i586",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.i586",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.i586"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.i586",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.i586",
"product_id": "libpng12-devel-1.2.59-20.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.ppc64le",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.ppc64le",
"product_id": "libpng12-0-1.2.59-20.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.ppc64le",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.ppc64le",
"product_id": "libpng12-devel-1.2.59-20.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.s390",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.s390",
"product_id": "libpng12-0-1.2.59-20.14.1.s390"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.s390",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.s390",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.s390"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.s390",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.s390",
"product_id": "libpng12-devel-1.2.59-20.14.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.s390x",
"product_id": "libpng12-0-1.2.59-20.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-0-32bit-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-0-32bit-1.2.59-20.14.1.s390x",
"product_id": "libpng12-0-32bit-1.2.59-20.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.s390x",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-32bit-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-compat-devel-32bit-1.2.59-20.14.1.s390x",
"product_id": "libpng12-compat-devel-32bit-1.2.59-20.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.s390x",
"product_id": "libpng12-devel-1.2.59-20.14.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-devel-32bit-1.2.59-20.14.1.s390x",
"product": {
"name": "libpng12-devel-32bit-1.2.59-20.14.1.s390x",
"product_id": "libpng12-devel-32bit-1.2.59-20.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-0-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-0-1.2.59-20.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-0-32bit-1.2.59-20.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-compat-devel-1.2.59-20.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-32bit-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-compat-devel-32bit-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-compat-devel-32bit-1.2.59-20.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-devel-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-devel-1.2.59-20.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-32bit-1.2.59-20.14.1.x86_64",
"product": {
"name": "libpng12-devel-32bit-1.2.59-20.14.1.x86_64",
"product_id": "libpng12-devel-32bit-1.2.59-20.14.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-20.14.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-20.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-20.14.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-20.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-20.14.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x"
},
"product_reference": "libpng12-0-1.2.59-20.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-32bit-1.2.59-20.14.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x"
},
"product_reference": "libpng12-0-32bit-1.2.59-20.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-32bit-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64"
},
"product_reference": "libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le"
},
"product_reference": "libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x"
},
"product_reference": "libpng12-compat-devel-1.2.59-20.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-20.14.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-20.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-20.14.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-20.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-20.14.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x"
},
"product_reference": "libpng12-devel-1.2.59-20.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-32bit-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-compat-devel-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-20.14.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-20.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33416",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33416"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.2.1 through 1.6.55, `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. The `trans_alpha` aliasing has been present since at least libpng 1.0, and the `palette` aliasing since at least 1.2.1. Both affect all prior release lines `png_set_tRNS` sets `png_ptr-\u003etrans_alpha = info_ptr-\u003etrans_alpha` (256-byte buffer) and `png_set_PLTE` sets `info_ptr-\u003epalette = png_ptr-\u003epalette` (768-byte buffer). In both cases, calling `png_free_data` (with `PNG_FREE_TRNS` or `PNG_FREE_PLTE`) frees the buffer through `info_ptr` while the corresponding `png_ptr` pointer remains dangling. Subsequent row-transform functions dereference and, in some code paths, write to the freed memory. A second call to `png_set_tRNS` or `png_set_PLTE` has the same effect, because both functions call `png_free_data` internally before reallocating the `info_ptr` buffer. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33416",
"url": "https://www.suse.com/security/cve/CVE-2026-33416"
},
{
"category": "external",
"summary": "SUSE Bug 1260754 for CVE-2026-33416",
"url": "https://bugzilla.suse.com/1260754"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T07:42:57Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng12-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-0-32bit-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-compat-devel-1.2.59-20.14.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng12-devel-1.2.59-20.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T07:42:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:1716-1
Vulnerability from csaf_suse - Published: 2026-05-06 12:11 - Updated: 2026-05-06 12:11Summary
Security update for libpng12
Severity
Important
Notes
Title of the patch: Security update for libpng12
Description of the patch: This update for libpng12 fixes the following issues:
Update to version 1.2.59 (jsc#PED-16191).
Security issues :
- CVE-2017-12652: missing chunk length check can lead to sensitive information disclosure, data corruption or crash
(bsc#1141493).
- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code
execution (bsc#1260754).
- CVE-2026-34757: use-after-free in `png_set_PLTE`, `png_set_tRNS` and `png_set_hIST` can lead to corrupted chunk data
and potential heap information disclosure (bsc#1261957).
Patchnames: SUSE-2026-1716,SUSE-SLE-Module-Basesystem-15-SP7-2026-1716,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1716,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1716,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1716,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1716
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4 (Medium)
Affected products
Recommended
60 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
60 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.1 (Medium)
Affected products
Recommended
60 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng12 fixes the following issues:\n\nUpdate to version 1.2.59 (jsc#PED-16191).\n\nSecurity issues :\n\n- CVE-2017-12652: missing chunk length check can lead to sensitive information disclosure, data corruption or crash\n (bsc#1141493).\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-34757: use-after-free in `png_set_PLTE`, `png_set_tRNS` and `png_set_hIST` can lead to corrupted chunk data\n and potential heap information disclosure (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1716,SUSE-SLE-Module-Basesystem-15-SP7-2026-1716,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1716,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1716,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1716,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1716,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1716,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1716",
"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_1716-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1716-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261716-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1716-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025887.html"
},
{
"category": "self",
"summary": "SUSE Bug 1141493",
"url": "https://bugzilla.suse.com/1141493"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-12652 page",
"url": "https://www.suse.com/security/cve/CVE-2017-12652/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33416 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33416/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng12",
"tracking": {
"current_release_date": "2026-05-06T12:11:50Z",
"generator": {
"date": "2026-05-06T12:11:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1716-1",
"initial_release_date": "2026-05-06T12:11:50Z",
"revision_history": [
{
"date": "2026-05-06T12:11:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"product": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"product_id": "libpng12-0-1.2.59-150000.4.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.aarch64",
"product": {
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.aarch64",
"product_id": "libpng12-compat-devel-1.2.59-150000.4.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"product": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"product_id": "libpng12-devel-1.2.59-150000.4.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product": {
"name": "libpng12-0-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product_id": "libpng12-0-64bit-1.2.59-150000.4.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product": {
"name": "libpng12-compat-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product_id": "libpng12-compat-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpng12-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product": {
"name": "libpng12-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32",
"product_id": "libpng12-devel-64bit-1.2.59-150000.4.11.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-150000.4.11.1.i586",
"product": {
"name": "libpng12-0-1.2.59-150000.4.11.1.i586",
"product_id": "libpng12-0-1.2.59-150000.4.11.1.i586"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.i586",
"product": {
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.i586",
"product_id": "libpng12-compat-devel-1.2.59-150000.4.11.1.i586"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-150000.4.11.1.i586",
"product": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.i586",
"product_id": "libpng12-devel-1.2.59-150000.4.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"product": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"product_id": "libpng12-0-1.2.59-150000.4.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.ppc64le",
"product": {
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.ppc64le",
"product_id": "libpng12-compat-devel-1.2.59-150000.4.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"product": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"product_id": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"product": {
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"product_id": "libpng12-0-1.2.59-150000.4.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.s390x",
"product": {
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.s390x",
"product_id": "libpng12-compat-devel-1.2.59-150000.4.11.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"product": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"product_id": "libpng12-devel-1.2.59-150000.4.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-0-1.2.59-150000.4.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-0-32bit-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-0-32bit-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-0-32bit-1.2.59-150000.4.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-compat-devel-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-compat-devel-1.2.59-150000.4.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-compat-devel-32bit-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-compat-devel-32bit-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-compat-devel-32bit-1.2.59-150000.4.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-devel-1.2.59-150000.4.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng12-devel-32bit-1.2.59-150000.4.11.1.x86_64",
"product": {
"name": "libpng12-devel-32bit-1.2.59-150000.4.11.1.x86_64",
"product_id": "libpng12-devel-32bit-1.2.59-150000.4.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-0-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-0-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng12-devel-1.2.59-150000.4.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
},
"product_reference": "libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-12652",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-12652"
}
],
"notes": [
{
"category": "general",
"text": "libpng before 1.6.32 does not properly check the length of chunks against the user limit.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-12652",
"url": "https://www.suse.com/security/cve/CVE-2017-12652"
},
{
"category": "external",
"summary": "SUSE Bug 1141493 for CVE-2017-12652",
"url": "https://bugzilla.suse.com/1141493"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T12:11:50Z",
"details": "low"
}
],
"title": "CVE-2017-12652"
},
{
"cve": "CVE-2026-33416",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33416"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.2.1 through 1.6.55, `png_set_tRNS` and `png_set_PLTE` each alias a heap-allocated buffer between `png_struct` and `png_info`, sharing a single allocation across two structs with independent lifetimes. The `trans_alpha` aliasing has been present since at least libpng 1.0, and the `palette` aliasing since at least 1.2.1. Both affect all prior release lines `png_set_tRNS` sets `png_ptr-\u003etrans_alpha = info_ptr-\u003etrans_alpha` (256-byte buffer) and `png_set_PLTE` sets `info_ptr-\u003epalette = png_ptr-\u003epalette` (768-byte buffer). In both cases, calling `png_free_data` (with `PNG_FREE_TRNS` or `PNG_FREE_PLTE`) frees the buffer through `info_ptr` while the corresponding `png_ptr` pointer remains dangling. Subsequent row-transform functions dereference and, in some code paths, write to the freed memory. A second call to `png_set_tRNS` or `png_set_PLTE` has the same effect, because both functions call `png_free_data` internally before reallocating the `info_ptr` buffer. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33416",
"url": "https://www.suse.com/security/cve/CVE-2026-33416"
},
{
"category": "external",
"summary": "SUSE Bug 1260754 for CVE-2026-33416",
"url": "https://bugzilla.suse.com/1260754"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T12:11:50Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpng12-devel-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-0-1.2.59-150000.4.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpng12-devel-1.2.59-150000.4.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-06T12:11:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:21239-1
Vulnerability from csaf_suse - Published: 2026-04-21 10:01 - Updated: 2026-04-21 10:01Summary
Security update for libpng16
Severity
Moderate
Notes
Title of the patch: Security update for libpng16
Description of the patch: This update for libpng16 fixes the following issue:
- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).
Patchnames: SUSE-SL-Micro-6.2-603
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.1 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issue:\n\n- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-603",
"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_21239-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21239-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621239-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21239-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045851.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-21T10:01:03Z",
"generator": {
"date": "2026-04-21T10:01:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21239-1",
"initial_release_date": "2026-04-21T10:01:03Z",
"revision_history": [
{
"date": "2026-04-21T10:01:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.aarch64",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.aarch64",
"product_id": "libpng16-16-1.6.44-160000.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"product_id": "libpng16-16-1.6.44-160000.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.s390x",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.s390x",
"product_id": "libpng16-16-1.6.44-160000.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-16-1.6.44-160000.7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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 Micro 6.2:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T10:01:03Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:21251-1
Vulnerability from csaf_suse - Published: 2026-04-21 09:02 - Updated: 2026-04-21 09:02Summary
Security update for libpng16
Severity
Moderate
Notes
Title of the patch: Security update for libpng16
Description of the patch: This update for libpng16 fixes the following issue:
- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).
Patchnames: SUSE-SLE-Micro-6.0-680
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.1 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issue:\n\n- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-680",
"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_21251-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21251-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621251-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21251-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045900.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-21T09:02:28Z",
"generator": {
"date": "2026-04-21T09:02:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21251-1",
"initial_release_date": "2026-04-21T09:02:28Z",
"revision_history": [
{
"date": "2026-04-21T09:02:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-5.1.aarch64",
"product": {
"name": "libpng16-16-1.6.43-5.1.aarch64",
"product_id": "libpng16-16-1.6.43-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-5.1.s390x",
"product": {
"name": "libpng16-16-1.6.43-5.1.s390x",
"product_id": "libpng16-16-1.6.43-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-5.1.x86_64",
"product": {
"name": "libpng16-16-1.6.43-5.1.x86_64",
"product_id": "libpng16-16-1.6.43-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-5.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.aarch64"
},
"product_reference": "libpng16-16-1.6.43-5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-5.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.s390x"
},
"product_reference": "libpng16-16-1.6.43-5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-5.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.x86_64"
},
"product_reference": "libpng16-16-1.6.43-5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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 Micro 6.0:libpng16-16-1.6.43-5.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:02:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:21262-1
Vulnerability from csaf_suse - Published: 2026-04-21 08:32 - Updated: 2026-04-21 08:32Summary
Security update for libpng16
Severity
Moderate
Notes
Title of the patch: Security update for libpng16
Description of the patch: This update for libpng16 fixes the following issue:
- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).
Patchnames: SUSE-SLE-Micro-6.1-499
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.1 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issue:\n\n- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-499",
"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_21262-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21262-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621262-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21262-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045889.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-21T08:32:33Z",
"generator": {
"date": "2026-04-21T08:32:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21262-1",
"initial_release_date": "2026-04-21T08:32:33Z",
"revision_history": [
{
"date": "2026-04-21T08:32:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"product_id": "libpng16-16-1.6.43-slfo.1.1_5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"product_id": "libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"product_id": "libpng16-16-1.6.43-slfo.1.1_5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.x86_64",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.x86_64",
"product_id": "libpng16-16-1.6.43-slfo.1.1_5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.aarch64"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.s390x"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-slfo.1.1_5.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.x86_64"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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 Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T08:32:33Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:21364-1
Vulnerability from csaf_suse - Published: 2026-04-21 10:01 - Updated: 2026-04-21 10:01Summary
Security update for libpng16
Severity
Moderate
Notes
Title of the patch: Security update for libpng16
Description of the patch: This update for libpng16 fixes the following issue:
- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).
Patchnames: SUSE-SLES-16.0-603
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.1 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issue:\n\n- CVE-2026-34757: libpng: Information disclosure and data corruption via use-after-free vulnerability (bsc#1261957).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-603",
"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_21364-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21364-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621364-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21364-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046077.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261957",
"url": "https://bugzilla.suse.com/1261957"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-21T10:01:03Z",
"generator": {
"date": "2026-04-21T10:01:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21364-1",
"initial_release_date": "2026-04-21T10:01:03Z",
"revision_history": [
{
"date": "2026-04-21T10:01:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.aarch64",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.aarch64",
"product_id": "libpng16-16-1.6.44-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"product_id": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.7.1.aarch64",
"product": {
"name": "libpng16-devel-1.6.44-160000.7.1.aarch64",
"product_id": "libpng16-devel-1.6.44-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.7.1.aarch64",
"product": {
"name": "libpng16-tools-1.6.44-160000.7.1.aarch64",
"product_id": "libpng16-tools-1.6.44-160000.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"product_id": "libpng16-16-1.6.44-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"product_id": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.7.1.ppc64le",
"product": {
"name": "libpng16-devel-1.6.44-160000.7.1.ppc64le",
"product_id": "libpng16-devel-1.6.44-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.7.1.ppc64le",
"product": {
"name": "libpng16-tools-1.6.44-160000.7.1.ppc64le",
"product_id": "libpng16-tools-1.6.44-160000.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.s390x",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.s390x",
"product_id": "libpng16-16-1.6.44-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"product_id": "libpng16-compat-devel-1.6.44-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.7.1.s390x",
"product": {
"name": "libpng16-devel-1.6.44-160000.7.1.s390x",
"product_id": "libpng16-devel-1.6.44-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.7.1.s390x",
"product": {
"name": "libpng16-tools-1.6.44-160000.7.1.s390x",
"product_id": "libpng16-tools-1.6.44-160000.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-16-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-16-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-devel-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-devel-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.7.1.x86_64",
"product": {
"name": "libpng16-tools-1.6.44-160000.7.1.x86_64",
"product_id": "libpng16-tools-1.6.44-160000.7.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": "libpng16-16-1.6.44-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.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:libpng16-16-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.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:libpng16-16-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.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:libpng16-16-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.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:libpng16-16-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-16-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.44-160000.7.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:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.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:libpng16-compat-devel-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.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:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.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:libpng16-compat-devel-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.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:libpng16-compat-devel-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.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:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.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:libpng16-devel-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.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:libpng16-devel-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.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:libpng16-devel-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.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:libpng16-devel-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.7.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:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.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:libpng16-tools-1.6.44-160000.7.1.aarch64"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.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:libpng16-tools-1.6.44-160000.7.1.ppc64le"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.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:libpng16-tools-1.6.44-160000.7.1.s390x"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.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:libpng16-tools-1.6.44-160000.7.1.x86_64"
},
"product_reference": "libpng16-tools-1.6.44-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34757"
}
],
"notes": [
{
"category": "general",
"text": "LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from png_get_PLTE, png_get_tRNS, or png_get_hIST back into the corresponding setter on the same png_struct/png_info pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34757",
"url": "https://www.suse.com/security/cve/CVE-2026-34757"
},
{
"category": "external",
"summary": "SUSE Bug 1261957 for CVE-2026-34757",
"url": "https://bugzilla.suse.com/1261957"
}
],
"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:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T10:01:03Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
WID-SEC-W-2026-1023
Vulnerability from csaf_certbund - Published: 2026-04-08 22:00 - Updated: 2026-04-09 22:00Summary
libpng: Schwachstelle ermöglicht Offenlegung von Informationen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Die libpng ist die offizielle Referenzbibliothek für die Darstellung und Manipulation von Bildern im Portable Network Graphics (PNG) Format.
Angriff: Ein lokaler Angreifer kann eine Schwachstelle in libpng ausnutzen, um Informationen offenzulegen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source libpng <1.6.57
Open Source / libpng
|
<1.6.57 | ||
|
Open Source libpng Trunk <1.8.0
Open Source / libpng
|
Trunk <1.8.0 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Die libpng ist die offizielle Referenzbibliothek f\u00fcr die Darstellung und Manipulation von Bildern im Portable Network Graphics (PNG) Format.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in libpng ausnutzen, um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1023 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1023.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1023 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1023"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6fr7-g8h7-v645 vom 2026-04-08",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645"
}
],
"source_lang": "en-US",
"title": "libpng: Schwachstelle erm\u00f6glicht Offenlegung von Informationen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:05:12.683+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1023",
"initial_release_date": "2026-04-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-20897, 2456918"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.6.57",
"product": {
"name": "Open Source libpng \u003c1.6.57",
"product_id": "T052572"
}
},
{
"category": "product_version",
"name": "1.6.57",
"product": {
"name": "Open Source libpng 1.6.57",
"product_id": "T052572-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:libpng:libpng:1.6.57"
}
}
},
{
"category": "product_version_range",
"name": "Trunk \u003c1.8.0",
"product": {
"name": "Open Source libpng Trunk \u003c1.8.0",
"product_id": "T052573"
}
},
{
"category": "product_version",
"name": "Trunk 1.8.0",
"product": {
"name": "Open Source libpng Trunk 1.8.0",
"product_id": "T052573-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:libpng:libpng:trunk__1.8.0"
}
}
}
],
"category": "product_name",
"name": "libpng"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"product_status": {
"known_affected": [
"T052572",
"T052573"
]
},
"release_date": "2026-04-08T22:00:00.000+00:00",
"title": "CVE-2026-34757"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…