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-04-09 16:07- CWE-416 - Use After Free
| URL | Tags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"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"
}
],
"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-04-09T16:07:31.052Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34757",
"date": "2026-04-23",
"epss": "0.00016",
"percentile": "0.03626"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34757\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-09T15:16:11.003\",\"lastModified\":\"2026-04-13T15:02:47.353\",\"vulnStatus\":\"Awaiting Analysis\",\"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}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"references\":[{\"url\":\"https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pnggroup/libpng/issues/836\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pnggroup/libpng/issues/837\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"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-04-09T16:07:31.052Z\", \"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"
}
}
}
CERTFR-2026-AVI-0445
Vulnerability from certfr_avis - Published: 2026-04-15 - Updated: 2026-04-15
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Microsoft indique que la vulnérabilité CVE-2026-32201 est activement exploitée.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | Microsoft SharePoint Server Subscription Edition versions antérieures à 16.0.19725.20210 | ||
| Microsoft | N/A | azl3 rubygem-addressable 2.8.5-2 versions antérieures à 2.9.0-1 | ||
| Microsoft | N/A | Microsoft Power Apps versions antérieures à 3.26032.10.0 | ||
| Microsoft | N/A | Microsoft SQL Server 2019 pour systèmes x64 (GDR) versions antérieures à 15.0.2165.1 | ||
| Microsoft | N/A | Microsoft Visual Studio 2017 version 15.9 (inclus 15.0 - 15.8) antérieures à 15.9.79 | ||
| Microsoft | N/A | Microsoft SQL Server 2022 pour systèmes x64 (GDR) versions antérieures à 16.0.1175.1 | ||
| Microsoft | N/A | Microsoft Visual Studio Code CoPilot Chat Extension versions antérieures à 0.37.3 | ||
| Microsoft | N/A | Microsoft Visual Studio 2022 version 17.14 antérieures à 17.14.30 | ||
| Microsoft | N/A | Microsoft SQL Server 2022 pour systèmes x64 (CU 24) versions antérieures à 16.0.4250.1 | ||
| Microsoft | N/A | Microsoft SQL Server 2017 pour systèmes x64 (CU 31) versions antérieures à 14.0.3525.1 | ||
| Microsoft | N/A | Microsoft Visual Studio 2022 version 17.12 antérieures à 17.12.19 | ||
| Microsoft | N/A | Microsoft SharePoint Server 2019 versions antérieures à 16.0.10417.20114 | ||
| Microsoft | N/A | azl3 libpng 1.6.56-1 versions antérieures à 1.6.57-1 | ||
| Microsoft | N/A | Microsoft Visual Studio 2019 version 16.4 (inclus 16.0 - 16.3) antérieures à 16.11.55 | ||
| Microsoft | N/A | Microsoft SQL Server 2016 pour systèmes x64 Service Pack 3 Azure Connect Feature Pack versions antérieures à 13.0.7080.1 | ||
| Microsoft | N/A | Microsoft Visual Studio 2019 version 16.11 (inclus 16.0 - 16.10) antérieures à 16.11.55 | ||
| Microsoft | N/A | Microsoft SQL Server 2025 pour systèmes x64 (GDR) versions antérieures à 17.0.1110.1 | ||
| Microsoft | N/A | Microsoft SQL Server 2019 pour systèmes x64 (CU 32) versions antérieures à 15.0.4465.1 | ||
| Microsoft | N/A | Microsoft SQL Server 2017 pour systèmes x64 (GDR) versions antérieures à 14.0.2105.1 | ||
| Microsoft | N/A | Microsoft SharePoint Enterprise Server 2016 versions antérieures à 16.0.5548.1003 | ||
| Microsoft | N/A | Microsoft Defender Antimalware Platform versions antérieures à 4.18.26030.3011 | ||
| Microsoft | N/A | Microsoft HPC Pack 2019 versions antérieures à 6.3.8355 | ||
| Microsoft | N/A | azl3 golang 1.25.8-1 versions antérieures à 1.25.9-1 | ||
| Microsoft | N/A | Microsoft SQL Server 2016 pour systèmes x64 Service Pack 3 (GDR) versions antérieures à 13.0.6485.1 | ||
| Microsoft | N/A | Microsoft Dynamics 365 (on-premises) version 9.0 antérieures à 9.1.0044.0015 | ||
| Microsoft | N/A | Microsoft SQL Server 2025 pour systèmes x64 (CU3) versions antérieures à 17.0.4030.1 | ||
| Microsoft | N/A | PowerShell 7.5 versions antérieures à 7.5.5 | ||
| Microsoft | N/A | PowerShell 7.4 versions antérieures à 7.4.14 | ||
| Microsoft | N/A | azl3 golang 1.26.1-1 versions antérieures à 1.26.2-1 | ||
| Microsoft | N/A | azl3 libexif 0.6.24-2 versions antérieures à 0.6.24-3 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Microsoft SharePoint Server Subscription Edition versions ant\u00e9rieures \u00e0 16.0.19725.20210",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 rubygem-addressable 2.8.5-2 versions ant\u00e9rieures \u00e0 2.9.0-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Power Apps versions ant\u00e9rieures \u00e0 3.26032.10.0",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2019 pour syst\u00e8mes x64 (GDR) versions ant\u00e9rieures \u00e0 15.0.2165.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2017 version 15.9 (inclus 15.0 - 15.8) ant\u00e9rieures \u00e0 15.9.79",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2022 pour syst\u00e8mes x64 (GDR) versions ant\u00e9rieures \u00e0 16.0.1175.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio Code CoPilot Chat Extension versions ant\u00e9rieures \u00e0 0.37.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2022 version 17.14 ant\u00e9rieures \u00e0 17.14.30",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2022 pour syst\u00e8mes x64 (CU 24) versions ant\u00e9rieures \u00e0 16.0.4250.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2017 pour syst\u00e8mes x64 (CU 31) versions ant\u00e9rieures \u00e0 14.0.3525.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2022 version 17.12 ant\u00e9rieures \u00e0 17.12.19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SharePoint Server 2019 versions ant\u00e9rieures \u00e0 16.0.10417.20114",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libpng 1.6.56-1 versions ant\u00e9rieures \u00e0 1.6.57-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2019 version 16.4 (inclus 16.0 - 16.3) ant\u00e9rieures \u00e0 16.11.55",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2016 pour syst\u00e8mes x64 Service Pack 3 Azure Connect Feature Pack versions ant\u00e9rieures \u00e0 13.0.7080.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2019 version 16.11 (inclus 16.0 - 16.10) ant\u00e9rieures \u00e0 16.11.55",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2025 pour syst\u00e8mes x64 (GDR) versions ant\u00e9rieures \u00e0 17.0.1110.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2019 pour syst\u00e8mes x64 (CU 32) versions ant\u00e9rieures \u00e0 15.0.4465.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2017 pour syst\u00e8mes x64 (GDR) versions ant\u00e9rieures \u00e0 14.0.2105.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SharePoint Enterprise Server 2016 versions ant\u00e9rieures \u00e0 16.0.5548.1003",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Defender Antimalware Platform versions ant\u00e9rieures \u00e0 4.18.26030.3011",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft HPC Pack 2019 versions ant\u00e9rieures \u00e0 6.3.8355",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.25.8-1 versions ant\u00e9rieures \u00e0 1.25.9-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2016 pour syst\u00e8mes x64 Service Pack 3 (GDR) versions ant\u00e9rieures \u00e0 13.0.6485.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Dynamics 365 (on-premises) version 9.0 ant\u00e9rieures \u00e0 9.1.0044.0015",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft SQL Server 2025 pour syst\u00e8mes x64 (CU3) versions ant\u00e9rieures \u00e0 17.0.4030.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "PowerShell 7.5 versions ant\u00e9rieures \u00e0 7.5.5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "PowerShell 7.4 versions ant\u00e9rieures \u00e0 7.4.14",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 golang 1.26.1-1 versions ant\u00e9rieures \u00e0 1.26.2-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libexif 0.6.24-2 versions ant\u00e9rieures \u00e0 0.6.24-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-20945"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2026-35611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35611"
},
{
"name": "CVE-2026-40385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40385"
},
{
"name": "CVE-2026-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26143"
},
{
"name": "CVE-2026-32631",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32631"
},
{
"name": "CVE-2026-32167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32167"
},
{
"name": "CVE-2026-34757",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34757"
},
{
"name": "CVE-2026-33120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33120"
},
{
"name": "CVE-2026-33825",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33825"
},
{
"name": "CVE-2026-23653",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23653"
},
{
"name": "CVE-2026-26149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26149"
},
{
"name": "CVE-2026-32184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32184"
},
{
"name": "CVE-2026-32203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32203"
},
{
"name": "CVE-2026-32201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32201"
},
{
"name": "CVE-2026-32178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32178"
},
{
"name": "CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"name": "CVE-2026-40386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40386"
},
{
"name": "CVE-2026-33103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33103"
},
{
"name": "CVE-2026-32176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32176"
}
],
"initial_release_date": "2026-04-15T00:00:00",
"last_revision_date": "2026-04-15T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0445",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-15T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.\n\nMicrosoft indique que la vuln\u00e9rabilit\u00e9 CVE-2026-32201 est activement exploit\u00e9e.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-04-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-35611",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-35611"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-26143",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26143"
},
{
"published_at": "2026-04-12",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34757",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34757"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33103",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33103"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32178",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32178"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32176",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32176"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32167",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32167"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32631",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32631"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32203",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32203"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32184",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32184"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32201",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32201"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-20945",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20945"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-21637",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21637"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23653",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23653"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33825",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33825"
},
{
"published_at": "2026-04-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33810",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33810"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40385",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40385"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40386",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40386"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33120",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33120"
},
{
"published_at": "2026-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-26149",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26149"
}
]
}
MSRC_CVE-2026-34757
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-04-15 01:49| URL | Category | |
|---|---|---|
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34757 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 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34757.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"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",
"tracking": {
"current_release_date": "2026-04-15T01:49:16.000Z",
"generator": {
"date": "2026-04-15T07:32:45.881Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-34757",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-12T01:01:49.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-13T14:40:40.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-15T01:49:16.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 libpng 1.6.56-1",
"product": {
"name": "\u003cazl3 libpng 1.6.56-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 libpng 1.6.56-1",
"product": {
"name": "azl3 libpng 1.6.56-1",
"product_id": "21104"
}
},
{
"category": "product_version_range",
"name": "cbl2 libpng 1.6.56-1",
"product": {
"name": "cbl2 libpng 1.6.56-1",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "libpng"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libpng 1.6.56-1 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libpng 1.6.56-1 as a component of Azure Linux 3.0",
"product_id": "21104-17084"
},
"product_reference": "21104",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libpng 1.6.56-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34757",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21104-17084"
],
"known_affected": [
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34757 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 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34757.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-04-12T01:01:49.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
},
{
"category": "vendor_fix",
"date": "2026-04-12T01:01:49.000Z",
"details": "1.6.57-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.1,
"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"
},
"products": [
"17084-2",
"17086-1"
]
}
],
"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"
}
]
}
FKIE_CVE-2026-34757
Vulnerability from fkie_nvd - Published: 2026-04-09 15:16 - Updated: 2026-04-13 15:02| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a | ||
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc | ||
| security-advisories@github.com | https://github.com/pnggroup/libpng/issues/836 | ||
| security-advisories@github.com | https://github.com/pnggroup/libpng/issues/837 | ||
| security-advisories@github.com | https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645 |
| Vendor | Product | Version |
|---|
{
"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."
}
],
"id": "CVE-2026-34757",
"lastModified": "2026-04-13T15:02:47.353",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 2.5,
"impactScore": 2.5,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-04-09T15:16:11.003",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/pnggroup/libpng/commit/398cbe3df03f4e11bb031e07f416dfdde3684e8a"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/pnggroup/libpng/commit/55d20aaa322c9274491cda82c5cd4f99b48c6bcc"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/pnggroup/libpng/issues/836"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/pnggroup/libpng/issues/837"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-6fr7-g8h7-v645"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
cleanstart-2026-cf62516
Vulnerability from cleanstart
Multiple security vulnerabilities affect the kserve-modelmesh package. Hostname verification in Apache ZooKeeper ZKTrustManager falls back to reverse DNS (PTR) when IP SAN validation fails, allowing attackers who control or spoof PTR records to impersonate ZooKeeper servers or clients with a valid certificate for the PTR name. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "kserve-modelmesh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.12.0-r16"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the kserve-modelmesh package. Hostname verification in Apache ZooKeeper ZKTrustManager falls back to reverse DNS (PTR) when IP SAN validation fails, allowing attackers who control or spoof PTR records to impersonate ZooKeeper servers or clients with a valid certificate for the PTR name. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-CF62516",
"modified": "2026-04-15T10:18:15Z",
"published": "2026-04-16T00:42:51.354420Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-CF62516.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-67735"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68161"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1225"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24281"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24308"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33870"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34757"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25qh-j22f-pwp8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-389x-839f-4rhx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3p8m-j85q-pgmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3pxv-7cmr-fjr4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4cx2-fc23-5wg6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4g8c-wm8x-jfhw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-72hv-8253-57qq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-735f-pc8j-v9w8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7xrh-hqfc-g7qr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-84h7-rjj3-6jx4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-crhr-qqj8-rpxc"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fghv-69vj-qj49"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-prj3-ccx8-p6x4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-pwqr-wmgm-9rr8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qqpg-mvqg-649v"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vc5p-v9hr-52mj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w9fj-cfpg-grvv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-xq3w-v528-46rv"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67735"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68161"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1225"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24281"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24308"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34757"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Hostname verification in Apache ZooKeeper ZKTrustManager falls back to reverse DNS (PTR) when IP SAN validation fails, allowing attackers who control or spoof PTR records to impersonate ZooKeeper s...",
"upstream": [
"CVE-2025-67735",
"CVE-2025-68161",
"CVE-2026-1225",
"CVE-2026-24281",
"CVE-2026-24308",
"CVE-2026-33870",
"CVE-2026-33871",
"CVE-2026-34757",
"ghsa-25qh-j22f-pwp8",
"ghsa-389x-839f-4rhx",
"ghsa-3p8m-j85q-pgmj",
"ghsa-3pxv-7cmr-fjr4",
"ghsa-4cx2-fc23-5wg6",
"ghsa-4g8c-wm8x-jfhw",
"ghsa-72hv-8253-57qq",
"ghsa-735f-pc8j-v9w8",
"ghsa-7xrh-hqfc-g7qr",
"ghsa-84h7-rjj3-6jx4",
"ghsa-crhr-qqj8-rpxc",
"ghsa-fghv-69vj-qj49",
"ghsa-prj3-ccx8-p6x4",
"ghsa-pwqr-wmgm-9rr8",
"ghsa-qqpg-mvqg-649v",
"ghsa-vc5p-v9hr-52mj",
"ghsa-w9fj-cfpg-grvv",
"ghsa-xq3w-v528-46rv"
]
}
OPENSUSE-SU-2026:10564-1
Vulnerability from csaf_opensuse - Published: 2026-04-16 00:00 - Updated: 2026-04-16 00:00{
"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": "libpng16-16-1.6.57-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libpng16-16-1.6.57-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10564",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10564-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34757 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34757/"
}
],
"title": "libpng16-16-1.6.57-1.1 on GA media",
"tracking": {
"current_release_date": "2026-04-16T00:00:00Z",
"generator": {
"date": "2026-04-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10564-1",
"initial_release_date": "2026-04-16T00:00:00Z",
"revision_history": [
{
"date": "2026-04-16T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-16-1.6.57-1.1.aarch64",
"product_id": "libpng16-16-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-16-32bit-1.6.57-1.1.aarch64",
"product_id": "libpng16-16-32bit-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"product_id": "libpng16-16-x86-64-v3-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-1.6.57-1.1.aarch64",
"product_id": "libpng16-compat-devel-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"product_id": "libpng16-compat-devel-32bit-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-devel-1.6.57-1.1.aarch64",
"product_id": "libpng16-devel-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-devel-32bit-1.6.57-1.1.aarch64",
"product_id": "libpng16-devel-32bit-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"product_id": "libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.57-1.1.aarch64",
"product": {
"name": "libpng16-tools-1.6.57-1.1.aarch64",
"product_id": "libpng16-tools-1.6.57-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.57-1.1.ppc64le",
"product_id": "libpng16-16-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-16-32bit-1.6.57-1.1.ppc64le",
"product_id": "libpng16-16-32bit-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"product_id": "libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-1.6.57-1.1.ppc64le",
"product_id": "libpng16-compat-devel-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"product_id": "libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-devel-1.6.57-1.1.ppc64le",
"product_id": "libpng16-devel-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"product_id": "libpng16-devel-32bit-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"product_id": "libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.57-1.1.ppc64le",
"product": {
"name": "libpng16-tools-1.6.57-1.1.ppc64le",
"product_id": "libpng16-tools-1.6.57-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-16-1.6.57-1.1.s390x",
"product_id": "libpng16-16-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-16-32bit-1.6.57-1.1.s390x",
"product_id": "libpng16-16-32bit-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"product_id": "libpng16-16-x86-64-v3-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-1.6.57-1.1.s390x",
"product_id": "libpng16-compat-devel-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"product_id": "libpng16-compat-devel-32bit-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-devel-1.6.57-1.1.s390x",
"product_id": "libpng16-devel-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-devel-32bit-1.6.57-1.1.s390x",
"product_id": "libpng16-devel-32bit-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"product_id": "libpng16-devel-x86-64-v3-1.6.57-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.57-1.1.s390x",
"product": {
"name": "libpng16-tools-1.6.57-1.1.s390x",
"product_id": "libpng16-tools-1.6.57-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-16-1.6.57-1.1.x86_64",
"product_id": "libpng16-16-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-16-32bit-1.6.57-1.1.x86_64",
"product_id": "libpng16-16-32bit-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"product_id": "libpng16-16-x86-64-v3-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-1.6.57-1.1.x86_64",
"product_id": "libpng16-compat-devel-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"product_id": "libpng16-compat-devel-32bit-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-devel-1.6.57-1.1.x86_64",
"product_id": "libpng16-devel-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-devel-32bit-1.6.57-1.1.x86_64",
"product_id": "libpng16-devel-32bit-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"product_id": "libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.57-1.1.x86_64",
"product": {
"name": "libpng16-tools-1.6.57-1.1.x86_64",
"product_id": "libpng16-tools-1.6.57-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-16-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-16-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-16-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-16-32bit-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-16-32bit-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-16-32bit-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-16-32bit-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-devel-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-devel-32bit-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-devel-32bit-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-devel-32bit-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.57-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.aarch64"
},
"product_reference": "libpng16-tools-1.6.57-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.57-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.ppc64le"
},
"product_reference": "libpng16-tools-1.6.57-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.57-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.s390x"
},
"product_reference": "libpng16-tools-1.6.57-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.57-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.x86_64"
},
"product_reference": "libpng16-tools-1.6.57-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.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": [
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.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": [
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.57-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.57-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
OPENSUSE-SU-2026:20593-1
Vulnerability from csaf_opensuse - Published: 2026-04-21 09:59 - Updated: 2026-04-21 09:59| URL | Category | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"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": "openSUSE-Leap-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/opensuse-su-2026_20593-1.json"
},
{
"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:59:18Z",
"generator": {
"date": "2026-04-21T09:59:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20593-1",
"initial_release_date": "2026-04-21T09:59:18Z",
"revision_history": [
{
"date": "2026-04-21T09:59:18Z",
"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": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.7.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.44-160000.7.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.7.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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 openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.7.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 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": "openSUSE Leap 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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"openSUSE Leap 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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"openSUSE Leap 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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.7.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T09:59:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-34757"
}
]
}
SUSE-SU-2026:1500-1
Vulnerability from csaf_suse - Published: 2026-04-20 16:16 - Updated: 2026-04-20 16:16| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"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 libpng15",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng15 fixes the following issues:\n\n- CVE-2026-34757: use-after-free in `png_set_PLTE`, `png_set_tRNS` and `png_set_hIST` can lead to information\n disclosure and data corruption (bsc#1261957).\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",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1500,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1500,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1500",
"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_1500-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1500-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261500-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1500-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045722.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 libpng15",
"tracking": {
"current_release_date": "2026-04-20T16:16:39Z",
"generator": {
"date": "2026-04-20T16:16:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1500-1",
"initial_release_date": "2026-04-20T16:16:39Z",
"revision_history": [
{
"date": "2026-04-20T16:16:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.aarch64",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.aarch64",
"product_id": "libpng15-15-1.5.22-10.10.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-64bit-1.5.22-10.10.1.aarch64_ilp32",
"product": {
"name": "libpng15-15-64bit-1.5.22-10.10.1.aarch64_ilp32",
"product_id": "libpng15-15-64bit-1.5.22-10.10.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.i586",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.i586",
"product_id": "libpng15-15-1.5.22-10.10.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.ppc64le",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.ppc64le",
"product_id": "libpng15-15-1.5.22-10.10.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.s390",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.s390",
"product_id": "libpng15-15-1.5.22-10.10.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.s390x",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.s390x",
"product_id": "libpng15-15-1.5.22-10.10.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng15-15-32bit-1.5.22-10.10.1.s390x",
"product": {
"name": "libpng15-15-32bit-1.5.22-10.10.1.s390x",
"product_id": "libpng15-15-32bit-1.5.22-10.10.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng15-15-1.5.22-10.10.1.x86_64",
"product": {
"name": "libpng15-15-1.5.22-10.10.1.x86_64",
"product_id": "libpng15-15-1.5.22-10.10.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng15-15-32bit-1.5.22-10.10.1.x86_64",
"product": {
"name": "libpng15-15-32bit-1.5.22-10.10.1.x86_64",
"product_id": "libpng15-15-32bit-1.5.22-10.10.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": "libpng15-15-1.5.22-10.10.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.aarch64"
},
"product_reference": "libpng15-15-1.5.22-10.10.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng15-15-1.5.22-10.10.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le"
},
"product_reference": "libpng15-15-1.5.22-10.10.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng15-15-1.5.22-10.10.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x"
},
"product_reference": "libpng15-15-1.5.22-10.10.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng15-15-1.5.22-10.10.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64"
},
"product_reference": "libpng15-15-1.5.22-10.10.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.x86_64"
},
"product_reference": "libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T16:16:39Z",
"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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.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:libpng15-15-1.5.22-10.10.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpng15-15-1.5.22-10.10.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpng15-15-1.5.22-10.10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T16:16:39Z",
"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:32| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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:21251-1
Vulnerability from csaf_suse - Published: 2026-04-21 09:02 - Updated: 2026-04-21 09:02| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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:21239-1
Vulnerability from csaf_suse - Published: 2026-04-21 10:01 - Updated: 2026-04-21 10:01| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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"
}
]
}
WID-SEC-W-2026-1023
Vulnerability from csaf_certbund - Published: 2026-04-08 22:00 - Updated: 2026-04-09 22:00{
"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"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.