Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33416 (GCVE-0-2026-33416)
Vulnerability from cvelistv5 – Published: 2026-03-26 16:48 – Updated: 2026-04-01 03:55- CWE-416 - Use After Free
| URL | Tags | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33416",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-31T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-01T03:55:17.603Z",
"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.2.1, \u003c 1.6.56"
}
]
}
],
"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. 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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-26T16:48:54.174Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
},
{
"name": "https://github.com/pnggroup/libpng/pull/824",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/pull/824"
},
{
"name": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb"
},
{
"name": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667"
},
{
"name": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25"
},
{
"name": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1"
}
],
"source": {
"advisory": "GHSA-m4pc-p4q3-4c7j",
"discovery": "UNKNOWN"
},
"title": "LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33416",
"datePublished": "2026-03-26T16:48:54.174Z",
"dateReserved": "2026-03-19T17:02:34.172Z",
"dateUpdated": "2026-04-01T03:55:17.603Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33416",
"date": "2026-04-14",
"epss": "0.00042",
"percentile": "0.12747"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33416\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-26T17:16:38.443\",\"lastModified\":\"2026-04-02T20:28:33.973\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. 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.\"},{\"lang\":\"es\",\"value\":\"LIBPNG es una biblioteca de referencia para su uso en aplicaciones que leen, crean y manipulan archivos de imagen r\u00e1ster PNG (Portable Network Graphics). En las versiones 1.2.1 a 1.6.55, \u0027png_set_tRNS\u0027 y \u0027png_set_PLTE\u0027 cada una aliasan un b\u00fafer asignado en el heap entre \u0027png_struct\u0027 y \u0027png_info\u0027, compartiendo una \u00fanica asignaci\u00f3n entre dos estructuras con vidas \u00fatiles independientes. El aliasing de \u0027trans_alpha\u0027 ha estado presente desde al menos libpng 1.0, y el aliasing de \u0027palette\u0027 desde al menos 1.2.1. Ambos afectan a todas las l\u00edneas de versiones anteriores: \u0027png_set_tRNS\u0027 establece \u0027png_ptr-\u0026gt;trans_alpha = info_ptr-\u0026gt;trans_alpha\u0027 (b\u00fafer de 256 bytes) y \u0027png_set_PLTE\u0027 establece \u0027info_ptr-\u0026gt;palette = png_ptr-\u0026gt;palette\u0027 (b\u00fafer de 768 bytes). En ambos casos, llamar a \u0027png_free_data\u0027 (con \u0027PNG_FREE_TRNS\u0027 o \u0027PNG_FREE_PLTE\u0027) libera el b\u00fafer a trav\u00e9s de \u0027info_ptr\u0027 mientras que el puntero \u0027png_ptr\u0027 correspondiente permanece colgante. Las funciones de transformaci\u00f3n de fila subsiguientes desreferencian y, en algunas rutas de c\u00f3digo, escriben en la memoria liberada. Una segunda llamada a \u0027png_set_tRNS\u0027 o \u0027png_set_PLTE\u0027 tiene el mismo efecto, porque ambas funciones llaman internamente a \u0027png_free_data\u0027 antes de reasignar el b\u00fafer de \u0027info_ptr\u0027. La versi\u00f3n 1.6.56 corrige el problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libpng:libpng:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.2.1\",\"versionEndExcluding\":\"1.6.56\",\"matchCriteriaId\":\"C54F2804-F7D5-4BC5-B39A-44300C6A6F98\"}]}]}],\"references\":[{\"url\":\"https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pnggroup/libpng/pull/824\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Exploit\"]},{\"url\":\"https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33416\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-26T19:49:05.196519Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-26T19:50:41.189Z\"}}], \"cna\": {\"title\": \"LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`\", \"source\": {\"advisory\": \"GHSA-m4pc-p4q3-4c7j\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"pnggroup\", \"product\": \"libpng\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.2.1, \u003c 1.6.56\"}]}], \"references\": [{\"url\": \"https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j\", \"name\": \"https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pnggroup/libpng/pull/824\", \"name\": \"https://github.com/pnggroup/libpng/pull/824\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb\", \"name\": \"https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667\", \"name\": \"https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25\", \"name\": \"https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1\", \"name\": \"https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1\", \"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. 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.\"}], \"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-03-26T16:48:54.174Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33416\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-01T03:55:17.603Z\", \"dateReserved\": \"2026-03-19T17:02:34.172Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-26T16:48:54.174Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0381
Vulnerability from certfr_avis - Published: 2026-03-31 - Updated: 2026-03-31
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
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 | CBL Mariner | cbl2 plexus-utils 3.3.0-3 versions antérieures à 3.3.0-4 | ||
| Microsoft | CBL Mariner | cbl2 kernel 5.15.200.1-1 versions antérieures à 5.15.202.1-1 | ||
| Microsoft | Azure Linux | azl3 python-requests 2.31.0-3 versions antérieures à 2.31.0-4 | ||
| Microsoft | CBL Mariner | cbl2 libpng 1.6.55-1 versions antérieures à 1.6.56-1 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 plexus-utils 3.3.0-3 versions ant\u00e9rieures \u00e0 3.3.0-4",
"product": {
"name": "CBL Mariner",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kernel 5.15.200.1-1 versions ant\u00e9rieures \u00e0 5.15.202.1-1",
"product": {
"name": "CBL Mariner",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-requests 2.31.0-3 versions ant\u00e9rieures \u00e0 2.31.0-4",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libpng 1.6.55-1 versions ant\u00e9rieures \u00e0 1.6.56-1",
"product": {
"name": "CBL Mariner",
"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-25645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25645"
},
{
"name": "CVE-2025-67030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67030"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2026-33636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33636"
},
{
"name": "CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
}
],
"initial_release_date": "2026-03-31T00:00:00",
"last_revision_date": "2026-03-31T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0381",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-31T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23169",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23169"
},
{
"published_at": "2026-03-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33416",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33416"
},
{
"published_at": "2026-03-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-67030",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-67030"
},
{
"published_at": "2026-03-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-25645",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-25645"
},
{
"published_at": "2026-03-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33636",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33636"
}
]
}
RHSA-2026:7671
Vulnerability from csaf_redhat - Published: 2026-04-13 02:29 - Updated: 2026-04-14 13:34A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Incorrect boundary conditions, integer overflow in the Graphics: Text component
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.
A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for firefox is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nSecurity Fix(es):\n\n* libpng: libpng: Arbitrary code execution due to use-after-free vulnerability (CVE-2026-33416)\n\n* libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion (CVE-2026-33636)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5734)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5731)\n\n* firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component (CVE-2026-5732)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7671",
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7671.json"
}
],
"title": "Red Hat Security Advisory: firefox security update",
"tracking": {
"current_release_date": "2026-04-14T13:34:31+00:00",
"generator": {
"date": "2026-04-14T13:34:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:7671",
"initial_release_date": "2026-04-13T02:29:51+00:00",
"revision_history": [
{
"date": "2026-04-13T02:29:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-13T02:29:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T13:34:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el9_7.src",
"product": {
"name": "firefox-0:140.9.1-1.el9_7.src",
"product_id": "firefox-0:140.9.1-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el9_7.aarch64",
"product": {
"name": "firefox-0:140.9.1-1.el9_7.aarch64",
"product_id": "firefox-0:140.9.1-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-x11-0:140.9.1-1.el9_7.aarch64",
"product": {
"name": "firefox-x11-0:140.9.1-1.el9_7.aarch64",
"product_id": "firefox-x11-0:140.9.1-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-x11@140.9.1-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"product_id": "firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el9_7.ppc64le",
"product": {
"name": "firefox-0:140.9.1-1.el9_7.ppc64le",
"product_id": "firefox-0:140.9.1-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"product": {
"name": "firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"product_id": "firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-x11@140.9.1-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"product_id": "firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"product_id": "firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el9_7.x86_64",
"product": {
"name": "firefox-0:140.9.1-1.el9_7.x86_64",
"product_id": "firefox-0:140.9.1-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-x11-0:140.9.1-1.el9_7.x86_64",
"product": {
"name": "firefox-x11-0:140.9.1-1.el9_7.x86_64",
"product_id": "firefox-x11-0:140.9.1-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-x11@140.9.1-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"product_id": "firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el9_7.s390x",
"product": {
"name": "firefox-0:140.9.1-1.el9_7.s390x",
"product_id": "firefox-0:140.9.1-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-x11-0:140.9.1-1.el9_7.s390x",
"product": {
"name": "firefox-x11-0:140.9.1-1.el9_7.s390x",
"product_id": "firefox-x11-0:140.9.1-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-x11@140.9.1-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"product_id": "firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"product_id": "firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64"
},
"product_reference": "firefox-0:140.9.1-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le"
},
"product_reference": "firefox-0:140.9.1-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x"
},
"product_reference": "firefox-0:140.9.1-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src"
},
"product_reference": "firefox-0:140.9.1-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64"
},
"product_reference": "firefox-0:140.9.1-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-x11-0:140.9.1-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64"
},
"product_reference": "firefox-x11-0:140.9.1-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-x11-0:140.9.1-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le"
},
"product_reference": "firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-x11-0:140.9.1-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x"
},
"product_reference": "firefox-x11-0:140.9.1-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-x11-0:140.9.1-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
},
"product_reference": "firefox-x11-0:140.9.1-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5731",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:15.389776+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5731"
},
{
"category": "external",
"summary": "RHBZ#2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731"
}
],
"release_date": "2026-04-07T12:43:11.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:29:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-5732",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-07T13:01:39.095775+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nIncorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5732"
},
{
"category": "external",
"summary": "RHBZ#2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732"
}
],
"release_date": "2026-04-07T12:43:12.829000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:29:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component"
},
{
"cve": "CVE-2026-5734",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:01.022958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455897"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5734"
},
{
"category": "external",
"summary": "RHBZ#2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734"
}
],
"release_date": "2026-04-07T12:43:14.833000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:29:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-33416",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-26T18:01:55.592413+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451805"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33416"
},
{
"category": "external",
"summary": "RHBZ#2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb",
"url": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667",
"url": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25",
"url": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1",
"url": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/pull/824",
"url": "https://github.com/pnggroup/libpng/pull/824"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
}
],
"release_date": "2026-03-26T16:48:54.174000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:29:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
},
{
"category": "workaround",
"details": "To reduce exposure, avoid processing untrusted PNG image files with applications that utilize libpng. Restricting the source of PNG images to trusted origins can limit the attack surface.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability"
},
{
"cve": "CVE-2026-33636",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"discovery_date": "2026-03-26T18:02:51.339603+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451819"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "RHBZ#2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869",
"url": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3",
"url": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2"
}
],
"release_date": "2026-03-26T16:51:58.289000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:29:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7671"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:firefox-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debuginfo-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-debugsource-0:140.9.1-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:firefox-x11-0:140.9.1-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion"
}
]
}
RHSA-2026:7672
Vulnerability from csaf_redhat - Published: 2026-04-13 02:23 - Updated: 2026-04-14 13:34A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Incorrect boundary conditions, integer overflow in the Graphics: Text component
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.
A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for firefox is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nSecurity Fix(es):\n\n* libpng: libpng: Arbitrary code execution due to use-after-free vulnerability (CVE-2026-33416)\n\n* libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion (CVE-2026-33636)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5734)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5731)\n\n* firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component (CVE-2026-5732)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7672",
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7672.json"
}
],
"title": "Red Hat Security Advisory: firefox security update",
"tracking": {
"current_release_date": "2026-04-14T13:34:29+00:00",
"generator": {
"date": "2026-04-14T13:34:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:7672",
"initial_release_date": "2026-04-13T02:23:37+00:00",
"revision_history": [
{
"date": "2026-04-13T02:23:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-13T02:23:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T13:34:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el10_1.src",
"product": {
"name": "firefox-0:140.9.1-1.el10_1.src",
"product_id": "firefox-0:140.9.1-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el10_1.aarch64",
"product": {
"name": "firefox-0:140.9.1-1.el10_1.aarch64",
"product_id": "firefox-0:140.9.1-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"product_id": "firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el10_1.ppc64le",
"product": {
"name": "firefox-0:140.9.1-1.el10_1.ppc64le",
"product_id": "firefox-0:140.9.1-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"product_id": "firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"product_id": "firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el10_1.s390x",
"product": {
"name": "firefox-0:140.9.1-1.el10_1.s390x",
"product_id": "firefox-0:140.9.1-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"product_id": "firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"product_id": "firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el10_1.x86_64",
"product": {
"name": "firefox-0:140.9.1-1.el10_1.x86_64",
"product_id": "firefox-0:140.9.1-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el10_1.x86_64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.x86_64",
"product_id": "firefox-debugsource-0:140.9.1-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64"
},
"product_reference": "firefox-0:140.9.1-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le"
},
"product_reference": "firefox-0:140.9.1-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x"
},
"product_reference": "firefox-0:140.9.1-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src"
},
"product_reference": "firefox-0:140.9.1-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64"
},
"product_reference": "firefox-0:140.9.1-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5731",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:15.389776+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5731"
},
{
"category": "external",
"summary": "RHBZ#2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731"
}
],
"release_date": "2026-04-07T12:43:11.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:23:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-5732",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-07T13:01:39.095775+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nIncorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5732"
},
{
"category": "external",
"summary": "RHBZ#2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732"
}
],
"release_date": "2026-04-07T12:43:12.829000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:23:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component"
},
{
"cve": "CVE-2026-5734",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:01.022958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455897"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5734"
},
{
"category": "external",
"summary": "RHBZ#2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734"
}
],
"release_date": "2026-04-07T12:43:14.833000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:23:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-33416",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-26T18:01:55.592413+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451805"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33416"
},
{
"category": "external",
"summary": "RHBZ#2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb",
"url": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667",
"url": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25",
"url": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1",
"url": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/pull/824",
"url": "https://github.com/pnggroup/libpng/pull/824"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
}
],
"release_date": "2026-03-26T16:48:54.174000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:23:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
},
{
"category": "workaround",
"details": "To reduce exposure, avoid processing untrusted PNG image files with applications that utilize libpng. Restricting the source of PNG images to trusted origins can limit the attack surface.",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability"
},
{
"cve": "CVE-2026-33636",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"discovery_date": "2026-03-26T18:02:51.339603+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451819"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "RHBZ#2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869",
"url": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3",
"url": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2"
}
],
"release_date": "2026-03-26T16:51:58.289000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:23:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7672"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.src",
"AppStream-10.1.Z:firefox-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debuginfo-0:140.9.1-1.el10_1.x86_64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.aarch64",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.ppc64le",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.s390x",
"AppStream-10.1.Z:firefox-debugsource-0:140.9.1-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion"
}
]
}
RHSA-2026:8052
Vulnerability from csaf_redhat - Published: 2026-04-14 11:50 - Updated: 2026-04-14 13:34A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Incorrect boundary conditions, integer overflow in the Graphics: Text component
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.
A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for firefox is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Mozilla Firefox is an open-source web browser, designed for standards compliance, performance, and portability.\n\nSecurity Fix(es):\n\n* libpng: libpng: Arbitrary code execution due to use-after-free vulnerability (CVE-2026-33416)\n\n* libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion (CVE-2026-33636)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5734)\n\n* thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2 (CVE-2026-5731)\n\n* firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component (CVE-2026-5732)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:8052",
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8052.json"
}
],
"title": "Red Hat Security Advisory: firefox security update",
"tracking": {
"current_release_date": "2026-04-14T13:34:45+00:00",
"generator": {
"date": "2026-04-14T13:34:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:8052",
"initial_release_date": "2026-04-14T11:50:27+00:00",
"revision_history": [
{
"date": "2026-04-14T11:50:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-14T11:50:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T13:34:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el8_10.src",
"product": {
"name": "firefox-0:140.9.1-1.el8_10.src",
"product_id": "firefox-0:140.9.1-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el8_10.aarch64",
"product": {
"name": "firefox-0:140.9.1-1.el8_10.aarch64",
"product_id": "firefox-0:140.9.1-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"product_id": "firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el8_10.ppc64le",
"product": {
"name": "firefox-0:140.9.1-1.el8_10.ppc64le",
"product_id": "firefox-0:140.9.1-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"product_id": "firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"product_id": "firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el8_10.x86_64",
"product": {
"name": "firefox-0:140.9.1-1.el8_10.x86_64",
"product_id": "firefox-0:140.9.1-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el8_10.x86_64",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.x86_64",
"product_id": "firefox-debugsource-0:140.9.1-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"product_id": "firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "firefox-0:140.9.1-1.el8_10.s390x",
"product": {
"name": "firefox-0:140.9.1-1.el8_10.s390x",
"product_id": "firefox-0:140.9.1-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox@140.9.1-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"product": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"product_id": "firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debugsource@140.9.1-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"product": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"product_id": "firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/firefox-debuginfo@140.9.1-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64"
},
"product_reference": "firefox-0:140.9.1-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le"
},
"product_reference": "firefox-0:140.9.1-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x"
},
"product_reference": "firefox-0:140.9.1-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src"
},
"product_reference": "firefox-0:140.9.1-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-0:140.9.1-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64"
},
"product_reference": "firefox-0:140.9.1-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debuginfo-0:140.9.1-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64"
},
"product_reference": "firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firefox-debugsource-0:140.9.1-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
},
"product_reference": "firefox-debugsource-0:140.9.1-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5731",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:15.389776+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5731"
},
{
"category": "external",
"summary": "RHBZ#2455901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5731"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5731"
}
],
"release_date": "2026-04-07T12:43:11.895000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T11:50:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-5732",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-07T13:01:39.095775+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nIncorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5732"
},
{
"category": "external",
"summary": "RHBZ#2455908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5732"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5732"
}
],
"release_date": "2026-04-07T12:43:12.829000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T11:50:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: Incorrect boundary conditions, integer overflow in the Graphics: Text component"
},
{
"cve": "CVE-2026-5734",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T13:01:01.022958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455897"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue:\nMemory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5734"
},
{
"category": "external",
"summary": "RHBZ#2455897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455897"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-27/#CVE-2026-5734"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-29/#CVE-2026-5734"
}
],
"release_date": "2026-04-07T12:43:14.833000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T11:50:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2"
},
{
"cve": "CVE-2026-33416",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-26T18:01:55.592413+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451805"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng, a library used for processing PNG (Portable Network Graphics) image files. This vulnerability arises from improper memory management where a heap-allocated buffer is aliased between internal data structures. When specific functions are called, a freed memory region can still be referenced, leading to a use-after-free condition. An attacker could potentially exploit this to achieve arbitrary code execution or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33416"
},
{
"category": "external",
"summary": "RHBZ#2451805",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451805"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33416"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb",
"url": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667",
"url": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25",
"url": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1",
"url": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/pull/824",
"url": "https://github.com/pnggroup/libpng/pull/824"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
}
],
"release_date": "2026-03-26T16:48:54.174000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T11:50:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
},
{
"category": "workaround",
"details": "To reduce exposure, avoid processing untrusted PNG image files with applications that utilize libpng. Restricting the source of PNG images to trusted origins can limit the attack surface.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Arbitrary code execution due to use-after-free vulnerability"
},
{
"cve": "CVE-2026-33636",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"discovery_date": "2026-03-26T18:02:51.339603+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451819"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng. A remote attacker could exploit an out-of-bounds read and write vulnerability in the ARM/AArch64 Neon-optimized palette expansion path. This occurs when processing a final partial chunk of 8-bit paletted rows without verifying sufficient input pixels, leading to dereferencing pointers before the start of the row buffer and writing expanded pixel data to underflowed positions. This flaw can result in information disclosure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "RHBZ#2451819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451819"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33636"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869",
"url": "https://github.com/pnggroup/libpng/commit/7734cda20cf1236aef60f3bbd2267c97bbb40869"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3",
"url": "https://github.com/pnggroup/libpng/commit/aba9f18eba870d14fb52c5ba5d73451349e339c3"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-wjr5-c57x-95m2"
}
],
"release_date": "2026-03-26T16:51:58.289000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-14T11:50:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8052"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debuginfo-0:140.9.1-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:firefox-debugsource-0:140.9.1-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Information disclosure and denial of service via out-of-bounds read/write in Neon palette expansion"
}
]
}
SUSE-SU-2026:21067-1
Vulnerability from csaf_suse - Published: 2026-04-09 10:16 - Updated: 2026-04-09 10: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 libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issues:\n\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-33636: out-of-bounds read/write in the palette expansion on ARM Neon can lead to information leak and\n crashes (bsc#1260755).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-660",
"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_21067-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21067-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621067-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21067-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045457.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1260755",
"url": "https://bugzilla.suse.com/1260755"
},
{
"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-33636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33636/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-09T10:16:32Z",
"generator": {
"date": "2026-04-09T10:16:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21067-1",
"initial_release_date": "2026-04-09T10:16:32Z",
"revision_history": [
{
"date": "2026-04-09T10:16:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-4.1.aarch64",
"product": {
"name": "libpng16-16-1.6.43-4.1.aarch64",
"product_id": "libpng16-16-1.6.43-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-4.1.s390x",
"product": {
"name": "libpng16-16-1.6.43-4.1.s390x",
"product_id": "libpng16-16-1.6.43-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-4.1.x86_64",
"product": {
"name": "libpng16-16-1.6.43-4.1.x86_64",
"product_id": "libpng16-16-1.6.43-4.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-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.aarch64"
},
"product_reference": "libpng16-16-1.6.43-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x"
},
"product_reference": "libpng16-16-1.6.43-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.43-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.x86_64"
},
"product_reference": "libpng16-16-1.6.43-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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 Micro 6.0:libpng16-16-1.6.43-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.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 Micro 6.0:libpng16-16-1.6.43-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.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 Micro 6.0:libpng16-16-1.6.43-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T10:16:32Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33636"
}
],
"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.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng\u0027s ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that enough input pixels remain. Because the implementation works backward from the end of the row, the final iteration dereferences pointers before the start of the row buffer (OOB read) and writes expanded pixel data to the same underflowed positions (OOB write). This is reachable via normal decoding of attacker-controlled PNG input if Neon is enabled. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33636",
"url": "https://www.suse.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "SUSE Bug 1260755 for CVE-2026-33636",
"url": "https://bugzilla.suse.com/1260755"
}
],
"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-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.aarch64",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.s390x",
"SUSE Linux Micro 6.0:libpng16-16-1.6.43-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T10:16:32Z",
"details": "important"
}
],
"title": "CVE-2026-33636"
}
]
}
SUSE-SU-2026:21038-1
Vulnerability from csaf_suse - Published: 2026-04-09 11:10 - Updated: 2026-04-09 11:10| 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 libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issues:\n\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-33636: out-of-bounds read/write in the palette expansion on ARM Neon can lead to information leak and\n crashes (bsc#1260755).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-479",
"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_21038-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21038-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621038-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21038-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025302.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1260755",
"url": "https://bugzilla.suse.com/1260755"
},
{
"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-33636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33636/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-09T11:10:09Z",
"generator": {
"date": "2026-04-09T11:10:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21038-1",
"initial_release_date": "2026-04-09T11:10:09Z",
"revision_history": [
{
"date": "2026-04-09T11:10:09Z",
"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_4.1.aarch64",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"product_id": "libpng16-16-1.6.43-slfo.1.1_4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"product_id": "libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"product_id": "libpng16-16-1.6.43-slfo.1.1_4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.x86_64",
"product": {
"name": "libpng16-16-1.6.43-slfo.1.1_4.1.x86_64",
"product_id": "libpng16-16-1.6.43-slfo.1.1_4.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_4.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_4.1.aarch64"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_4.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_4.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_4.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_4.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_4.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_4.1.s390x"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_4.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_4.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_4.1.x86_64"
},
"product_reference": "libpng16-16-1.6.43-slfo.1.1_4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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 Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.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 Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.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 Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T11:10:09Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33636"
}
],
"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.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng\u0027s ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that enough input pixels remain. Because the implementation works backward from the end of the row, the final iteration dereferences pointers before the start of the row buffer (OOB read) and writes expanded pixel data to the same underflowed positions (OOB write). This is reachable via normal decoding of attacker-controlled PNG input if Neon is enabled. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33636",
"url": "https://www.suse.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "SUSE Bug 1260755 for CVE-2026-33636",
"url": "https://bugzilla.suse.com/1260755"
}
],
"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_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.aarch64",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.ppc64le",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.s390x",
"SUSE Linux Micro 6.1:libpng16-16-1.6.43-slfo.1.1_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T11:10:09Z",
"details": "important"
}
],
"title": "CVE-2026-33636"
}
]
}
SUSE-SU-2026:21000-1
Vulnerability from csaf_suse - Published: 2026-04-07 11:57 - Updated: 2026-04-07 11:57| 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 libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issues:\n\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-33636: out-of-bounds read/write in the palette expansion on ARM Neon can lead to information leak and\n crashes (bsc#1260755).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-480",
"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_21000-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21000-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621000-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21000-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045406.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1260755",
"url": "https://bugzilla.suse.com/1260755"
},
{
"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-33636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33636/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-07T11:57:32Z",
"generator": {
"date": "2026-04-07T11:57:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21000-1",
"initial_release_date": "2026-04-07T11:57:32Z",
"revision_history": [
{
"date": "2026-04-07T11:57:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.aarch64",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.aarch64",
"product_id": "libpng16-16-1.6.44-160000.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.ppc64le",
"product_id": "libpng16-16-1.6.44-160000.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.s390x",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.s390x",
"product_id": "libpng16-16-1.6.44-160000.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-16-1.6.44-160000.6.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.6.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64"
},
"product_reference": "libpng16-16-1.6.44-160000.6.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.6.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.44-160000.6.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.6.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x"
},
"product_reference": "libpng16-16-1.6.44-160000.6.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.6.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.x86_64"
},
"product_reference": "libpng16-16-1.6.44-160000.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"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 Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.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 Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.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 Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-07T11:57:32Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33636"
}
],
"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.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng\u0027s ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that enough input pixels remain. Because the implementation works backward from the end of the row, the final iteration dereferences pointers before the start of the row buffer (OOB read) and writes expanded pixel data to the same underflowed positions (OOB write). This is reachable via normal decoding of attacker-controlled PNG input if Neon is enabled. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33636",
"url": "https://www.suse.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "SUSE Bug 1260755 for CVE-2026-33636",
"url": "https://bugzilla.suse.com/1260755"
}
],
"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.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.aarch64",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.ppc64le",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.s390x",
"SUSE Linux Micro 6.2:libpng16-16-1.6.44-160000.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-07T11:57:32Z",
"details": "important"
}
],
"title": "CVE-2026-33636"
}
]
}
WID-SEC-W-2026-0870
Vulnerability from csaf_certbund - Published: 2026-03-25 23:00 - Updated: 2026-04-09 22:00| URL | Category | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"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 entfernter, anonymer Angreifer kann mehrere Schwachstellen in libpng ausnutzen, um beliebigen Programmcode auszuf\u00fchren oder einen Denial of Service zu verursachen.",
"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-0870 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0870.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0870 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0870"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-03-25",
"url": "https://seclists.org/oss-sec/2026/q1/387"
},
{
"category": "external",
"summary": "libpng GitHub vom 2026-03-25",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
},
{
"category": "external",
"summary": "libpng GitHub vom 2026-03-25",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-WJR5-C57X-95M2"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10451-1 vom 2026-03-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BW7FXXY3UCNLQ5X4KG3NSGMFBE7B3G2R/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6189 vom 2026-03-31",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00098.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-C6C617FE35 vom 2026-04-07",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-c6c617fe35"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4521 vom 2026-04-02",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00001.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-BA18A54554 vom 2026-04-07",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-ba18a54554"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-67C20BFB74 vom 2026-04-07",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-67c20bfb74"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20466-1 vom 2026-04-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3PYSKYKCP5UVHUBF6G52O6GPIKOALANG/"
}
],
"source_lang": "en-US",
"title": "libpng: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:10:21.492+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0870",
"initial_release_date": "2026-03-25T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-16258, EUVD-2026-16269"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE und Debian aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Fedora und Debian aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.6.56",
"product": {
"name": "Open Source libpng \u003c1.6.56",
"product_id": "T052179"
}
},
{
"category": "product_version",
"name": "1.6.56",
"product": {
"name": "Open Source libpng 1.6.56",
"product_id": "T052179-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:libpng:libpng:1.6.56"
}
}
}
],
"category": "product_name",
"name": "libpng"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33416",
"product_status": {
"known_affected": [
"2951",
"T027843",
"T052179",
"74185"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"product_status": {
"known_affected": [
"2951",
"T027843",
"T052179",
"74185"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2026-33636"
}
]
}
MSRC_CVE-2026-33416
Vulnerability from csaf_microsoft - Published: 2026-03-02 00:00 - Updated: 2026-04-02 01:05| 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-33416 LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33416.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 use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`",
"tracking": {
"current_release_date": "2026-04-02T01:05:59.000Z",
"generator": {
"date": "2026-04-02T07:12:24.047Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-33416",
"initial_release_date": "2026-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-03-29T01:02:12.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-30T14:37:56.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-03-31T01:38:54.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-03-31T15:00:08.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-04-02T01:05:59.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 qt5-qtbase 5.12.11-19",
"product": {
"name": "cbl2 qt5-qtbase 5.12.11-19",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "qt5-qtbase"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 syslinux 6.04-10",
"product": {
"name": "cbl2 syslinux 6.04-10",
"product_id": "7"
}
},
{
"category": "product_version_range",
"name": "azl3 syslinux 6.04-11",
"product": {
"name": "azl3 syslinux 6.04-11",
"product_id": "8"
}
}
],
"category": "product_name",
"name": "syslinux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 tensorflow 2.11.1-2",
"product": {
"name": "cbl2 tensorflow 2.11.1-2",
"product_id": "5"
}
},
{
"category": "product_version_range",
"name": "azl3 tensorflow 2.16.1-11",
"product": {
"name": "azl3 tensorflow 2.16.1-11",
"product_id": "3"
}
}
],
"category": "product_name",
"name": "tensorflow"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 qtbase 6.6.3-4",
"product": {
"name": "azl3 qtbase 6.6.3-4",
"product_id": "6"
}
}
],
"category": "product_name",
"name": "qtbase"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 libpng 1.6.55-1",
"product": {
"name": "\u003cazl3 libpng 1.6.55-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 libpng 1.6.55-1",
"product": {
"name": "azl3 libpng 1.6.55-1",
"product_id": "21040"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 libpng 1.6.55-1",
"product": {
"name": "\u003ccbl2 libpng 1.6.55-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 libpng 1.6.55-1",
"product": {
"name": "cbl2 libpng 1.6.55-1",
"product_id": "21053"
}
}
],
"category": "product_name",
"name": "libpng"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 qt5-qtbase 5.12.11-19 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 syslinux 6.04-10 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 tensorflow 2.11.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 qtbase 6.6.3-4 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 syslinux 6.04-11 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-11 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libpng 1.6.55-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.55-1 as a component of Azure Linux 3.0",
"product_id": "21040-17084"
},
"product_reference": "21040",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 libpng 1.6.55-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libpng 1.6.55-1 as a component of CBL Mariner 2.0",
"product_id": "21053-17086"
},
"product_reference": "21053",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33416",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21040-17084",
"21053-17086"
],
"known_affected": [
"17086-4",
"17086-7",
"17086-5",
"17084-6",
"17084-8",
"17084-3",
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33416 LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33416.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-4"
]
},
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-7"
]
},
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-5"
]
},
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-6"
]
},
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-8"
]
},
{
"category": "none_available",
"date": "2026-03-29T01:02:12.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "vendor_fix",
"date": "2026-03-29T01:02:12.000Z",
"details": "1.6.56-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17086-4",
"17086-7",
"17086-5",
"17084-6",
"17084-8",
"17084-3",
"17084-2",
"17086-1"
]
}
],
"title": "LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`"
}
]
}
FKIE_CVE-2026-33416
Vulnerability from fkie_nvd - Published: 2026-03-26 17:16 - Updated: 2026-04-02 20:28| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb | Patch | |
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667 | Patch | |
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25 | Patch | |
| security-advisories@github.com | https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1 | Patch | |
| security-advisories@github.com | https://github.com/pnggroup/libpng/pull/824 | Issue Tracking, Exploit | |
| security-advisories@github.com | https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j | Patch, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:libpng:libpng:*:*:*:*:*:*:*:*",
"matchCriteriaId": "C54F2804-F7D5-4BC5-B39A-44300C6A6F98",
"versionEndExcluding": "1.6.56",
"versionStartIncluding": "1.2.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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. 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."
},
{
"lang": "es",
"value": "LIBPNG es una biblioteca de referencia para su uso en aplicaciones que leen, crean y manipulan archivos de imagen r\u00e1ster PNG (Portable Network Graphics). En las versiones 1.2.1 a 1.6.55, \u0027png_set_tRNS\u0027 y \u0027png_set_PLTE\u0027 cada una aliasan un b\u00fafer asignado en el heap entre \u0027png_struct\u0027 y \u0027png_info\u0027, compartiendo una \u00fanica asignaci\u00f3n entre dos estructuras con vidas \u00fatiles independientes. El aliasing de \u0027trans_alpha\u0027 ha estado presente desde al menos libpng 1.0, y el aliasing de \u0027palette\u0027 desde al menos 1.2.1. Ambos afectan a todas las l\u00edneas de versiones anteriores: \u0027png_set_tRNS\u0027 establece \u0027png_ptr-\u0026gt;trans_alpha = info_ptr-\u0026gt;trans_alpha\u0027 (b\u00fafer de 256 bytes) y \u0027png_set_PLTE\u0027 establece \u0027info_ptr-\u0026gt;palette = png_ptr-\u0026gt;palette\u0027 (b\u00fafer de 768 bytes). En ambos casos, llamar a \u0027png_free_data\u0027 (con \u0027PNG_FREE_TRNS\u0027 o \u0027PNG_FREE_PLTE\u0027) libera el b\u00fafer a trav\u00e9s de \u0027info_ptr\u0027 mientras que el puntero \u0027png_ptr\u0027 correspondiente permanece colgante. Las funciones de transformaci\u00f3n de fila subsiguientes desreferencian y, en algunas rutas de c\u00f3digo, escriben en la memoria liberada. Una segunda llamada a \u0027png_set_tRNS\u0027 o \u0027png_set_PLTE\u0027 tiene el mismo efecto, porque ambas funciones llaman internamente a \u0027png_free_data\u0027 antes de reasignar el b\u00fafer de \u0027info_ptr\u0027. La versi\u00f3n 1.6.56 corrige el problema."
}
],
"id": "CVE-2026-33416",
"lastModified": "2026-04-02T20:28:33.973",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.6,
"impactScore": 5.9,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-03-26T17:16:38.443",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pnggroup/libpng/commit/23019269764e35ed8458e517f1897bd3c54820eb"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pnggroup/libpng/commit/7ea9eea884a2328cc7fdcb3c0c00246a50d90667"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pnggroup/libpng/commit/a3a21443ed12bfa1ef46fa0d4fb2b74a0fa34a25"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pnggroup/libpng/commit/c1b0318b393c90679e6fa5bc1d329fd5d5012ec1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking",
"Exploit"
],
"url": "https://github.com/pnggroup/libpng/pull/824"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-m4pc-p4q3-4c7j"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
OPENSUSE-SU-2026:20466-1
Vulnerability from csaf_opensuse - Published: 2026-04-07 11:57 - Updated: 2026-04-07 11:57| 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 libpng16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpng16 fixes the following issues:\n\n- CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code\n execution (bsc#1260754).\n- CVE-2026-33636: out-of-bounds read/write in the palette expansion on ARM Neon can lead to information leak and\n crashes (bsc#1260755).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-480",
"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_20466-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1260754",
"url": "https://bugzilla.suse.com/1260754"
},
{
"category": "self",
"summary": "SUSE Bug 1260755",
"url": "https://bugzilla.suse.com/1260755"
},
{
"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-33636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33636/"
}
],
"title": "Security update for libpng16",
"tracking": {
"current_release_date": "2026-04-07T11:57:38Z",
"generator": {
"date": "2026-04-07T11:57:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20466-1",
"initial_release_date": "2026-04-07T11:57:38Z",
"revision_history": [
{
"date": "2026-04-07T11:57:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.aarch64",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.aarch64",
"product_id": "libpng16-16-1.6.44-160000.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"product_id": "libpng16-compat-devel-1.6.44-160000.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.6.1.aarch64",
"product": {
"name": "libpng16-devel-1.6.44-160000.6.1.aarch64",
"product_id": "libpng16-devel-1.6.44-160000.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.6.1.aarch64",
"product": {
"name": "libpng16-tools-1.6.44-160000.6.1.aarch64",
"product_id": "libpng16-tools-1.6.44-160000.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.ppc64le",
"product_id": "libpng16-16-1.6.44-160000.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"product_id": "libpng16-compat-devel-1.6.44-160000.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.6.1.ppc64le",
"product": {
"name": "libpng16-devel-1.6.44-160000.6.1.ppc64le",
"product_id": "libpng16-devel-1.6.44-160000.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.6.1.ppc64le",
"product": {
"name": "libpng16-tools-1.6.44-160000.6.1.ppc64le",
"product_id": "libpng16-tools-1.6.44-160000.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.s390x",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.s390x",
"product_id": "libpng16-16-1.6.44-160000.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"product_id": "libpng16-compat-devel-1.6.44-160000.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.6.1.s390x",
"product": {
"name": "libpng16-devel-1.6.44-160000.6.1.s390x",
"product_id": "libpng16-devel-1.6.44-160000.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.6.1.s390x",
"product": {
"name": "libpng16-tools-1.6.44-160000.6.1.s390x",
"product_id": "libpng16-tools-1.6.44-160000.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-16-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-16-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-compat-devel-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-devel-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-devel-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.44-160000.6.1.x86_64",
"product": {
"name": "libpng16-tools-1.6.44-160000.6.1.x86_64",
"product_id": "libpng16-tools-1.6.44-160000.6.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.6.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64"
},
"product_reference": "libpng16-16-1.6.44-160000.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.6.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.44-160000.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.6.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x"
},
"product_reference": "libpng16-16-1.6.44-160000.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.44-160000.6.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64"
},
"product_reference": "libpng16-16-1.6.44-160000.6.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.6.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.6.1.x86_64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.44-160000.6.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.6.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.6.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.6.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.6.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.6.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.6.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.6.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.44-160000.6.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.6.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.6.1.x86_64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.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.6.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.44-160000.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.6.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.44-160000.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.6.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x"
},
"product_reference": "libpng16-devel-1.6.44-160000.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.44-160000.6.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.44-160000.6.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.6.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.6.1.x86_64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.44-160000.6.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.6.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64"
},
"product_reference": "libpng16-tools-1.6.44-160000.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.6.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le"
},
"product_reference": "libpng16-tools-1.6.44-160000.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.6.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x"
},
"product_reference": "libpng16-tools-1.6.44-160000.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.44-160000.6.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.x86_64"
},
"product_reference": "libpng16-tools-1.6.44-160000.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.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": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-07T11:57:38Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33636"
}
],
"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.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng\u0027s ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that enough input pixels remain. Because the implementation works backward from the end of the row, the final iteration dereferences pointers before the start of the row buffer (OOB read) and writes expanded pixel data to the same underflowed positions (OOB write). This is reachable via normal decoding of attacker-controlled PNG input if Neon is enabled. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33636",
"url": "https://www.suse.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "SUSE Bug 1260755 for CVE-2026-33636",
"url": "https://bugzilla.suse.com/1260755"
}
],
"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.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-16-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-16-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-compat-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-compat-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-devel-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-devel-x86-64-v3-1.6.44-160000.6.1.x86_64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.aarch64",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.ppc64le",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.s390x",
"openSUSE Leap 16.0:libpng16-tools-1.6.44-160000.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-07T11:57:38Z",
"details": "important"
}
],
"title": "CVE-2026-33636"
}
]
}
OPENSUSE-SU-2026:10451-1
Vulnerability from csaf_opensuse - Published: 2026-03-28 00:00 - Updated: 2026-03-28 00:00| 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": "libpng16-16-1.6.56-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.56-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10451",
"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_10451-1.json"
},
{
"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-33636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33636/"
}
],
"title": "libpng16-16-1.6.56-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-28T00:00:00Z",
"generator": {
"date": "2026-03-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10451-1",
"initial_release_date": "2026-03-28T00:00:00Z",
"revision_history": [
{
"date": "2026-03-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-16-1.6.56-1.1.aarch64",
"product_id": "libpng16-16-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-16-32bit-1.6.56-1.1.aarch64",
"product_id": "libpng16-16-32bit-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"product_id": "libpng16-16-x86-64-v3-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-1.6.56-1.1.aarch64",
"product_id": "libpng16-compat-devel-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"product_id": "libpng16-compat-devel-32bit-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-devel-1.6.56-1.1.aarch64",
"product_id": "libpng16-devel-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-devel-32bit-1.6.56-1.1.aarch64",
"product_id": "libpng16-devel-32bit-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"product_id": "libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.56-1.1.aarch64",
"product": {
"name": "libpng16-tools-1.6.56-1.1.aarch64",
"product_id": "libpng16-tools-1.6.56-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-16-1.6.56-1.1.ppc64le",
"product_id": "libpng16-16-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-16-32bit-1.6.56-1.1.ppc64le",
"product_id": "libpng16-16-32bit-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"product_id": "libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-1.6.56-1.1.ppc64le",
"product_id": "libpng16-compat-devel-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"product_id": "libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-devel-1.6.56-1.1.ppc64le",
"product_id": "libpng16-devel-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"product_id": "libpng16-devel-32bit-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"product_id": "libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.56-1.1.ppc64le",
"product": {
"name": "libpng16-tools-1.6.56-1.1.ppc64le",
"product_id": "libpng16-tools-1.6.56-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-16-1.6.56-1.1.s390x",
"product_id": "libpng16-16-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-16-32bit-1.6.56-1.1.s390x",
"product_id": "libpng16-16-32bit-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"product_id": "libpng16-16-x86-64-v3-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-1.6.56-1.1.s390x",
"product_id": "libpng16-compat-devel-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"product_id": "libpng16-compat-devel-32bit-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-devel-1.6.56-1.1.s390x",
"product_id": "libpng16-devel-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-devel-32bit-1.6.56-1.1.s390x",
"product_id": "libpng16-devel-32bit-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"product_id": "libpng16-devel-x86-64-v3-1.6.56-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.56-1.1.s390x",
"product": {
"name": "libpng16-tools-1.6.56-1.1.s390x",
"product_id": "libpng16-tools-1.6.56-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpng16-16-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-16-1.6.56-1.1.x86_64",
"product_id": "libpng16-16-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-32bit-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-16-32bit-1.6.56-1.1.x86_64",
"product_id": "libpng16-16-32bit-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"product_id": "libpng16-16-x86-64-v3-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-1.6.56-1.1.x86_64",
"product_id": "libpng16-compat-devel-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"product_id": "libpng16-compat-devel-32bit-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"product_id": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-devel-1.6.56-1.1.x86_64",
"product_id": "libpng16-devel-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-32bit-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-devel-32bit-1.6.56-1.1.x86_64",
"product_id": "libpng16-devel-32bit-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"product_id": "libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpng16-tools-1.6.56-1.1.x86_64",
"product": {
"name": "libpng16-tools-1.6.56-1.1.x86_64",
"product_id": "libpng16-tools-1.6.56-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.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-16-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-16-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-16-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-16-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-16-32bit-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-16-32bit-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-16-32bit-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-32bit-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-16-32bit-1.6.56-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.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-16-x86-64-v3-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-compat-devel-32bit-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-32bit-1.6.56-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.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.56-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.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.56-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.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.56-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.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-devel-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-devel-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-devel-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-devel-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-devel-32bit-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-devel-32bit-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-32bit-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-devel-32bit-1.6.56-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.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64"
},
"product_reference": "libpng16-tools-1.6.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le"
},
"product_reference": "libpng16-tools-1.6.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x"
},
"product_reference": "libpng16-tools-1.6.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpng16-tools-1.6.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.x86_64"
},
"product_reference": "libpng16-tools-1.6.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.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": [
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.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": [
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33416"
},
{
"cve": "CVE-2026-33636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33636"
}
],
"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.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng\u0027s ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that enough input pixels remain. Because the implementation works backward from the end of the row, the final iteration dereferences pointers before the start of the row buffer (OOB read) and writes expanded pixel data to the same underflowed positions (OOB write). This is reachable via normal decoding of attacker-controlled PNG input if Neon is enabled. Version 1.6.56 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33636",
"url": "https://www.suse.com/security/cve/CVE-2026-33636"
},
{
"category": "external",
"summary": "SUSE Bug 1260755 for CVE-2026-33636",
"url": "https://bugzilla.suse.com/1260755"
}
],
"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.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-16-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-compat-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-32bit-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-devel-x86-64-v3-1.6.56-1.1.x86_64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.aarch64",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.ppc64le",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.s390x",
"openSUSE Tumbleweed:libpng16-tools-1.6.56-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33636"
}
]
}
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.