Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-47606 (GCVE-0-2024-47606)
Vulnerability from cvelistv5
Published
2024-12-11 19:12
Modified
2025-04-19 00:11
Severity ?
EPSS score ?
Summary
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
References
{ containers: { adp: [ { metrics: [ { other: { content: { id: "CVE-2024-47606", options: [ { Exploitation: "poc", }, { Automatable: "no", }, { "Technical Impact": "total", }, ], role: "CISA Coordinator", timestamp: "2024-12-11T20:43:34.825705Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-12-11T20:44:29.587Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, { providerMetadata: { dateUpdated: "2025-04-19T00:11:05.863Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html", }, { url: "https://security.netapp.com/advisory/ntap-20250418-0003/", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "gstreamer", vendor: "gstreamer", versions: [ { status: "affected", version: "< 1.24.10", }, ], }, ], descriptions: [ { lang: "en", value: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", }, ], metrics: [ { cvssV4_0: { attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "LOCAL", baseScore: 8.6, baseSeverity: "HIGH", privilegesRequired: "NONE", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", vectorString: "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "HIGH", vulnIntegrityImpact: "HIGH", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-190", description: "CWE-190: Integer Overflow or Wraparound", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2024-12-11T19:12:40.186Z", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { name: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", tags: [ "x_refsource_CONFIRM", ], url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, { name: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", tags: [ "x_refsource_MISC", ], url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { name: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", tags: [ "x_refsource_MISC", ], url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, ], source: { advisory: "GHSA-j7pq-xcp8-8qxx", discovery: "UNKNOWN", }, title: "GHSL-2024-166: GStreamer Integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2024-47606", datePublished: "2024-12-11T19:12:40.186Z", dateReserved: "2024-09-27T20:37:22.119Z", dateUpdated: "2025-04-19T00:11:05.863Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { configurations: "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.24.10\", \"matchCriteriaId\": \"82BF8403-8CE2-4AFC-865F-FD40A77D20E0\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}]", descriptions: "[{\"lang\": \"en\", \"value\": \"GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.\"}, {\"lang\": \"es\", \"value\": \"GStreamer es una librer\\u00eda para construir gr\\u00e1ficos de componentes de manejo de medios. Se ha detectado un desbordamiento de enteros en la funci\\u00f3n qtdemux_parse_theora_extension dentro de qtdemux.c. La vulnerabilidad ocurre debido a un desbordamiento de la variable gint size, que hace que size contenga un valor grande no deseado cuando se convierte en un entero sin signo. Este valor negativo de 32 bits se convierte luego en un entero sin signo de 64 bits (0xfffffffffffffffa) en una llamada posterior a gst_buffer_new_and_alloc. La funci\\u00f3n gst_buffer_new_allocate luego intenta asignar memoria, llamando finalmente a _sysmem_new_block. La funci\\u00f3n _sysmem_new_block agrega alineaci\\u00f3n y tama\\u00f1o de encabezado al tama\\u00f1o (sin signo), lo que causa el desbordamiento de la variable 'slice_size'. Como resultado, solo se asignan 0x89 bytes, a pesar del gran tama\\u00f1o de entrada. Cuando se produce la siguiente llamada a memcpy en gst_buffer_fill, los datos del archivo de entrada sobrescribir\\u00e1n el contenido de la estructura de informaci\\u00f3n GstMapInfo. Por \\u00faltimo, durante la llamada a gst_memory_unmap, la memoria sobrescrita puede provocar un secuestro del puntero de funci\\u00f3n, ya que se llama a la funci\\u00f3n mem->allocator->mem_unmap_full con un puntero da\\u00f1ado. Esta sobrescritura del puntero de funci\\u00f3n podr\\u00eda permitir a un atacante alterar el flujo de ejecuci\\u00f3n del programa, lo que provocar\\u00eda la ejecuci\\u00f3n de c\\u00f3digo arbitrario. Esta vulnerabilidad se corrigi\\u00f3 en la versi\\u00f3n 1.24.10.\"}]", id: "CVE-2024-47606", lastModified: "2024-12-18T21:35:45.223", metrics: "{\"cvssMetricV40\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"4.0\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\", \"baseScore\": 8.6, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"vulnerableSystemConfidentiality\": \"HIGH\", \"vulnerableSystemIntegrity\": \"HIGH\", \"vulnerableSystemAvailability\": \"HIGH\", \"subsequentSystemConfidentiality\": \"NONE\", \"subsequentSystemIntegrity\": \"NONE\", \"subsequentSystemAvailability\": \"NONE\", \"exploitMaturity\": \"NOT_DEFINED\", \"confidentialityRequirements\": \"NOT_DEFINED\", \"integrityRequirements\": \"NOT_DEFINED\", \"availabilityRequirements\": \"NOT_DEFINED\", \"modifiedAttackVector\": \"NOT_DEFINED\", \"modifiedAttackComplexity\": \"NOT_DEFINED\", \"modifiedAttackRequirements\": \"NOT_DEFINED\", \"modifiedPrivilegesRequired\": \"NOT_DEFINED\", \"modifiedUserInteraction\": \"NOT_DEFINED\", \"modifiedVulnerableSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedVulnerableSystemIntegrity\": \"NOT_DEFINED\", \"modifiedVulnerableSystemAvailability\": \"NOT_DEFINED\", \"modifiedSubsequentSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedSubsequentSystemIntegrity\": \"NOT_DEFINED\", \"modifiedSubsequentSystemAvailability\": \"NOT_DEFINED\", \"safety\": \"NOT_DEFINED\", \"automatable\": \"NOT_DEFINED\", \"recovery\": \"NOT_DEFINED\", \"valueDensity\": \"NOT_DEFINED\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\"}}], \"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}]}", published: "2024-12-12T02:03:32.220", references: "[{\"url\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://gstreamer.freedesktop.org/security/sa-2024-0014.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\"]}]", sourceIdentifier: "security-advisories@github.com", vulnStatus: "Analyzed", weaknesses: "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-190\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-191\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2024-47606\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-12T02:03:32.220\",\"lastModified\":\"2025-04-19T01:15:44.070\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.\"},{\"lang\":\"es\",\"value\":\"GStreamer es una librería para construir gráficos de componentes de manejo de medios. Se ha detectado un desbordamiento de enteros en la función qtdemux_parse_theora_extension dentro de qtdemux.c. La vulnerabilidad ocurre debido a un desbordamiento de la variable gint size, que hace que size contenga un valor grande no deseado cuando se convierte en un entero sin signo. Este valor negativo de 32 bits se convierte luego en un entero sin signo de 64 bits (0xfffffffffffffffa) en una llamada posterior a gst_buffer_new_and_alloc. La función gst_buffer_new_allocate luego intenta asignar memoria, llamando finalmente a _sysmem_new_block. La función _sysmem_new_block agrega alineación y tamaño de encabezado al tamaño (sin signo), lo que causa el desbordamiento de la variable 'slice_size'. Como resultado, solo se asignan 0x89 bytes, a pesar del gran tamaño de entrada. Cuando se produce la siguiente llamada a memcpy en gst_buffer_fill, los datos del archivo de entrada sobrescribirán el contenido de la estructura de información GstMapInfo. Por último, durante la llamada a gst_memory_unmap, la memoria sobrescrita puede provocar un secuestro del puntero de función, ya que se llama a la función mem->allocator->mem_unmap_full con un puntero dañado. Esta sobrescritura del puntero de función podría permitir a un atacante alterar el flujo de ejecución del programa, lo que provocaría la ejecución de código arbitrario. Esta vulnerabilidad se corrigió en la versión 1.24.10.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-191\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.10\",\"matchCriteriaId\":\"82BF8403-8CE2-4AFC-865F-FD40A77D20E0\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://gstreamer.freedesktop.org/security/sa-2024-0014.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250418-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250418-0003/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-19T00:11:05.863Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47606\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-11T20:43:34.825705Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-11T20:44:24.219Z\"}}], \"cna\": {\"title\": \"GHSL-2024-166: GStreamer Integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes\", \"source\": {\"advisory\": \"GHSA-j7pq-xcp8-8qxx\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.6, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"gstreamer\", \"product\": \"gstreamer\", \"versions\": [{\"status\": \"affected\", \"version\": \"< 1.24.10\"}]}], \"references\": [{\"url\": \"https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/\", \"name\": \"https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch\", \"name\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://gstreamer.freedesktop.org/security/sa-2024-0014.html\", \"name\": \"https://gstreamer.freedesktop.org/security/sa-2024-0014.html\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-12-11T19:12:40.186Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-47606\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-19T00:11:05.863Z\", \"dateReserved\": \"2024-09-27T20:37:22.119Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-12-11T19:12:40.186Z\", \"assignerShortName\": \"GitHub_M\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
rhsa-2024:11346
Vulnerability from csaf_redhat
Published
2024-12-18 09:12
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11346", url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11346.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:49+00:00", generator: { date: "2025-04-22T16:03:49+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11346", initial_release_date: "2024-12-18T09:12:19+00:00", revision_history: [ { date: "2024-12-18T09:12:19+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T09:12:19+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:49+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 AUS (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.4::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream TUS (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_tus:8.4::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream E4S (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:8.4::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11298
Vulnerability from csaf_redhat
Published
2024-12-17 19:13
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11298", url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11298.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:59+00:00", generator: { date: "2025-04-22T16:02:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11298", initial_release_date: "2024-12-17T19:13:43+00:00", revision_history: [ { date: "2024-12-17T19:13:43+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-17T19:13:43+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:59+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 E4S (v.9.0)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:9.0::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024_11122
Vulnerability from csaf_redhat
Published
2024-12-16 15:58
Modified
2024-12-18 05:22
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good 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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11122", url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11122.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2024-12-18T05:22:20+00:00", generator: { date: "2024-12-18T05:22:20+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11122", initial_release_date: "2024-12-16T15:58:54+00:00", revision_history: [ { date: "2024-12-16T15:58:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T15:58:54+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T05:22:20+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.5.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: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or process a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11348
Vulnerability from csaf_redhat
Published
2024-12-18 09:41
Modified
2025-04-22 16:04
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11348", url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11348.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:04:12+00:00", generator: { date: "2025-04-22T16:04:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11348", initial_release_date: "2024-12-18T09:41:40+00:00", revision_history: [ { date: "2024-12-18T09:41:40+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T09:41:40+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:04:12+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 EUS (v.8.8)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11119
Vulnerability from csaf_redhat
Published
2024-12-16 16:08
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11119", url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11119.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:36+00:00", generator: { date: "2025-04-22T16:02:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11119", initial_release_date: "2024-12-16T16:08:29+00:00", revision_history: [ { date: "2024-12-16T16:08:29+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:08:29+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:36+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 EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11344
Vulnerability from csaf_redhat
Published
2024-12-18 08:24
Modified
2025-04-22 16:04
Summary
Red Hat Security Advisory: gstreamer1-plugins-base and gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-base and gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet (CVE-2024-47538)
* gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer (CVE-2024-47615)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header (CVE-2024-47607)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-base and gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet (CVE-2024-47538)\n\n* gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer (CVE-2024-47615)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header (CVE-2024-47607)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11344", url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331727", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331727", }, { category: "external", summary: "2331740", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331740", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331754", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331754", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11344.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-base and gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:04:00+00:00", generator: { date: "2025-04-22T16:04:00+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11344", initial_release_date: "2024-12-18T08:24:59+00:00", revision_history: [ { date: "2024-12-18T08:24:59+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T08:24:59+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:04:00+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 Server (v. 7 ELS)", product: { name: "Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS", product_identification_helper: { cpe: "cpe:/o:redhat:rhel_els:7", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product: { name: "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS", product_identification_helper: { cpe: "cpe:/o:redhat:rhel_els:7", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=src", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc", }, }, }, ], category: "architecture", name: "ppc", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=ppc64", }, }, }, ], category: "architecture", name: "ppc64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=s390", }, }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product_id: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel-docs@1.10.4-3.el7_9?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", }, product_reference: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", }, product_reference: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47538", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, discovery_date: "2024-12-11T19:01:21.181229+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331727", }, ], notes: [ { category: "description", text: "A flaw was found in the Vorbis decoder in the GStreamer library. Processing a specially crafted input file can cause a stack-based buffer overflow in the Vorbis decoder due to improper input validation, resulting in unexpected behavior or, most likely, an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .ogg file. However, this issue still has an Important severity as it allows an attacker to trigger a stack-based buffer overflow and overwrite critical memory regions, including the return address of control data, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47538", }, { category: "external", summary: "RHBZ#2331727", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331727", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47538", url: "https://www.cve.org/CVERecord?id=CVE-2024-47538", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47538", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47538", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8035.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8035.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0022.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0022.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T18:52:30.622000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the Vorbis decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47607", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, discovery_date: "2024-12-11T20:01:59.806830+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331754", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. A stack buffer overflow in the Opus decoder can cause crashes for certain input files, potentially allowing a malicious third party to trigger an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in gst_opus_dec_parse_header is of important severity because it allows an attacker to trigger a stack-based buffer overflow by exceeding the pos array's bounds with unvalidated `n_channels` input. Since the `pos` array is stack-allocated, writing beyond its boundaries can overwrite critical memory regions, including the return address or control data, potentially leading to arbitrary code execution or complete compromise of the affected system. Moreover, the written value, `GST_AUDIO_CHANNEL_POSITION_NONE`, being predictable, may aid attackers in crafting reliable exploits.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47607", }, { category: "external", summary: "RHBZ#2331754", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331754", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47607", url: "https://www.cve.org/CVERecord?id=CVE-2024-47607", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47607", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47607", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8037.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8037.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0024.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0024.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:13:27.569000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, { cve: "CVE-2024-47615", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T20:01:04.115457+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331740", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the Ogg demuxer can cause crashes for certain input files. This vulnerability allows a malicious third party to trigger out-of-bounds writes that can result in the application's crash or possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability should be classified as important severity rather than moderate due to its potential impact on memory integrity and application stability. The out-of-bounds write (OOB-Write) in the `gst_parse_vorbis_setup_packet` function overwrites up to 380 bytes of memory beyond the boundaries of the `vorbis_mode_sizes` array, directly corrupting adjacent memory structures. Such corruption could lead to uncontrolled behavior, including crashes, denial of service, or even arbitrary code execution if an attacker crafts malicious input to exploit the overwritten memory. The absence of proper bounds validation makes the vulnerability exploitable with untrusted input, elevating the risk in scenarios where GStreamer is used to process external or user-supplied media files.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47615", }, { category: "external", summary: "RHBZ#2331740", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331740", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47615", url: "https://www.cve.org/CVERecord?id=CVE-2024-47615", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47615", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47615", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8038.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8038.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0026.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0026.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:13:47.894000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer", }, ], }
rhsa-2024:11149
Vulnerability from csaf_redhat
Published
2024-12-18 02:32
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11149", url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11149.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:23+00:00", generator: { date: "2025-04-22T16:03:23+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11149", initial_release_date: "2024-12-18T02:32:34+00:00", revision_history: [ { date: "2024-12-18T02:32:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T02:32:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:23+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 AUS (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.6::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream E4S (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:8.6::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream TUS (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_tus:8.6::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024_11121
Vulnerability from csaf_redhat
Published
2024-12-16 16:14
Modified
2024-12-18 05:22
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11121", url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11121.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2024-12-18T05:22:09+00:00", generator: { date: "2024-12-18T05:22:09+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11121", initial_release_date: "2024-12-16T16:14:09+00:00", revision_history: [ { date: "2024-12-16T16:14:09+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:14:09+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T05:22:09+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 EUS (v.9.4)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.4::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or process a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11149
Vulnerability from csaf_redhat
Published
2024-12-18 02:32
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11149", url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11149.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:23+00:00", generator: { date: "2025-04-22T16:03:23+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11149", initial_release_date: "2024-12-18T02:32:34+00:00", revision_history: [ { date: "2024-12-18T02:32:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T02:32:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:23+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 AUS (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.6::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream E4S (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:8.6::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream TUS (v.8.6)", product: { name: "Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_tus:8.6::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_6?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_6?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", product_id: "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", product_id: "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", product_id: "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", relates_to_product_reference: "AppStream-8.6.0.Z.TUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], 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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:32:34+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.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x", "AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686", "AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11119
Vulnerability from csaf_redhat
Published
2024-12-16 16:08
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11119", url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11119.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:36+00:00", generator: { date: "2025-04-22T16:02:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11119", initial_release_date: "2024-12-16T16:08:29+00:00", revision_history: [ { date: "2024-12-16T16:08:29+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:08:29+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:36+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 EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11121
Vulnerability from csaf_redhat
Published
2024-12-16 16:14
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11121", url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11121.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:11+00:00", generator: { date: "2025-04-22T16:02:11+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11121", initial_release_date: "2024-12-16T16:14:09+00:00", revision_history: [ { date: "2024-12-16T16:14:09+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:14:09+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:11+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 EUS (v.9.4)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.4::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11348
Vulnerability from csaf_redhat
Published
2024-12-18 09:41
Modified
2025-04-22 16:04
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11348", url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11348.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:04:12+00:00", generator: { date: "2025-04-22T16:04:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11348", initial_release_date: "2024-12-18T09:41:40+00:00", revision_history: [ { date: "2024-12-18T09:41:40+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T09:41:40+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:04:12+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 EUS (v.8.8)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:8.8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", product_id: "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", relates_to_product_reference: "AppStream-8.8.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:41:40+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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x", "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11344
Vulnerability from csaf_redhat
Published
2024-12-18 08:24
Modified
2025-04-22 16:04
Summary
Red Hat Security Advisory: gstreamer1-plugins-base and gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-base and gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet (CVE-2024-47538)
* gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer (CVE-2024-47615)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header (CVE-2024-47607)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-base and gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-base packages contain a collection of well-maintained base plug-ins.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet (CVE-2024-47538)\n\n* gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer (CVE-2024-47615)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header (CVE-2024-47607)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11344", url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331727", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331727", }, { category: "external", summary: "2331740", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331740", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331754", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331754", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11344.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-base and gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:04:00+00:00", generator: { date: "2025-04-22T16:04:00+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11344", initial_release_date: "2024-12-18T08:24:59+00:00", revision_history: [ { date: "2024-12-18T08:24:59+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T08:24:59+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:04:00+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 Server (v. 7 ELS)", product: { name: "Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS", product_identification_helper: { cpe: "cpe:/o:redhat:rhel_els:7", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product: { name: "Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS", product_identification_helper: { cpe: "cpe:/o:redhat:rhel_els:7", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=src", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc", }, }, }, ], category: "architecture", name: "ppc", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=ppc64", }, }, }, ], category: "architecture", name: "ppc64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=s390", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=s390", }, }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-debuginfo@1.10.4-3.el7_9?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product_id: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-tools@1.10.4-3.el7_9?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product_id: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-base-devel-docs@1.10.4-3.el7_9?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", }, product_reference: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", product_id: "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", }, product_reference: "gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", relates_to_product_reference: "7Server-optional-ELS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)", product_id: "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", }, product_reference: "gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", relates_to_product_reference: "7Server-optional-ELS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47538", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, discovery_date: "2024-12-11T19:01:21.181229+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331727", }, ], notes: [ { category: "description", text: "A flaw was found in the Vorbis decoder in the GStreamer library. Processing a specially crafted input file can cause a stack-based buffer overflow in the Vorbis decoder due to improper input validation, resulting in unexpected behavior or, most likely, an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .ogg file. However, this issue still has an Important severity as it allows an attacker to trigger a stack-based buffer overflow and overwrite critical memory regions, including the return address of control data, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47538", }, { category: "external", summary: "RHBZ#2331727", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331727", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47538", url: "https://www.cve.org/CVERecord?id=CVE-2024-47538", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47538", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47538", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8035.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8035.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0022.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0022.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T18:52:30.622000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the Vorbis decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: GStreamer has a stack-buffer overflow in vorbis_handle_identification_packet", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47607", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, discovery_date: "2024-12-11T20:01:59.806830+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331754", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. A stack buffer overflow in the Opus decoder can cause crashes for certain input files, potentially allowing a malicious third party to trigger an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in gst_opus_dec_parse_header is of important severity because it allows an attacker to trigger a stack-based buffer overflow by exceeding the pos array's bounds with unvalidated `n_channels` input. Since the `pos` array is stack-allocated, writing beyond its boundaries can overwrite critical memory regions, including the return address or control data, potentially leading to arbitrary code execution or complete compromise of the affected system. Moreover, the written value, `GST_AUDIO_CHANNEL_POSITION_NONE`, being predictable, may aid attackers in crafting reliable exploits.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47607", }, { category: "external", summary: "RHBZ#2331754", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331754", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47607", url: "https://www.cve.org/CVERecord?id=CVE-2024-47607", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47607", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47607", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8037.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8037.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0024.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0024.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:13:27.569000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: stack-buffer overflow in gst_opus_dec_parse_header", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, { cve: "CVE-2024-47615", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T20:01:04.115457+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331740", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the Ogg demuxer can cause crashes for certain input files. This vulnerability allows a malicious third party to trigger out-of-bounds writes that can result in the application's crash or possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability should be classified as important severity rather than moderate due to its potential impact on memory integrity and application stability. The out-of-bounds write (OOB-Write) in the `gst_parse_vorbis_setup_packet` function overwrites up to 380 bytes of memory beyond the boundaries of the `vorbis_mode_sizes` array, directly corrupting adjacent memory structures. Such corruption could lead to uncontrolled behavior, including crashes, denial of service, or even arbitrary code execution if an attacker crafts malicious input to exploit the overwritten memory. The absence of proper bounds validation makes the vulnerability exploitable with untrusted input, elevating the risk in scenarios where GStreamer is used to process external or user-supplied media files.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47615", }, { category: "external", summary: "RHBZ#2331740", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331740", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47615", url: "https://www.cve.org/CVERecord?id=CVE-2024-47615", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47615", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47615", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8038.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8038.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0026.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0026.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:13:47.894000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T08:24:59+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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { 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: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src", "7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src", "7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64", "7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x", "7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-base: out-of-bounds write in Ogg demuxer", }, ], }
RHSA-2024:11122
Vulnerability from csaf_redhat
Published
2024-12-16 15:58
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good 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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11122", url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11122.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:24+00:00", generator: { date: "2025-04-22T16:02:24+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11122", initial_release_date: "2024-12-16T15:58:54+00:00", revision_history: [ { date: "2024-12-16T15:58:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T15:58:54+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:24+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.5.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: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11346
Vulnerability from csaf_redhat
Published
2024-12-18 09:12
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11346", url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11346.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:49+00:00", generator: { date: "2025-04-22T16:03:49+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11346", initial_release_date: "2024-12-18T09:12:19+00:00", revision_history: [ { date: "2024-12-18T09:12:19+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T09:12:19+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:49+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 AUS (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.4::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream TUS (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_tus:8.4::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux AppStream E4S (v.8.4)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:8.4::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", product_id: "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", product_id: "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", product_id: "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", relates_to_product_reference: "AppStream-8.4.0.Z.TUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T09:12:19+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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le", "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686", "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11299
Vulnerability from csaf_redhat
Published
2024-12-17 19:37
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good 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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11299", url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11299.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:38+00:00", generator: { date: "2025-04-22T16:03:38+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11299", initial_release_date: "2024-12-17T19:37:58+00:00", revision_history: [ { date: "2024-12-17T19:37:58+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-17T19:37:58+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:38+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: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11148
Vulnerability from csaf_redhat
Published
2024-12-18 02:24
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11148", url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11148.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:12+00:00", generator: { date: "2025-04-22T16:03:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11148", initial_release_date: "2024-12-18T02:24:34+00:00", revision_history: [ { date: "2024-12-18T02:24:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T02:24:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:12+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 AUS (v. 8.2)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-2.el8_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-2.el8_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11122
Vulnerability from csaf_redhat
Published
2024-12-16 15:58
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good 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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11122", url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11122.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:24+00:00", generator: { date: "2025-04-22T16:02:24+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11122", initial_release_date: "2024-12-16T15:58:54+00:00", revision_history: [ { date: "2024-12-16T15:58:54+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T15:58:54+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:24+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.5.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: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], 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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T15:58:54+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.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024_11119
Vulnerability from csaf_redhat
Published
2024-12-16 16:08
Modified
2024-12-18 05:22
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11119", url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11119.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2024-12-18T05:22:43+00:00", generator: { date: "2024-12-18T05:22:43+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11119", initial_release_date: "2024-12-16T16:08:29+00:00", revision_history: [ { date: "2024-12-16T16:08:29+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:08:29+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T05:22:43+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 EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-7.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], 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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or process a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:08:29+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.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x", "AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11121
Vulnerability from csaf_redhat
Published
2024-12-16 16:14
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11121", url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11121.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:11+00:00", generator: { date: "2025-04-22T16:02:11+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11121", initial_release_date: "2024-12-16T16:14:09+00:00", revision_history: [ { date: "2024-12-16T16:14:09+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T16:14:09+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:11+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 EUS (v.9.4)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.4::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.22.1-3.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", product_id: "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], 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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T16:14:09+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.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x", "AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11148
Vulnerability from csaf_redhat
Published
2024-12-18 02:24
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11148", url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11148.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:12+00:00", generator: { date: "2025-04-22T16:03:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11148", initial_release_date: "2024-12-18T02:24:34+00:00", revision_history: [ { date: "2024-12-18T02:24:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-18T02:24:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:12+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 AUS (v. 8.2)", product: { name: "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_aus:8.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-2.el8_2?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-2.el8_2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-2.el8_2?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-2.el8_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", product_id: "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", relates_to_product_reference: "AppStream-8.2.0.Z.AUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], 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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-18T02:24:34+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.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686", "AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
RHSA-2024:11298
Vulnerability from csaf_redhat
Published
2024-12-17 19:13
Modified
2025-04-22 16:02
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11298", url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11298.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:02:59+00:00", generator: { date: "2025-04-22T16:02:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11298", initial_release_date: "2024-12-17T19:13:43+00:00", revision_history: [ { date: "2024-12-17T19:13:43+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-17T19:13:43+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:02:59+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 E4S (v.9.0)", product: { name: "Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_e4s:9.0::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product_id: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-qt-debuginfo@1.18.4-6.el9_0?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", product_id: "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", }, product_reference: "gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", relates_to_product_reference: "AppStream-9.0.0.Z.E4S", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], 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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:13:43+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.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x", "AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
rhsa-2024:11299
Vulnerability from csaf_redhat
Published
2024-12-17 19:37
Modified
2025-04-22 16:03
Summary
Red Hat Security Advisory: gstreamer1-plugins-good security update
Notes
Topic
An update for gstreamer1-plugins-good is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.
Security Fix(es):
* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)
* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)
* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)
* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)
* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)
For 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.
Terms of Use
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.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for gstreamer1-plugins-good 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: "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\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-2024:11299", url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11299.json", }, ], title: "Red Hat Security Advisory: gstreamer1-plugins-good security update", tracking: { current_release_date: "2025-04-22T16:03:38+00:00", generator: { date: "2025-04-22T16:03:38+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2024:11299", initial_release_date: "2024-12-17T19:37:58+00:00", revision_history: [ { date: "2024-12-17T19:37:58+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-17T19:37:58+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-22T16:03:38+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: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=i686", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-5.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product_id: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-5.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", }, product_reference: "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:01.738365+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331722", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer's sample table parser can lead to out-of-bounds writes and NULL-pointer dereferences for certain input files. This vulnerability allows a malicious third party to trigger an application crash and, in the case of out-of-bounds writes, possibly allow code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability marked as important severity rather than moderate due to the potential for exploitation leading to arbitrary code execution. The integer overflow during memory allocation results in a mismatch between the allocated memory size and the expected number of elements, causing an out-of-bounds write (OOB-write). Such memory corruption can lead to application crashes, data corruption, or, more critically, allow an attacker to write controlled data outside the allocated buffer. This opens the door to heap-based buffer overflows, which are commonly exploited to overwrite control structures or function pointers, enabling attackers to execute malicious code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "RHBZ#2331722", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331722", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47537", url: "https://www.cve.org/CVERecord?id=CVE-2024-47537", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47537", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/", }, ], release_date: "2024-12-11T18:51:56.158000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c", }, { cve: "CVE-2024-47539", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2024-12-11T19:01:17.648621+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331726", }, ], notes: [ { category: "description", text: "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "RHBZ#2331726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47539", url: "https://www.cve.org/CVERecord?id=CVE-2024-47539", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47539", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/", }, ], release_date: "2024-12-11T18:53:00.750000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a", }, { cve: "CVE-2024-47540", cwe: { id: "CWE-457", name: "Use of Uninitialized Variable", }, discovery_date: "2024-12-11T19:00:50.751428+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331719", }, ], notes: [ { category: "description", text: "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47540", }, { category: "external", summary: "RHBZ#2331719", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331719", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47540", url: "https://www.cve.org/CVERecord?id=CVE-2024-47540", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47540", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/", }, ], release_date: "2024-12-11T18:54:04.383000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer", }, { cve: "CVE-2024-47606", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2024-12-11T20:02:25.247273+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331760", }, ], notes: [ { category: "description", text: "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "RHBZ#2331760", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331760", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47606", url: "https://www.cve.org/CVERecord?id=CVE-2024-47606", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47606", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, ], release_date: "2024-12-11T19:12:40.186000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes", }, { cve: "CVE-2024-47613", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-12-11T20:01:56.201771+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2331753", }, ], notes: [ { category: "description", text: "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", title: "Vulnerability summary", }, { category: "other", text: "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "RHBZ#2331753", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2331753", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-47613", url: "https://www.cve.org/CVERecord?id=CVE-2024-47613", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-47613", }, { category: "external", summary: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch", }, { category: "external", summary: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", url: "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/", }, ], release_date: "2024-12-11T19:14:02.436000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-17T19:37:58+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:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "workaround", details: "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush", }, ], }
wid-sec-w-2024-3586
Vulnerability from csaf_certbund
Published
2024-12-03 23:00
Modified
2025-01-15 23:00
Summary
GStreamer: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur für eine Vielzahl von Plattformen.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ 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ür die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur für eine Vielzahl von Plattformen.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-3586 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3586.json", }, { category: "self", summary: "WID-SEC-2024-3586 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3586", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0005.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0006.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0007.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0008.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0009.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0010.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0011.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0012.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0013.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0015.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0016.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0017.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0018.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0019.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0020.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0021.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0022.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0023.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0024.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0025.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0026.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0027.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0028.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0029.html", }, { category: "external", summary: "GStreamer Security Advisory vom 2024-12-03", url: "https://gstreamer.freedesktop.org/security/sa-2024-0030.html", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14576-1 vom 2024-12-14", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-0A5722A980 vom 2024-12-13", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0a5722a980", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-2284729772 vom 2024-12-13", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2284729772", }, { category: "external", summary: "Debian Security Advisory DLA-3994 vom 2024-12-15", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html", }, { category: "external", summary: "Debian Security Advisory DSA-5831 vom 2024-12-14", url: "https://lists.debian.org/debian-security-announce/2024/msg00247.html", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14577-1 vom 2024-12-14", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/M64SNUMTNONUECANIAVBUNBV6RTL5TDY/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14578-1 vom 2024-12-14", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11142 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11142", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11143 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11143", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-11122 vom 2024-12-16", url: "https://linux.oracle.com/errata/ELSA-2024-11122.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11121 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11121", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11122 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11122", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-11123 vom 2024-12-16", url: "https://linux.oracle.com/errata/ELSA-2024-11123.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11123 vom 2024-12-17", url: "https://access.redhat.com/errata/RHSA-2024:11123", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11148 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11148", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11149 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11149", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11119 vom 2024-12-17", url: "https://access.redhat.com/errata/RHSA-2024:11119", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11117 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11117", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11118 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11118", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11120 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11120", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11130 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11130", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11141 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11141", }, { category: "external", summary: "Debian Security Advisory DSA-5832 vom 2024-12-16", url: "https://lists.debian.org/debian-security-announce/2024/msg00248.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11344 vom 2024-12-18", url: "https://access.redhat.com/errata/RHSA-2024:11344", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11298 vom 2024-12-17", url: "https://access.redhat.com/errata/RHSA-2024:11298", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11299 vom 2024-12-17", url: "https://access.redhat.com/errata/RHSA-2024:11299", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14586-1 vom 2024-12-17", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VA7KHMN2HFQR3FAIRY63QCQKG6UT7ERD/", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11345 vom 2024-12-18", url: "https://access.redhat.com/errata/RHSA-2024:11345", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11346 vom 2024-12-18", url: "https://access.redhat.com/errata/RHSA-2024:11346", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11348 vom 2024-12-18", url: "https://access.redhat.com/errata/RHSA-2024:11348", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-11299 vom 2024-12-18", url: "https://linux.oracle.com/errata/ELSA-2024-11299.html", }, { category: "external", summary: "Ubuntu Security Notice USN-7175-1 vom 2024-12-18", url: "https://ubuntu.com/security/notices/USN-7175-1", }, { category: "external", summary: "Ubuntu Security Notice USN-7174-1 vom 2024-12-18", url: "https://ubuntu.com/security/notices/USN-7174-1", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:11345 vom 2024-12-19", url: "https://errata.build.resf.org/RLSA-2024:11345", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:11299 vom 2024-12-19", url: "https://errata.build.resf.org/RLSA-2024:11299", }, { category: "external", summary: "Ubuntu Security Notice USN-7176-1 vom 2024-12-18", url: "https://ubuntu.com/security/notices/USN-7176-1", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-11345 vom 2024-12-19", url: "https://oss.oracle.com/pipermail/el-errata/2024-December/016901.html", }, { category: "external", summary: "Debian Security Advisory DLA-3999 vom 2024-12-21", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00021.html", }, { category: "external", summary: "Debian Security Advisory DSA-5838 vom 2024-12-29", url: "https://lists.debian.org/debian-security-announce/2024/msg00254.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0054-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MNQ2GHGDH27EWFX2SJ2D6LN572NZSBBA/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0052-1 vom 2025-01-09", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020082.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0051-1 vom 2025-01-09", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0053-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UWQ66UIR5WRSR2SWK4O4RDXEV5TAXHWR/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0064-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7W7QOMEYC4R74XEEEPFRHKF4KPKXOAZK/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0063-1 vom 2025-01-10", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0070-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RSNXDG7USAA66J56ZNWCMGBNR7PL7CWA/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0062-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/L6PQD7WSYFKEV4MOXFK4RF3JE52NNZGT/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0065-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TYNVPA6D3WYFGX2GQTXNS26KWPXVLGJC/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0069-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BUKXU7D73HX7CQRDDBFEG7DOYTL345VF/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0067-1 vom 2025-01-10", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/AFLFHXQBE5DG5JSEMYSZ3UCUIGVNZUPJ/", }, { category: "external", summary: "IGEL Security Notice ISN-2025-03 vom 2025-01-16", url: "https://kb.igel.com/security-safety/current/isn-2025-03-gstreamer-vulnerabilities", }, ], source_lang: "en-US", title: "GStreamer: Mehrere Schwachstellen ermöglichen Denial of Service", tracking: { current_release_date: "2025-01-15T23:00:00.000+00:00", generator: { date: "2025-01-16T13:13:18.459+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-3586", initial_release_date: "2024-12-03T23:00:00.000+00:00", revision_history: [ { date: "2024-12-03T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-12-15T23:00:00.000+00:00", number: "2", summary: "Neue Updates von openSUSE, Fedora und Debian aufgenommen", }, { date: "2024-12-16T23:00:00.000+00:00", number: "3", summary: "Neue Updates von Red Hat, Oracle Linux und Debian aufgenommen", }, { date: "2024-12-17T23:00:00.000+00:00", number: "4", summary: "Neue Updates von Red Hat und openSUSE aufgenommen", }, { date: "2024-12-18T23:00:00.000+00:00", number: "5", summary: "Neue Updates von Ubuntu und Rocky Enterprise Software Foundation aufgenommen", }, { date: "2024-12-19T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-12-22T23:00:00.000+00:00", number: "7", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-12-29T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Debian aufgenommen", }, { date: "2025-01-09T23:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2025-01-12T23:00:00.000+00:00", number: "10", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2025-01-15T23:00:00.000+00:00", number: "11", summary: "Neue Updates von IGEL aufgenommen", }, ], status: "final", version: "11", }, }, 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: "<12.6.1", product: { name: "IGEL OS <12.6.1", product_id: "T040362", }, }, { category: "product_version", name: "12.6.1", product: { name: "IGEL OS 12.6.1", product_id: "T040362-fixed", product_identification_helper: { cpe: "cpe:/o:igel:os:12.6.1", }, }, }, { category: "product_version_range", name: "<11.10.250", product: { name: "IGEL OS <11.10.250", product_id: "T040363", }, }, { category: "product_version", name: "11.10.250", product: { name: "IGEL OS 11.10.250", product_id: "T040363-fixed", product_identification_helper: { cpe: "cpe:/o:igel:os:11.10.250", }, }, }, ], category: "product_name", name: "OS", }, ], category: "vendor", name: "IGEL", }, { branches: [ { branches: [ { category: "product_version_range", name: "gst-plugins-good <1.24.10", product: { name: "Open Source GStreamer gst-plugins-good <1.24.10", product_id: "T039548", }, }, { category: "product_version", name: "gst-plugins-good 1.24.10", product: { name: "Open Source GStreamer gst-plugins-good 1.24.10", product_id: "T039548-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:gstreamer:gst-plugins-good__1.24.10", }, }, }, ], category: "product_name", name: "GStreamer", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, { 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", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47537", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47537", }, { cve: "CVE-2024-47538", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47538", }, { cve: "CVE-2024-47539", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47539", }, { cve: "CVE-2024-47540", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47540", }, { cve: "CVE-2024-47541", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47541", }, { cve: "CVE-2024-47542", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47542", }, { cve: "CVE-2024-47543", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47543", }, { cve: "CVE-2024-47544", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47544", }, { cve: "CVE-2024-47545", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47545", }, { cve: "CVE-2024-47546", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47546", }, { cve: "CVE-2024-47596", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47596", }, { cve: "CVE-2024-47597", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47597", }, { cve: "CVE-2024-47598", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47598", }, { cve: "CVE-2024-47599", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47599", }, { cve: "CVE-2024-47600", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47600", }, { cve: "CVE-2024-47601", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47601", }, { cve: "CVE-2024-47602", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47602", }, { cve: "CVE-2024-47603", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47603", }, { cve: "CVE-2024-47606", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47606", }, { cve: "CVE-2024-47607", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47607", }, { cve: "CVE-2024-47613", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47613", }, { cve: "CVE-2024-47615", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47615", }, { cve: "CVE-2024-47774", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47775", }, { cve: "CVE-2024-47776", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47776", }, { cve: "CVE-2024-47777", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47777", }, { cve: "CVE-2024-47778", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47778", }, { cve: "CVE-2024-47834", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47834", }, { cve: "CVE-2024-47835", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen in GStreamer. Diese Fehler existieren in mehreren Komponenten des Plugins Good-Moduls wegen mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem Out-of-Bound-Write oder einem Integer-Überlauf unter anderem. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen.", }, ], product_status: { known_affected: [ "T040362", "2951", "T002207", "67646", "T000126", "T027843", "T039548", "T004914", "T032255", "74185", "T040363", ], }, release_date: "2024-12-03T23:00:00.000+00:00", title: "CVE-2024-47835", }, ], }
suse-su-2025:0064-1
Vulnerability from csaf_suse
Published
2025-01-10 13:48
Modified
2025-01-10 13:48
Summary
Security update for gstreamer-plugins-good
Notes
Title of the patch
Security update for gstreamer-plugins-good
Description of the patch
This update for gstreamer-plugins-good fixes the following issues:
- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)
- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)
- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)
- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)
- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)
- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)
- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)
- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)
- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)
- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)
- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)
- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)
- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)
- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)
- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)
- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)
- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)
- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)
- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)
- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)
- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)
Patchnames
SUSE-2025-64,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-64,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-64
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer-plugins-good", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-64,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-64,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-64", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0064-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0064-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250064-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0064-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020090.html", }, { category: "self", summary: "SUSE Bug 1234414", url: "https://bugzilla.suse.com/1234414", }, { category: "self", summary: "SUSE Bug 1234417", url: "https://bugzilla.suse.com/1234417", }, { category: "self", summary: "SUSE Bug 1234421", url: "https://bugzilla.suse.com/1234421", }, { category: "self", summary: "SUSE Bug 1234424", url: "https://bugzilla.suse.com/1234424", }, { category: "self", summary: "SUSE Bug 1234425", url: "https://bugzilla.suse.com/1234425", }, { category: "self", summary: "SUSE Bug 1234426", url: "https://bugzilla.suse.com/1234426", }, { category: "self", summary: "SUSE Bug 1234427", url: "https://bugzilla.suse.com/1234427", }, { category: "self", summary: "SUSE Bug 1234428", url: "https://bugzilla.suse.com/1234428", }, { category: "self", summary: "SUSE Bug 1234432", url: "https://bugzilla.suse.com/1234432", }, { category: "self", summary: "SUSE Bug 1234433", url: "https://bugzilla.suse.com/1234433", }, { category: "self", summary: "SUSE Bug 1234434", url: "https://bugzilla.suse.com/1234434", }, { category: "self", summary: "SUSE Bug 1234435", url: "https://bugzilla.suse.com/1234435", }, { category: "self", summary: "SUSE Bug 1234436", url: "https://bugzilla.suse.com/1234436", }, { category: "self", summary: "SUSE Bug 1234439", url: "https://bugzilla.suse.com/1234439", }, { category: "self", summary: "SUSE Bug 1234440", url: "https://bugzilla.suse.com/1234440", }, { category: "self", summary: "SUSE Bug 1234446", url: "https://bugzilla.suse.com/1234446", }, { category: "self", summary: "SUSE Bug 1234447", url: "https://bugzilla.suse.com/1234447", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE Bug 1234462", url: "https://bugzilla.suse.com/1234462", }, { category: "self", summary: "SUSE Bug 1234473", url: "https://bugzilla.suse.com/1234473", }, { category: "self", summary: "SUSE Bug 1234476", url: "https://bugzilla.suse.com/1234476", }, { category: "self", summary: "SUSE Bug 1234477", url: "https://bugzilla.suse.com/1234477", }, { category: "self", summary: "SUSE CVE CVE-2024-47530 page", url: "https://www.suse.com/security/cve/CVE-2024-47530/", }, { category: "self", summary: "SUSE CVE CVE-2024-47537 page", url: "https://www.suse.com/security/cve/CVE-2024-47537/", }, { category: "self", summary: "SUSE CVE CVE-2024-47539 page", url: "https://www.suse.com/security/cve/CVE-2024-47539/", }, { category: "self", summary: "SUSE CVE CVE-2024-47543 page", url: "https://www.suse.com/security/cve/CVE-2024-47543/", }, { category: "self", summary: "SUSE CVE CVE-2024-47544 page", url: "https://www.suse.com/security/cve/CVE-2024-47544/", }, { category: "self", summary: "SUSE CVE CVE-2024-47545 page", url: "https://www.suse.com/security/cve/CVE-2024-47545/", }, { category: "self", summary: "SUSE CVE CVE-2024-47546 page", url: "https://www.suse.com/security/cve/CVE-2024-47546/", }, { category: "self", summary: "SUSE CVE CVE-2024-47596 page", url: "https://www.suse.com/security/cve/CVE-2024-47596/", }, { category: "self", summary: "SUSE CVE CVE-2024-47597 page", url: "https://www.suse.com/security/cve/CVE-2024-47597/", }, { category: "self", summary: "SUSE CVE CVE-2024-47598 page", url: "https://www.suse.com/security/cve/CVE-2024-47598/", }, { category: "self", summary: "SUSE CVE CVE-2024-47599 page", url: "https://www.suse.com/security/cve/CVE-2024-47599/", }, { category: "self", summary: "SUSE CVE CVE-2024-47601 page", url: "https://www.suse.com/security/cve/CVE-2024-47601/", }, { category: "self", summary: "SUSE CVE CVE-2024-47602 page", url: "https://www.suse.com/security/cve/CVE-2024-47602/", }, { category: "self", summary: "SUSE CVE CVE-2024-47603 page", url: "https://www.suse.com/security/cve/CVE-2024-47603/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, { category: "self", summary: "SUSE CVE CVE-2024-47613 page", url: "https://www.suse.com/security/cve/CVE-2024-47613/", }, { category: "self", summary: "SUSE CVE CVE-2024-47774 page", url: "https://www.suse.com/security/cve/CVE-2024-47774/", }, { category: "self", summary: "SUSE CVE CVE-2024-47775 page", url: "https://www.suse.com/security/cve/CVE-2024-47775/", }, { category: "self", summary: "SUSE CVE CVE-2024-47776 page", url: "https://www.suse.com/security/cve/CVE-2024-47776/", }, { category: "self", summary: "SUSE CVE CVE-2024-47777 page", url: "https://www.suse.com/security/cve/CVE-2024-47777/", }, { category: "self", summary: "SUSE CVE CVE-2024-47778 page", url: "https://www.suse.com/security/cve/CVE-2024-47778/", }, { category: "self", summary: "SUSE CVE CVE-2024-47834 page", url: "https://www.suse.com/security/cve/CVE-2024-47834/", }, ], title: "Security update for gstreamer-plugins-good", tracking: { current_release_date: "2025-01-10T13:48:33Z", generator: { date: "2025-01-10T13:48:33Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0064-1", initial_release_date: "2025-01-10T13:48:33Z", revision_history: [ { date: "2025-01-10T13:48:33Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", product: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", product_id: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64", product: { name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64", product_id: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64", product: { name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64", product_id: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64", product: { name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64", product_id: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64", product: { name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64", product_id: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586", product: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586", product_id: "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586", product: { name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586", product_id: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586", product: { name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586", product_id: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586", product: { name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586", product_id: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586", product: { name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586", product_id: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", product: { name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", product_id: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", product: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", product_id: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le", product_id: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le", product: { name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le", product_id: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le", product: { name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le", product_id: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le", product: { name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le", product_id: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", product: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", product_id: "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x", product: { name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x", product_id: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x", product: { name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x", product_id: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x", product: { name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x", product_id: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x", product: { name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x", product_id: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64", product: { name: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64", product_id: "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47530", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47530", }, ], notes: [ { category: "general", text: "Scout is a web-based visualizer for VCF-files. Open redirect vulnerability allows performing phishing attacks on users by redirecting them to malicious page. /login API endpoint is vulnerable to open redirect attack via next parameter due to absence of sanitization logic. Additionally, due to lack of scheme validation, HTTPS Downgrade Attack can be performed on the users. This vulnerability is fixed in 4.89.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47530", url: "https://www.suse.com/security/cve/CVE-2024-47530", }, { category: "external", summary: "SUSE Bug 1239347 for CVE-2024-47530", url: "https://bugzilla.suse.com/1239347", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47530", }, { cve: "CVE-2024-47537", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47537", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47537", url: "https://www.suse.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "SUSE Bug 1234414 for CVE-2024-47537", url: "https://bugzilla.suse.com/1234414", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "important", }, ], title: "CVE-2024-47537", }, { cve: "CVE-2024-47539", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47539", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 < ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop's expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47539", url: "https://www.suse.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "SUSE Bug 1234417 for CVE-2024-47539", url: "https://bugzilla.suse.com/1234417", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "important", }, ], title: "CVE-2024-47539", }, { cve: "CVE-2024-47543", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47543", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47543", url: "https://www.suse.com/security/cve/CVE-2024-47543", }, { category: "external", summary: "SUSE Bug 1234462 for CVE-2024-47543", url: "https://bugzilla.suse.com/1234462", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47543", }, { cve: "CVE-2024-47544", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47544", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47544", url: "https://www.suse.com/security/cve/CVE-2024-47544", }, { category: "external", summary: "SUSE Bug 1234473 for CVE-2024-47544", url: "https://bugzilla.suse.com/1234473", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47544", }, { cve: "CVE-2024-47545", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47545", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47545", url: "https://www.suse.com/security/cve/CVE-2024-47545", }, { category: "external", summary: "SUSE Bug 1234476 for CVE-2024-47545", url: "https://bugzilla.suse.com/1234476", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47545", }, { cve: "CVE-2024-47546", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47546", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47546", url: "https://www.suse.com/security/cve/CVE-2024-47546", }, { category: "external", summary: "SUSE Bug 1234477 for CVE-2024-47546", url: "https://bugzilla.suse.com/1234477", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47546", }, { cve: "CVE-2024-47596", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47596", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47596", url: "https://www.suse.com/security/cve/CVE-2024-47596", }, { category: "external", summary: "SUSE Bug 1234424 for CVE-2024-47596", url: "https://bugzilla.suse.com/1234424", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47596", }, { cve: "CVE-2024-47597", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47597", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream->stco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47597", url: "https://www.suse.com/security/cve/CVE-2024-47597", }, { category: "external", summary: "SUSE Bug 1234425 for CVE-2024-47597", url: "https://bugzilla.suse.com/1234425", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47597", }, { cve: "CVE-2024-47598", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47598", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn't properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47598", url: "https://www.suse.com/security/cve/CVE-2024-47598", }, { category: "external", summary: "SUSE Bug 1234426 for CVE-2024-47598", url: "https://bugzilla.suse.com/1234426", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47598", }, { cve: "CVE-2024-47599", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47599", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47599", url: "https://www.suse.com/security/cve/CVE-2024-47599", }, { category: "external", summary: "SUSE Bug 1234427 for CVE-2024-47599", url: "https://bugzilla.suse.com/1234427", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47599", }, { cve: "CVE-2024-47601", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47601", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47601", url: "https://www.suse.com/security/cve/CVE-2024-47601", }, { category: "external", summary: "SUSE Bug 1234428 for CVE-2024-47601", url: "https://bugzilla.suse.com/1234428", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47601", }, { cve: "CVE-2024-47602", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47602", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream->codec_priv pointer in the following code. If stream->codec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47602", url: "https://www.suse.com/security/cve/CVE-2024-47602", }, { category: "external", summary: "SUSE Bug 1234432 for CVE-2024-47602", url: "https://bugzilla.suse.com/1234432", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47602", }, { cve: "CVE-2024-47603", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47603", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47603", url: "https://www.suse.com/security/cve/CVE-2024-47603", }, { category: "external", summary: "SUSE Bug 1234433 for CVE-2024-47603", url: "https://bugzilla.suse.com/1234433", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47603", }, { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "important", }, ], title: "CVE-2024-47606", }, { cve: "CVE-2024-47613", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47613", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47613", url: "https://www.suse.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "SUSE Bug 1234447 for CVE-2024-47613", url: "https://bugzilla.suse.com/1234447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47613", }, { cve: "CVE-2024-47774", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47774", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47774", url: "https://www.suse.com/security/cve/CVE-2024-47774", }, { category: "external", summary: "SUSE Bug 1234446 for CVE-2024-47774", url: "https://bugzilla.suse.com/1234446", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47775", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47775", url: "https://www.suse.com/security/cve/CVE-2024-47775", }, { category: "external", summary: "SUSE Bug 1234434 for CVE-2024-47775", url: "https://bugzilla.suse.com/1234434", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47775", }, { cve: "CVE-2024-47776", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47776", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size < 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47776", url: "https://www.suse.com/security/cve/CVE-2024-47776", }, { category: "external", summary: "SUSE Bug 1234435 for CVE-2024-47776", url: "https://bugzilla.suse.com/1234435", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47776", }, { cve: "CVE-2024-47777", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47777", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47777", url: "https://www.suse.com/security/cve/CVE-2024-47777", }, { category: "external", summary: "SUSE Bug 1234436 for CVE-2024-47777", url: "https://bugzilla.suse.com/1234436", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47777", }, { cve: "CVE-2024-47778", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47778", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47778", url: "https://www.suse.com/security/cve/CVE-2024-47778", }, { category: "external", summary: "SUSE Bug 1234439 for CVE-2024-47778", url: "https://bugzilla.suse.com/1234439", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47778", }, { cve: "CVE-2024-47834", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47834", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track->codec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47834", url: "https://www.suse.com/security/cve/CVE-2024-47834", }, { category: "external", summary: "SUSE Bug 1234440 for CVE-2024-47834", url: "https://bugzilla.suse.com/1234440", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:48:33Z", details: "moderate", }, ], title: "CVE-2024-47834", }, ], }
suse-su-2025:0063-1
Vulnerability from csaf_suse
Published
2025-01-10 13:25
Modified
2025-01-10 13:25
Summary
Security update for gstreamer-plugins-good
Notes
Title of the patch
Security update for gstreamer-plugins-good
Description of the patch
This update for gstreamer-plugins-good fixes the following issues:
- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)
- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)
- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)
- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)
- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)
- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)
- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)
- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)
- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)
- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)
- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)
- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)
- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)
- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)
- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)
- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)
- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)
- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)
Patchnames
SUSE-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-63
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer-plugins-good", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-63", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0063-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0063-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250063-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0063-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html", }, { category: "self", summary: "SUSE Bug 1234414", url: "https://bugzilla.suse.com/1234414", }, { category: "self", summary: "SUSE Bug 1234421", url: "https://bugzilla.suse.com/1234421", }, { category: "self", summary: "SUSE Bug 1234424", url: "https://bugzilla.suse.com/1234424", }, { category: "self", summary: "SUSE Bug 1234425", url: "https://bugzilla.suse.com/1234425", }, { category: "self", summary: "SUSE Bug 1234427", url: "https://bugzilla.suse.com/1234427", }, { category: "self", summary: "SUSE Bug 1234428", url: "https://bugzilla.suse.com/1234428", }, { category: "self", summary: "SUSE Bug 1234432", url: "https://bugzilla.suse.com/1234432", }, { category: "self", summary: "SUSE Bug 1234433", url: "https://bugzilla.suse.com/1234433", }, { category: "self", summary: "SUSE Bug 1234434", url: "https://bugzilla.suse.com/1234434", }, { category: "self", summary: "SUSE Bug 1234435", url: "https://bugzilla.suse.com/1234435", }, { category: "self", summary: "SUSE Bug 1234436", url: "https://bugzilla.suse.com/1234436", }, { category: "self", summary: "SUSE Bug 1234439", url: "https://bugzilla.suse.com/1234439", }, { category: "self", summary: "SUSE Bug 1234440", url: "https://bugzilla.suse.com/1234440", }, { category: "self", summary: "SUSE Bug 1234446", url: "https://bugzilla.suse.com/1234446", }, { category: "self", summary: "SUSE Bug 1234447", url: "https://bugzilla.suse.com/1234447", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE Bug 1234462", url: "https://bugzilla.suse.com/1234462", }, { category: "self", summary: "SUSE Bug 1234473", url: "https://bugzilla.suse.com/1234473", }, { category: "self", summary: "SUSE Bug 1234476", url: "https://bugzilla.suse.com/1234476", }, { category: "self", summary: "SUSE CVE CVE-2024-47530 page", url: "https://www.suse.com/security/cve/CVE-2024-47530/", }, { category: "self", summary: "SUSE CVE CVE-2024-47537 page", url: "https://www.suse.com/security/cve/CVE-2024-47537/", }, { category: "self", summary: "SUSE CVE CVE-2024-47543 page", url: "https://www.suse.com/security/cve/CVE-2024-47543/", }, { category: "self", summary: "SUSE CVE CVE-2024-47544 page", url: "https://www.suse.com/security/cve/CVE-2024-47544/", }, { category: "self", summary: "SUSE CVE CVE-2024-47545 page", url: "https://www.suse.com/security/cve/CVE-2024-47545/", }, { category: "self", summary: "SUSE CVE CVE-2024-47596 page", url: "https://www.suse.com/security/cve/CVE-2024-47596/", }, { category: "self", summary: "SUSE CVE CVE-2024-47597 page", url: "https://www.suse.com/security/cve/CVE-2024-47597/", }, { category: "self", summary: "SUSE CVE CVE-2024-47599 page", url: "https://www.suse.com/security/cve/CVE-2024-47599/", }, { category: "self", summary: "SUSE CVE CVE-2024-47601 page", url: "https://www.suse.com/security/cve/CVE-2024-47601/", }, { category: "self", summary: "SUSE CVE CVE-2024-47602 page", url: "https://www.suse.com/security/cve/CVE-2024-47602/", }, { category: "self", summary: "SUSE CVE CVE-2024-47603 page", url: "https://www.suse.com/security/cve/CVE-2024-47603/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, { category: "self", summary: "SUSE CVE CVE-2024-47613 page", url: "https://www.suse.com/security/cve/CVE-2024-47613/", }, { category: "self", summary: "SUSE CVE CVE-2024-47774 page", url: "https://www.suse.com/security/cve/CVE-2024-47774/", }, { category: "self", summary: "SUSE CVE CVE-2024-47775 page", url: "https://www.suse.com/security/cve/CVE-2024-47775/", }, { category: "self", summary: "SUSE CVE CVE-2024-47776 page", url: "https://www.suse.com/security/cve/CVE-2024-47776/", }, { category: "self", summary: "SUSE CVE CVE-2024-47777 page", url: "https://www.suse.com/security/cve/CVE-2024-47777/", }, { category: "self", summary: "SUSE CVE CVE-2024-47778 page", url: "https://www.suse.com/security/cve/CVE-2024-47778/", }, { category: "self", summary: "SUSE CVE CVE-2024-47834 page", url: "https://www.suse.com/security/cve/CVE-2024-47834/", }, ], title: "Security update for gstreamer-plugins-good", tracking: { current_release_date: "2025-01-10T13:25:18Z", generator: { date: "2025-01-10T13:25:18Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0063-1", initial_release_date: "2025-01-10T13:25:18Z", revision_history: [ { date: "2025-01-10T13:25:18Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.aarch64", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.aarch64", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.i586", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.i586", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", product: { name: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", product_id: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.s390", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.s390", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.s390", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.s390x", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.s390x", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x", product: { name: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x", product_id: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x", product: { name: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x", product_id: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64", product: { name: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64", product_id: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64", product: { name: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64", product_id: "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64", product: { name: "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64", product_id: "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64", product: { name: "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64", product_id: "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64", product: { name: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64", product_id: "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product: { name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss-extended-security:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.8.3-16.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.8.3-16.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.8.3-16.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", }, product_reference: "gstreamer-plugins-good-1.8.3-16.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.8.3-16.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47530", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47530", }, ], notes: [ { category: "general", text: "Scout is a web-based visualizer for VCF-files. Open redirect vulnerability allows performing phishing attacks on users by redirecting them to malicious page. /login API endpoint is vulnerable to open redirect attack via next parameter due to absence of sanitization logic. Additionally, due to lack of scheme validation, HTTPS Downgrade Attack can be performed on the users. This vulnerability is fixed in 4.89.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47530", url: "https://www.suse.com/security/cve/CVE-2024-47530", }, { category: "external", summary: "SUSE Bug 1239347 for CVE-2024-47530", url: "https://bugzilla.suse.com/1239347", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47530", }, { cve: "CVE-2024-47537", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47537", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47537", url: "https://www.suse.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "SUSE Bug 1234414 for CVE-2024-47537", url: "https://bugzilla.suse.com/1234414", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "important", }, ], title: "CVE-2024-47537", }, { cve: "CVE-2024-47543", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47543", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47543", url: "https://www.suse.com/security/cve/CVE-2024-47543", }, { category: "external", summary: "SUSE Bug 1234462 for CVE-2024-47543", url: "https://bugzilla.suse.com/1234462", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47543", }, { cve: "CVE-2024-47544", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47544", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47544", url: "https://www.suse.com/security/cve/CVE-2024-47544", }, { category: "external", summary: "SUSE Bug 1234473 for CVE-2024-47544", url: "https://bugzilla.suse.com/1234473", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47544", }, { cve: "CVE-2024-47545", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47545", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47545", url: "https://www.suse.com/security/cve/CVE-2024-47545", }, { category: "external", summary: "SUSE Bug 1234476 for CVE-2024-47545", url: "https://bugzilla.suse.com/1234476", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47545", }, { cve: "CVE-2024-47596", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47596", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47596", url: "https://www.suse.com/security/cve/CVE-2024-47596", }, { category: "external", summary: "SUSE Bug 1234424 for CVE-2024-47596", url: "https://bugzilla.suse.com/1234424", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47596", }, { cve: "CVE-2024-47597", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47597", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream->stco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47597", url: "https://www.suse.com/security/cve/CVE-2024-47597", }, { category: "external", summary: "SUSE Bug 1234425 for CVE-2024-47597", url: "https://bugzilla.suse.com/1234425", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47597", }, { cve: "CVE-2024-47599", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47599", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47599", url: "https://www.suse.com/security/cve/CVE-2024-47599", }, { category: "external", summary: "SUSE Bug 1234427 for CVE-2024-47599", url: "https://bugzilla.suse.com/1234427", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47599", }, { cve: "CVE-2024-47601", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47601", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47601", url: "https://www.suse.com/security/cve/CVE-2024-47601", }, { category: "external", summary: "SUSE Bug 1234428 for CVE-2024-47601", url: "https://bugzilla.suse.com/1234428", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47601", }, { cve: "CVE-2024-47602", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47602", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream->codec_priv pointer in the following code. If stream->codec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47602", url: "https://www.suse.com/security/cve/CVE-2024-47602", }, { category: "external", summary: "SUSE Bug 1234432 for CVE-2024-47602", url: "https://bugzilla.suse.com/1234432", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47602", }, { cve: "CVE-2024-47603", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47603", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47603", url: "https://www.suse.com/security/cve/CVE-2024-47603", }, { category: "external", summary: "SUSE Bug 1234433 for CVE-2024-47603", url: "https://bugzilla.suse.com/1234433", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47603", }, { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "important", }, ], title: "CVE-2024-47606", }, { cve: "CVE-2024-47613", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47613", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47613", url: "https://www.suse.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "SUSE Bug 1234447 for CVE-2024-47613", url: "https://bugzilla.suse.com/1234447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47613", }, { cve: "CVE-2024-47774", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47774", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47774", url: "https://www.suse.com/security/cve/CVE-2024-47774", }, { category: "external", summary: "SUSE Bug 1234446 for CVE-2024-47774", url: "https://bugzilla.suse.com/1234446", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47775", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47775", url: "https://www.suse.com/security/cve/CVE-2024-47775", }, { category: "external", summary: "SUSE Bug 1234434 for CVE-2024-47775", url: "https://bugzilla.suse.com/1234434", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47775", }, { cve: "CVE-2024-47776", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47776", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size < 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47776", url: "https://www.suse.com/security/cve/CVE-2024-47776", }, { category: "external", summary: "SUSE Bug 1234435 for CVE-2024-47776", url: "https://bugzilla.suse.com/1234435", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47776", }, { cve: "CVE-2024-47777", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47777", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47777", url: "https://www.suse.com/security/cve/CVE-2024-47777", }, { category: "external", summary: "SUSE Bug 1234436 for CVE-2024-47777", url: "https://bugzilla.suse.com/1234436", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47777", }, { cve: "CVE-2024-47778", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47778", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47778", url: "https://www.suse.com/security/cve/CVE-2024-47778", }, { category: "external", summary: "SUSE Bug 1234439 for CVE-2024-47778", url: "https://bugzilla.suse.com/1234439", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47778", }, { cve: "CVE-2024-47834", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47834", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track->codec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47834", url: "https://www.suse.com/security/cve/CVE-2024-47834", }, { category: "external", summary: "SUSE Bug 1234440 for CVE-2024-47834", url: "https://bugzilla.suse.com/1234440", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T13:25:18Z", details: "moderate", }, ], title: "CVE-2024-47834", }, ], }
suse-su-2025:0070-1
Vulnerability from csaf_suse
Published
2025-01-10 16:52
Modified
2025-01-10 16:52
Summary
Security update for gstreamer
Notes
Title of the patch
Security update for gstreamer
Description of the patch
This update for gstreamer fixes the following issues:
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
Patchnames
SUSE-2025-70,SUSE-SLE-Micro-5.3-2025-70,SUSE-SLE-Micro-5.4-2025-70,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-70,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-70,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-70,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-70
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-70,SUSE-SLE-Micro-5.3-2025-70,SUSE-SLE-Micro-5.4-2025-70,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-70,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-70,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-70,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-70", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0070-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0070-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250070-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0070-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020095.html", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, ], title: "Security update for gstreamer", tracking: { current_release_date: "2025-01-10T16:52:53Z", generator: { date: "2025-01-10T16:52:53Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0070-1", initial_release_date: "2025-01-10T16:52:53Z", revision_history: [ { date: "2025-01-10T16:52:53Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-1.20.1-150400.3.3.1.aarch64", product: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64", product_id: "gstreamer-1.20.1-150400.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", product: { name: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", product_id: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", product: { name: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", product_id: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", product: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", product_id: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", product_id: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product: { name: "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product_id: "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product: { name: "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product_id: "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product: { name: "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", product_id: "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-1.20.1-150400.3.3.1.i586", product: { name: "gstreamer-1.20.1-150400.3.3.1.i586", product_id: "gstreamer-1.20.1-150400.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-devel-1.20.1-150400.3.3.1.i586", product: { name: "gstreamer-devel-1.20.1-150400.3.3.1.i586", product_id: "gstreamer-devel-1.20.1-150400.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-utils-1.20.1-150400.3.3.1.i586", product: { name: "gstreamer-utils-1.20.1-150400.3.3.1.i586", product_id: "gstreamer-utils-1.20.1-150400.3.3.1.i586", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586", product: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586", product_id: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586", product: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586", product_id: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", product: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", product_id: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-1.20.1-150400.3.3.1.ppc64le", product: { name: "gstreamer-1.20.1-150400.3.3.1.ppc64le", product_id: "gstreamer-1.20.1-150400.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", product: { name: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", product_id: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", product: { name: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", product_id: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", product: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", product_id: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-1.20.1-150400.3.3.1.s390x", product: { name: "gstreamer-1.20.1-150400.3.3.1.s390x", product_id: "gstreamer-1.20.1-150400.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-1.20.1-150400.3.3.1.s390x", product: { name: "gstreamer-devel-1.20.1-150400.3.3.1.s390x", product_id: "gstreamer-devel-1.20.1-150400.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-utils-1.20.1-150400.3.3.1.s390x", product: { name: "gstreamer-utils-1.20.1-150400.3.3.1.s390x", product_id: "gstreamer-utils-1.20.1-150400.3.3.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", product: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", product_id: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", product: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", product_id: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-1.20.1-150400.3.3.1.x86_64", product: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64", product_id: "gstreamer-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64", product: { name: "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64", product_id: "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", product: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", product_id: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64", product: { name: "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64", product_id: "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", product: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", product_id: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", product: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", product_id: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64", product: { name: "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64", product_id: "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", product_id: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64", product_id: "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.3", product: { name: "SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.4", product: { name: "SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.20.1-150400.3.3.1.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x", "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:52:53Z", details: "important", }, ], title: "CVE-2024-47606", }, ], }
suse-su-2025:0067-1
Vulnerability from csaf_suse
Published
2025-01-10 16:48
Modified
2025-01-10 16:48
Summary
Security update for gstreamer-plugins-good
Notes
Title of the patch
Security update for gstreamer-plugins-good
Description of the patch
This update for gstreamer-plugins-good fixes the following issues:
- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)
- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)
- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)
- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)
- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)
- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)
- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)
- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)
- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)
- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)
- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)
- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)
- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)
- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)
- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)
- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)
- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)
- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)
- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)
- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)
- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)
Patchnames
SUSE-2025-67,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-67,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-67,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-67,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-67
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer-plugins-good", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-67,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-67,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-67,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-67,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-67", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0067-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0067-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250067-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0067-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020097.html", }, { category: "self", summary: "SUSE Bug 1234414", url: "https://bugzilla.suse.com/1234414", }, { category: "self", summary: "SUSE Bug 1234417", url: "https://bugzilla.suse.com/1234417", }, { category: "self", summary: "SUSE Bug 1234421", url: "https://bugzilla.suse.com/1234421", }, { category: "self", summary: "SUSE Bug 1234424", url: "https://bugzilla.suse.com/1234424", }, { category: "self", summary: "SUSE Bug 1234425", url: "https://bugzilla.suse.com/1234425", }, { category: "self", summary: "SUSE Bug 1234426", url: "https://bugzilla.suse.com/1234426", }, { category: "self", summary: "SUSE Bug 1234427", url: "https://bugzilla.suse.com/1234427", }, { category: "self", summary: "SUSE Bug 1234428", url: "https://bugzilla.suse.com/1234428", }, { category: "self", summary: "SUSE Bug 1234432", url: "https://bugzilla.suse.com/1234432", }, { category: "self", summary: "SUSE Bug 1234433", url: "https://bugzilla.suse.com/1234433", }, { category: "self", summary: "SUSE Bug 1234434", url: "https://bugzilla.suse.com/1234434", }, { category: "self", summary: "SUSE Bug 1234435", url: "https://bugzilla.suse.com/1234435", }, { category: "self", summary: "SUSE Bug 1234436", url: "https://bugzilla.suse.com/1234436", }, { category: "self", summary: "SUSE Bug 1234439", url: "https://bugzilla.suse.com/1234439", }, { category: "self", summary: "SUSE Bug 1234440", url: "https://bugzilla.suse.com/1234440", }, { category: "self", summary: "SUSE Bug 1234446", url: "https://bugzilla.suse.com/1234446", }, { category: "self", summary: "SUSE Bug 1234447", url: "https://bugzilla.suse.com/1234447", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE Bug 1234462", url: "https://bugzilla.suse.com/1234462", }, { category: "self", summary: "SUSE Bug 1234473", url: "https://bugzilla.suse.com/1234473", }, { category: "self", summary: "SUSE Bug 1234476", url: "https://bugzilla.suse.com/1234476", }, { category: "self", summary: "SUSE Bug 1234477", url: "https://bugzilla.suse.com/1234477", }, { category: "self", summary: "SUSE CVE CVE-2024-47530 page", url: "https://www.suse.com/security/cve/CVE-2024-47530/", }, { category: "self", summary: "SUSE CVE CVE-2024-47537 page", url: "https://www.suse.com/security/cve/CVE-2024-47537/", }, { category: "self", summary: "SUSE CVE CVE-2024-47539 page", url: "https://www.suse.com/security/cve/CVE-2024-47539/", }, { category: "self", summary: "SUSE CVE CVE-2024-47543 page", url: "https://www.suse.com/security/cve/CVE-2024-47543/", }, { category: "self", summary: "SUSE CVE CVE-2024-47544 page", url: "https://www.suse.com/security/cve/CVE-2024-47544/", }, { category: "self", summary: "SUSE CVE CVE-2024-47545 page", url: "https://www.suse.com/security/cve/CVE-2024-47545/", }, { category: "self", summary: "SUSE CVE CVE-2024-47546 page", url: "https://www.suse.com/security/cve/CVE-2024-47546/", }, { category: "self", summary: "SUSE CVE CVE-2024-47596 page", url: "https://www.suse.com/security/cve/CVE-2024-47596/", }, { category: "self", summary: "SUSE CVE CVE-2024-47597 page", url: "https://www.suse.com/security/cve/CVE-2024-47597/", }, { category: "self", summary: "SUSE CVE CVE-2024-47598 page", url: "https://www.suse.com/security/cve/CVE-2024-47598/", }, { category: "self", summary: "SUSE CVE CVE-2024-47599 page", url: "https://www.suse.com/security/cve/CVE-2024-47599/", }, { category: "self", summary: "SUSE CVE CVE-2024-47601 page", url: "https://www.suse.com/security/cve/CVE-2024-47601/", }, { category: "self", summary: "SUSE CVE CVE-2024-47602 page", url: "https://www.suse.com/security/cve/CVE-2024-47602/", }, { category: "self", summary: "SUSE CVE CVE-2024-47603 page", url: "https://www.suse.com/security/cve/CVE-2024-47603/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, { category: "self", summary: "SUSE CVE CVE-2024-47613 page", url: "https://www.suse.com/security/cve/CVE-2024-47613/", }, { category: "self", summary: "SUSE CVE CVE-2024-47774 page", url: "https://www.suse.com/security/cve/CVE-2024-47774/", }, { category: "self", summary: "SUSE CVE CVE-2024-47775 page", url: "https://www.suse.com/security/cve/CVE-2024-47775/", }, { category: "self", summary: "SUSE CVE CVE-2024-47776 page", url: "https://www.suse.com/security/cve/CVE-2024-47776/", }, { category: "self", summary: "SUSE CVE CVE-2024-47777 page", url: "https://www.suse.com/security/cve/CVE-2024-47777/", }, { category: "self", summary: "SUSE CVE CVE-2024-47778 page", url: "https://www.suse.com/security/cve/CVE-2024-47778/", }, { category: "self", summary: "SUSE CVE CVE-2024-47834 page", url: "https://www.suse.com/security/cve/CVE-2024-47834/", }, ], title: "Security update for gstreamer-plugins-good", tracking: { current_release_date: "2025-01-10T16:48:42Z", generator: { date: "2025-01-10T16:48:42Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0067-1", initial_release_date: "2025-01-10T16:48:42Z", revision_history: [ { date: "2025-01-10T16:48:42Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", product: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", product_id: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64", product: { name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64", product_id: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64", product: { name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64", product_id: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64", product: { name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64", product_id: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64", product: { name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64", product_id: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586", product: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586", product_id: "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586", product: { name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586", product_id: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586", product: { name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586", product_id: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586", product: { name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586", product_id: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586", product: { name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586", product_id: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", product: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", product_id: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", product: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", product_id: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le", product_id: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le", product: { name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le", product_id: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le", product: { name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le", product_id: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le", product: { name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le", product_id: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", product: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", product_id: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x", product: { name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x", product_id: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x", product: { name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x", product_id: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x", product: { name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x", product_id: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x", product: { name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x", product_id: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64", product: { name: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64", product_id: "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47530", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47530", }, ], notes: [ { category: "general", text: "Scout is a web-based visualizer for VCF-files. Open redirect vulnerability allows performing phishing attacks on users by redirecting them to malicious page. /login API endpoint is vulnerable to open redirect attack via next parameter due to absence of sanitization logic. Additionally, due to lack of scheme validation, HTTPS Downgrade Attack can be performed on the users. This vulnerability is fixed in 4.89.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47530", url: "https://www.suse.com/security/cve/CVE-2024-47530", }, { category: "external", summary: "SUSE Bug 1239347 for CVE-2024-47530", url: "https://bugzilla.suse.com/1239347", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47530", }, { cve: "CVE-2024-47537", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47537", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47537", url: "https://www.suse.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "SUSE Bug 1234414 for CVE-2024-47537", url: "https://bugzilla.suse.com/1234414", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "important", }, ], title: "CVE-2024-47537", }, { cve: "CVE-2024-47539", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47539", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 < ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop's expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47539", url: "https://www.suse.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "SUSE Bug 1234417 for CVE-2024-47539", url: "https://bugzilla.suse.com/1234417", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "important", }, ], title: "CVE-2024-47539", }, { cve: "CVE-2024-47543", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47543", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47543", url: "https://www.suse.com/security/cve/CVE-2024-47543", }, { category: "external", summary: "SUSE Bug 1234462 for CVE-2024-47543", url: "https://bugzilla.suse.com/1234462", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47543", }, { cve: "CVE-2024-47544", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47544", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47544", url: "https://www.suse.com/security/cve/CVE-2024-47544", }, { category: "external", summary: "SUSE Bug 1234473 for CVE-2024-47544", url: "https://bugzilla.suse.com/1234473", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47544", }, { cve: "CVE-2024-47545", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47545", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47545", url: "https://www.suse.com/security/cve/CVE-2024-47545", }, { category: "external", summary: "SUSE Bug 1234476 for CVE-2024-47545", url: "https://bugzilla.suse.com/1234476", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47545", }, { cve: "CVE-2024-47546", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47546", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47546", url: "https://www.suse.com/security/cve/CVE-2024-47546", }, { category: "external", summary: "SUSE Bug 1234477 for CVE-2024-47546", url: "https://bugzilla.suse.com/1234477", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47546", }, { cve: "CVE-2024-47596", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47596", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47596", url: "https://www.suse.com/security/cve/CVE-2024-47596", }, { category: "external", summary: "SUSE Bug 1234424 for CVE-2024-47596", url: "https://bugzilla.suse.com/1234424", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47596", }, { cve: "CVE-2024-47597", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47597", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream->stco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47597", url: "https://www.suse.com/security/cve/CVE-2024-47597", }, { category: "external", summary: "SUSE Bug 1234425 for CVE-2024-47597", url: "https://bugzilla.suse.com/1234425", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47597", }, { cve: "CVE-2024-47598", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47598", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn't properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47598", url: "https://www.suse.com/security/cve/CVE-2024-47598", }, { category: "external", summary: "SUSE Bug 1234426 for CVE-2024-47598", url: "https://bugzilla.suse.com/1234426", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47598", }, { cve: "CVE-2024-47599", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47599", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47599", url: "https://www.suse.com/security/cve/CVE-2024-47599", }, { category: "external", summary: "SUSE Bug 1234427 for CVE-2024-47599", url: "https://bugzilla.suse.com/1234427", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47599", }, { cve: "CVE-2024-47601", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47601", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47601", url: "https://www.suse.com/security/cve/CVE-2024-47601", }, { category: "external", summary: "SUSE Bug 1234428 for CVE-2024-47601", url: "https://bugzilla.suse.com/1234428", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47601", }, { cve: "CVE-2024-47602", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47602", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream->codec_priv pointer in the following code. If stream->codec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47602", url: "https://www.suse.com/security/cve/CVE-2024-47602", }, { category: "external", summary: "SUSE Bug 1234432 for CVE-2024-47602", url: "https://bugzilla.suse.com/1234432", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47602", }, { cve: "CVE-2024-47603", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47603", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47603", url: "https://www.suse.com/security/cve/CVE-2024-47603", }, { category: "external", summary: "SUSE Bug 1234433 for CVE-2024-47603", url: "https://bugzilla.suse.com/1234433", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47603", }, { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "important", }, ], title: "CVE-2024-47606", }, { cve: "CVE-2024-47613", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47613", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47613", url: "https://www.suse.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "SUSE Bug 1234447 for CVE-2024-47613", url: "https://bugzilla.suse.com/1234447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47613", }, { cve: "CVE-2024-47774", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47774", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47774", url: "https://www.suse.com/security/cve/CVE-2024-47774", }, { category: "external", summary: "SUSE Bug 1234446 for CVE-2024-47774", url: "https://bugzilla.suse.com/1234446", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47775", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47775", url: "https://www.suse.com/security/cve/CVE-2024-47775", }, { category: "external", summary: "SUSE Bug 1234434 for CVE-2024-47775", url: "https://bugzilla.suse.com/1234434", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47775", }, { cve: "CVE-2024-47776", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47776", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size < 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47776", url: "https://www.suse.com/security/cve/CVE-2024-47776", }, { category: "external", summary: "SUSE Bug 1234435 for CVE-2024-47776", url: "https://bugzilla.suse.com/1234435", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47776", }, { cve: "CVE-2024-47777", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47777", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47777", url: "https://www.suse.com/security/cve/CVE-2024-47777", }, { category: "external", summary: "SUSE Bug 1234436 for CVE-2024-47777", url: "https://bugzilla.suse.com/1234436", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47777", }, { cve: "CVE-2024-47778", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47778", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47778", url: "https://www.suse.com/security/cve/CVE-2024-47778", }, { category: "external", summary: "SUSE Bug 1234439 for CVE-2024-47778", url: "https://bugzilla.suse.com/1234439", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47778", }, { cve: "CVE-2024-47834", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47834", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track->codec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-47834", url: "https://www.suse.com/security/cve/CVE-2024-47834", }, { category: "external", summary: "SUSE Bug 1234440 for CVE-2024-47834", url: "https://bugzilla.suse.com/1234440", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x", "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64", "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch", ], }, ], threats: [ { category: "impact", date: "2025-01-10T16:48:42Z", details: "moderate", }, ], title: "CVE-2024-47834", }, ], }
suse-su-2025:0053-1
Vulnerability from csaf_suse
Published
2025-01-09 16:36
Modified
2025-01-09 16:36
Summary
Security update for gstreamer
Notes
Title of the patch
Security update for gstreamer
Description of the patch
This update for gstreamer fixes the following issues:
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
Patchnames
SUSE-2025-53,SUSE-SLE-Micro-5.5-2025-53,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-53,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-53
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-53,SUSE-SLE-Micro-5.5-2025-53,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-53,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-53", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0053-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0053-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250053-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0053-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020081.html", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, ], title: "Security update for gstreamer", tracking: { current_release_date: "2025-01-09T16:36:08Z", generator: { date: "2025-01-09T16:36:08Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0053-1", initial_release_date: "2025-01-09T16:36:08Z", revision_history: [ { date: "2025-01-09T16:36:08Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-1.22.0-150500.3.5.1.aarch64", product: { name: "gstreamer-1.22.0-150500.3.5.1.aarch64", product_id: "gstreamer-1.22.0-150500.3.5.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", product: { name: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", product_id: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", }, }, { category: "product_version", name: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", product: { name: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", product_id: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", product: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", product_id: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", product_id: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product: { name: "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product_id: "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product: { name: "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product_id: "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", }, }, { category: "product_version", name: "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product: { name: "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", product_id: "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-1.22.0-150500.3.5.1.i586", product: { name: "gstreamer-1.22.0-150500.3.5.1.i586", product_id: "gstreamer-1.22.0-150500.3.5.1.i586", }, }, { category: "product_version", name: "gstreamer-devel-1.22.0-150500.3.5.1.i586", product: { name: "gstreamer-devel-1.22.0-150500.3.5.1.i586", product_id: "gstreamer-devel-1.22.0-150500.3.5.1.i586", }, }, { category: "product_version", name: "gstreamer-utils-1.22.0-150500.3.5.1.i586", product: { name: "gstreamer-utils-1.22.0-150500.3.5.1.i586", product_id: "gstreamer-utils-1.22.0-150500.3.5.1.i586", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586", product: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586", product_id: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586", product: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586", product_id: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", product: { name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", product_id: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-1.22.0-150500.3.5.1.ppc64le", product: { name: "gstreamer-1.22.0-150500.3.5.1.ppc64le", product_id: "gstreamer-1.22.0-150500.3.5.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", product: { name: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", product_id: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", product: { name: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", product_id: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", product: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", product_id: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-1.22.0-150500.3.5.1.s390x", product: { name: "gstreamer-1.22.0-150500.3.5.1.s390x", product_id: "gstreamer-1.22.0-150500.3.5.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-1.22.0-150500.3.5.1.s390x", product: { name: "gstreamer-devel-1.22.0-150500.3.5.1.s390x", product_id: "gstreamer-devel-1.22.0-150500.3.5.1.s390x", }, }, { category: "product_version", name: "gstreamer-utils-1.22.0-150500.3.5.1.s390x", product: { name: "gstreamer-utils-1.22.0-150500.3.5.1.s390x", product_id: "gstreamer-utils-1.22.0-150500.3.5.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", product: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", product_id: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", product: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", product_id: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-1.22.0-150500.3.5.1.x86_64", product: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64", product_id: "gstreamer-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64", product: { name: "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64", product_id: "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", product: { name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", product_id: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64", product: { name: "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64", product_id: "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", product: { name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", product_id: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", product: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", product_id: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64", product: { name: "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64", product_id: "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", product_id: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64", product_id: "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.5", product: { name: "SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", }, product_reference: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", }, product_reference: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", }, product_reference: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-devel-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch", }, product_reference: "gstreamer-lang-1.22.0-150500.3.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", }, product_reference: "gstreamer-utils-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:08Z", details: "important", }, ], title: "CVE-2024-47606", }, ], }
suse-su-2025:0062-1
Vulnerability from csaf_suse
Published
2025-01-10 12:53
Modified
2025-01-10 12:53
Summary
Security update for gstreamer
Notes
Title of the patch
Security update for gstreamer
Description of the patch
This update for gstreamer fixes the following issues:
- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449).
Patchnames
SUSE-2025-62,SUSE-SLE-Module-Basesystem-15-SP6-2025-62,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-62,openSUSE-SLE-15.6-2025-62
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-62,SUSE-SLE-Module-Basesystem-15-SP6-2025-62,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-62,openSUSE-SLE-15.6-2025-62", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0062-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0062-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250062-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0062-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020092.html", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, ], title: "Security update for gstreamer", tracking: { current_release_date: "2025-01-10T12:53:32Z", generator: { date: "2025-01-10T12:53:32Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0062-1", initial_release_date: "2025-01-10T12:53:32Z", revision_history: [ { date: "2025-01-10T12:53:32Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", product: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", product_id: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", product_id: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-devel-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-devel-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-devel-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-utils-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-utils-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-utils-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586", product: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586", product_id: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586", product: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586", product_id: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-lang-1.24.0-150600.3.3.1.noarch", product: { name: "gstreamer-lang-1.24.0-150600.3.3.1.noarch", product_id: "gstreamer-lang-1.24.0-150600.3.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", product: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", product_id: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-devel-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-devel-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-utils-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-utils-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-utils-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", product: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", product_id: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", product: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", product_id: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", product: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", product_id: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", product_id: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product: { name: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:packagehub:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.24.0-150600.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-devel-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.0-150600.3.3.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", }, product_reference: "gstreamer-lang-1.24.0-150600.3.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-utils-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-10T12:53:32Z", details: "important", }, ], title: "CVE-2024-47606", }, ], }
suse-su-2025:0055-1
Vulnerability from csaf_suse
Published
2025-01-09 16:36
Modified
2025-01-09 16:36
Summary
Security update for gstreamer-plugins-good
Notes
Title of the patch
Security update for gstreamer-plugins-good
Description of the patch
This update for gstreamer-plugins-good fixes the following issues:
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)
- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)
- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)
- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)
- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)
- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)
- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)
- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)
- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)
- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)
- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)
- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)
- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)
- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)
- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)
- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)
- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)
- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)
- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)
- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)
- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)
Patchnames
SUSE-2025-55,SUSE-SLE-Module-Basesystem-15-SP6-2025-55,SUSE-SLE-Product-WE-15-SP6-2025-55,openSUSE-SLE-15.6-2025-55
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer-plugins-good", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-55,SUSE-SLE-Module-Basesystem-15-SP6-2025-55,SUSE-SLE-Product-WE-15-SP6-2025-55,openSUSE-SLE-15.6-2025-55", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0055-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0055-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250055-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0055-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020079.html", }, { category: "self", summary: "SUSE Bug 1234414", url: "https://bugzilla.suse.com/1234414", }, { category: "self", summary: "SUSE Bug 1234417", url: "https://bugzilla.suse.com/1234417", }, { category: "self", summary: "SUSE Bug 1234421", url: "https://bugzilla.suse.com/1234421", }, { category: "self", summary: "SUSE Bug 1234424", url: "https://bugzilla.suse.com/1234424", }, { category: "self", summary: "SUSE Bug 1234425", url: "https://bugzilla.suse.com/1234425", }, { category: "self", summary: "SUSE Bug 1234426", url: "https://bugzilla.suse.com/1234426", }, { category: "self", summary: "SUSE Bug 1234427", url: "https://bugzilla.suse.com/1234427", }, { category: "self", summary: "SUSE Bug 1234428", url: "https://bugzilla.suse.com/1234428", }, { category: "self", summary: "SUSE Bug 1234432", url: "https://bugzilla.suse.com/1234432", }, { category: "self", summary: "SUSE Bug 1234433", url: "https://bugzilla.suse.com/1234433", }, { category: "self", summary: "SUSE Bug 1234434", url: "https://bugzilla.suse.com/1234434", }, { category: "self", summary: "SUSE Bug 1234435", url: "https://bugzilla.suse.com/1234435", }, { category: "self", summary: "SUSE Bug 1234436", url: "https://bugzilla.suse.com/1234436", }, { category: "self", summary: "SUSE Bug 1234439", url: "https://bugzilla.suse.com/1234439", }, { category: "self", summary: "SUSE Bug 1234440", url: "https://bugzilla.suse.com/1234440", }, { category: "self", summary: "SUSE Bug 1234446", url: "https://bugzilla.suse.com/1234446", }, { category: "self", summary: "SUSE Bug 1234447", url: "https://bugzilla.suse.com/1234447", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE Bug 1234462", url: "https://bugzilla.suse.com/1234462", }, { category: "self", summary: "SUSE Bug 1234473", url: "https://bugzilla.suse.com/1234473", }, { category: "self", summary: "SUSE Bug 1234476", url: "https://bugzilla.suse.com/1234476", }, { category: "self", summary: "SUSE Bug 1234477", url: "https://bugzilla.suse.com/1234477", }, { category: "self", summary: "SUSE CVE CVE-2024-47530 page", url: "https://www.suse.com/security/cve/CVE-2024-47530/", }, { category: "self", summary: "SUSE CVE CVE-2024-47537 page", url: "https://www.suse.com/security/cve/CVE-2024-47537/", }, { category: "self", summary: "SUSE CVE CVE-2024-47539 page", url: "https://www.suse.com/security/cve/CVE-2024-47539/", }, { category: "self", summary: "SUSE CVE CVE-2024-47543 page", url: "https://www.suse.com/security/cve/CVE-2024-47543/", }, { category: "self", summary: "SUSE CVE CVE-2024-47544 page", url: "https://www.suse.com/security/cve/CVE-2024-47544/", }, { category: "self", summary: "SUSE CVE CVE-2024-47545 page", url: "https://www.suse.com/security/cve/CVE-2024-47545/", }, { category: "self", summary: "SUSE CVE CVE-2024-47546 page", url: "https://www.suse.com/security/cve/CVE-2024-47546/", }, { category: "self", summary: "SUSE CVE CVE-2024-47596 page", url: "https://www.suse.com/security/cve/CVE-2024-47596/", }, { category: "self", summary: "SUSE CVE CVE-2024-47597 page", url: "https://www.suse.com/security/cve/CVE-2024-47597/", }, { category: "self", summary: "SUSE CVE CVE-2024-47598 page", url: "https://www.suse.com/security/cve/CVE-2024-47598/", }, { category: "self", summary: "SUSE CVE CVE-2024-47599 page", url: "https://www.suse.com/security/cve/CVE-2024-47599/", }, { category: "self", summary: "SUSE CVE CVE-2024-47601 page", url: "https://www.suse.com/security/cve/CVE-2024-47601/", }, { category: "self", summary: "SUSE CVE CVE-2024-47602 page", url: "https://www.suse.com/security/cve/CVE-2024-47602/", }, { category: "self", summary: "SUSE CVE CVE-2024-47603 page", url: "https://www.suse.com/security/cve/CVE-2024-47603/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, { category: "self", summary: "SUSE CVE CVE-2024-47613 page", url: "https://www.suse.com/security/cve/CVE-2024-47613/", }, { category: "self", summary: "SUSE CVE CVE-2024-47774 page", url: "https://www.suse.com/security/cve/CVE-2024-47774/", }, { category: "self", summary: "SUSE CVE CVE-2024-47775 page", url: "https://www.suse.com/security/cve/CVE-2024-47775/", }, { category: "self", summary: "SUSE CVE CVE-2024-47776 page", url: "https://www.suse.com/security/cve/CVE-2024-47776/", }, { category: "self", summary: "SUSE CVE CVE-2024-47777 page", url: "https://www.suse.com/security/cve/CVE-2024-47777/", }, { category: "self", summary: "SUSE CVE CVE-2024-47778 page", url: "https://www.suse.com/security/cve/CVE-2024-47778/", }, { category: "self", summary: "SUSE CVE CVE-2024-47834 page", url: "https://www.suse.com/security/cve/CVE-2024-47834/", }, ], title: "Security update for gstreamer-plugins-good", tracking: { current_release_date: "2025-01-09T16:36:54Z", generator: { date: "2025-01-09T16:36:54Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0055-1", initial_release_date: "2025-01-09T16:36:54Z", revision_history: [ { date: "2025-01-09T16:36:54Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", product: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", product_id: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product: { name: "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", product_id: "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586", product: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586", product_id: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", product: { name: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", product_id: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", product: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", product_id: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", product: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", product_id: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", product: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", product_id: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Workstation Extension 15 SP6", product: { name: "SUSE Linux Enterprise Workstation Extension 15 SP6", product_id: "SUSE Linux Enterprise Workstation Extension 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-we:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP6", product_id: "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Workstation Extension 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", }, product_reference: "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47530", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47530", }, ], notes: [ { category: "general", text: "Scout is a web-based visualizer for VCF-files. Open redirect vulnerability allows performing phishing attacks on users by redirecting them to malicious page. /login API endpoint is vulnerable to open redirect attack via next parameter due to absence of sanitization logic. Additionally, due to lack of scheme validation, HTTPS Downgrade Attack can be performed on the users. This vulnerability is fixed in 4.89.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47530", url: "https://www.suse.com/security/cve/CVE-2024-47530", }, { category: "external", summary: "SUSE Bug 1239347 for CVE-2024-47530", url: "https://bugzilla.suse.com/1239347", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47530", }, { cve: "CVE-2024-47537", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47537", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47537", url: "https://www.suse.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "SUSE Bug 1234414 for CVE-2024-47537", url: "https://bugzilla.suse.com/1234414", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "important", }, ], title: "CVE-2024-47537", }, { cve: "CVE-2024-47539", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47539", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 < ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop's expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47539", url: "https://www.suse.com/security/cve/CVE-2024-47539", }, { category: "external", summary: "SUSE Bug 1234417 for CVE-2024-47539", url: "https://bugzilla.suse.com/1234417", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "important", }, ], title: "CVE-2024-47539", }, { cve: "CVE-2024-47543", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47543", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47543", url: "https://www.suse.com/security/cve/CVE-2024-47543", }, { category: "external", summary: "SUSE Bug 1234462 for CVE-2024-47543", url: "https://bugzilla.suse.com/1234462", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47543", }, { cve: "CVE-2024-47544", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47544", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47544", url: "https://www.suse.com/security/cve/CVE-2024-47544", }, { category: "external", summary: "SUSE Bug 1234473 for CVE-2024-47544", url: "https://bugzilla.suse.com/1234473", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47544", }, { cve: "CVE-2024-47545", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47545", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47545", url: "https://www.suse.com/security/cve/CVE-2024-47545", }, { category: "external", summary: "SUSE Bug 1234476 for CVE-2024-47545", url: "https://bugzilla.suse.com/1234476", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47545", }, { cve: "CVE-2024-47546", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47546", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47546", url: "https://www.suse.com/security/cve/CVE-2024-47546", }, { category: "external", summary: "SUSE Bug 1234477 for CVE-2024-47546", url: "https://bugzilla.suse.com/1234477", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47546", }, { cve: "CVE-2024-47596", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47596", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47596", url: "https://www.suse.com/security/cve/CVE-2024-47596", }, { category: "external", summary: "SUSE Bug 1234424 for CVE-2024-47596", url: "https://bugzilla.suse.com/1234424", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47596", }, { cve: "CVE-2024-47597", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47597", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream->stco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47597", url: "https://www.suse.com/security/cve/CVE-2024-47597", }, { category: "external", summary: "SUSE Bug 1234425 for CVE-2024-47597", url: "https://bugzilla.suse.com/1234425", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47597", }, { cve: "CVE-2024-47598", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47598", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn't properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47598", url: "https://www.suse.com/security/cve/CVE-2024-47598", }, { category: "external", summary: "SUSE Bug 1234426 for CVE-2024-47598", url: "https://bugzilla.suse.com/1234426", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47598", }, { cve: "CVE-2024-47599", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47599", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47599", url: "https://www.suse.com/security/cve/CVE-2024-47599", }, { category: "external", summary: "SUSE Bug 1234427 for CVE-2024-47599", url: "https://bugzilla.suse.com/1234427", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47599", }, { cve: "CVE-2024-47601", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47601", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47601", url: "https://www.suse.com/security/cve/CVE-2024-47601", }, { category: "external", summary: "SUSE Bug 1234428 for CVE-2024-47601", url: "https://bugzilla.suse.com/1234428", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47601", }, { cve: "CVE-2024-47602", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47602", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream->codec_priv pointer in the following code. If stream->codec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47602", url: "https://www.suse.com/security/cve/CVE-2024-47602", }, { category: "external", summary: "SUSE Bug 1234432 for CVE-2024-47602", url: "https://bugzilla.suse.com/1234432", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47602", }, { cve: "CVE-2024-47603", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47603", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47603", url: "https://www.suse.com/security/cve/CVE-2024-47603", }, { category: "external", summary: "SUSE Bug 1234433 for CVE-2024-47603", url: "https://bugzilla.suse.com/1234433", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47603", }, { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "important", }, ], title: "CVE-2024-47606", }, { cve: "CVE-2024-47613", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47613", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47613", url: "https://www.suse.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "SUSE Bug 1234447 for CVE-2024-47613", url: "https://bugzilla.suse.com/1234447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47613", }, { cve: "CVE-2024-47774", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47774", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47774", url: "https://www.suse.com/security/cve/CVE-2024-47774", }, { category: "external", summary: "SUSE Bug 1234446 for CVE-2024-47774", url: "https://bugzilla.suse.com/1234446", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47775", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47775", url: "https://www.suse.com/security/cve/CVE-2024-47775", }, { category: "external", summary: "SUSE Bug 1234434 for CVE-2024-47775", url: "https://bugzilla.suse.com/1234434", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47775", }, { cve: "CVE-2024-47776", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47776", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size < 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47776", url: "https://www.suse.com/security/cve/CVE-2024-47776", }, { category: "external", summary: "SUSE Bug 1234435 for CVE-2024-47776", url: "https://bugzilla.suse.com/1234435", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47776", }, { cve: "CVE-2024-47777", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47777", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47777", url: "https://www.suse.com/security/cve/CVE-2024-47777", }, { category: "external", summary: "SUSE Bug 1234436 for CVE-2024-47777", url: "https://bugzilla.suse.com/1234436", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47777", }, { cve: "CVE-2024-47778", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47778", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47778", url: "https://www.suse.com/security/cve/CVE-2024-47778", }, { category: "external", summary: "SUSE Bug 1234439 for CVE-2024-47778", url: "https://bugzilla.suse.com/1234439", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47778", }, { cve: "CVE-2024-47834", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47834", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track->codec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47834", url: "https://www.suse.com/security/cve/CVE-2024-47834", }, { category: "external", summary: "SUSE Bug 1234440 for CVE-2024-47834", url: "https://bugzilla.suse.com/1234440", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:36:54Z", details: "moderate", }, ], title: "CVE-2024-47834", }, ], }
suse-su-2025:0051-1
Vulnerability from csaf_suse
Published
2025-01-09 16:35
Modified
2025-01-09 16:35
Summary
Security update for gstreamer
Notes
Title of the patch
Security update for gstreamer
Description of the patch
This update for gstreamer fixes the following issues:
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
Patchnames
SUSE-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-51
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 gstreamer", title: "Title of the patch", }, { category: "description", text: "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-51", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0051-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0051-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250051-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0051-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html", }, { category: "self", summary: "SUSE Bug 1234449", url: "https://bugzilla.suse.com/1234449", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, ], title: "Security update for gstreamer", tracking: { current_release_date: "2025-01-09T16:35:23Z", generator: { date: "2025-01-09T16:35:23Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0051-1", initial_release_date: "2025-01-09T16:35:23Z", revision_history: [ { date: "2025-01-09T16:35:23Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.aarch64", product: { name: "gstreamer-1.8.3-10.12.1.aarch64", product_id: "gstreamer-1.8.3-10.12.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.aarch64", product: { name: "gstreamer-devel-1.8.3-10.12.1.aarch64", product_id: "gstreamer-devel-1.8.3-10.12.1.aarch64", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.aarch64", product: { name: "gstreamer-doc-1.8.3-10.12.1.aarch64", product_id: "gstreamer-doc-1.8.3-10.12.1.aarch64", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.aarch64", product: { name: "gstreamer-utils-1.8.3-10.12.1.aarch64", product_id: "gstreamer-utils-1.8.3-10.12.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32", product: { name: "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32", product_id: "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32", }, }, { category: "product_version", name: "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32", product: { name: "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32", product_id: "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.i586", product: { name: "gstreamer-1.8.3-10.12.1.i586", product_id: "gstreamer-1.8.3-10.12.1.i586", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.i586", product: { name: "gstreamer-devel-1.8.3-10.12.1.i586", product_id: "gstreamer-devel-1.8.3-10.12.1.i586", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.i586", product: { name: "gstreamer-doc-1.8.3-10.12.1.i586", product_id: "gstreamer-doc-1.8.3-10.12.1.i586", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.i586", product: { name: "gstreamer-utils-1.8.3-10.12.1.i586", product_id: "gstreamer-utils-1.8.3-10.12.1.i586", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.i586", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.i586", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.i586", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "gstreamer-lang-1.8.3-10.12.1.noarch", product: { name: "gstreamer-lang-1.8.3-10.12.1.noarch", product_id: "gstreamer-lang-1.8.3-10.12.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.ppc64le", product: { name: "gstreamer-1.8.3-10.12.1.ppc64le", product_id: "gstreamer-1.8.3-10.12.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.ppc64le", product: { name: "gstreamer-devel-1.8.3-10.12.1.ppc64le", product_id: "gstreamer-devel-1.8.3-10.12.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.ppc64le", product: { name: "gstreamer-doc-1.8.3-10.12.1.ppc64le", product_id: "gstreamer-doc-1.8.3-10.12.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.ppc64le", product: { name: "gstreamer-utils-1.8.3-10.12.1.ppc64le", product_id: "gstreamer-utils-1.8.3-10.12.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.s390", product: { name: "gstreamer-1.8.3-10.12.1.s390", product_id: "gstreamer-1.8.3-10.12.1.s390", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.s390", product: { name: "gstreamer-devel-1.8.3-10.12.1.s390", product_id: "gstreamer-devel-1.8.3-10.12.1.s390", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.s390", product: { name: "gstreamer-doc-1.8.3-10.12.1.s390", product_id: "gstreamer-doc-1.8.3-10.12.1.s390", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.s390", product: { name: "gstreamer-utils-1.8.3-10.12.1.s390", product_id: "gstreamer-utils-1.8.3-10.12.1.s390", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.s390", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.s390", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.s390", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.s390x", product: { name: "gstreamer-1.8.3-10.12.1.s390x", product_id: "gstreamer-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-32bit-1.8.3-10.12.1.s390x", product: { name: "gstreamer-32bit-1.8.3-10.12.1.s390x", product_id: "gstreamer-32bit-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.s390x", product: { name: "gstreamer-devel-1.8.3-10.12.1.s390x", product_id: "gstreamer-devel-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.s390x", product: { name: "gstreamer-doc-1.8.3-10.12.1.s390x", product_id: "gstreamer-doc-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.s390x", product: { name: "gstreamer-utils-1.8.3-10.12.1.s390x", product_id: "gstreamer-utils-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.s390x", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.s390x", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", product: { name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", product_id: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-1.8.3-10.12.1.x86_64", product: { name: "gstreamer-1.8.3-10.12.1.x86_64", product_id: "gstreamer-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-32bit-1.8.3-10.12.1.x86_64", product: { name: "gstreamer-32bit-1.8.3-10.12.1.x86_64", product_id: "gstreamer-32bit-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-1.8.3-10.12.1.x86_64", product: { name: "gstreamer-devel-1.8.3-10.12.1.x86_64", product_id: "gstreamer-devel-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-doc-1.8.3-10.12.1.x86_64", product: { name: "gstreamer-doc-1.8.3-10.12.1.x86_64", product_id: "gstreamer-doc-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "gstreamer-utils-1.8.3-10.12.1.x86_64", product: { name: "gstreamer-utils-1.8.3-10.12.1.x86_64", product_id: "gstreamer-utils-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", product: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", product_id: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", product: { name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", product_id: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", product_id: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product: { name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss-extended-security:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64", }, product_reference: "gstreamer-1.8.3-10.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le", }, product_reference: "gstreamer-1.8.3-10.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x", }, product_reference: "gstreamer-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64", }, product_reference: "gstreamer-devel-1.8.3-10.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le", }, product_reference: "gstreamer-devel-1.8.3-10.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x", }, product_reference: "gstreamer-devel-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-devel-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.8.3-10.12.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch", }, product_reference: "gstreamer-lang-1.8.3-10.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64", }, product_reference: "gstreamer-utils-1.8.3-10.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le", }, product_reference: "gstreamer-utils-1.8.3-10.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x", }, product_reference: "gstreamer-utils-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-utils-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", }, product_reference: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", }, product_reference: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-devel-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.8.3-10.12.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch", }, product_reference: "gstreamer-lang-1.8.3-10.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64", }, product_reference: "gstreamer-utils-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", }, product_reference: "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T16:35:23Z", details: "important", }, ], title: "CVE-2024-47606", }, ], }
opensuse-su-2024:14578-1
Vulnerability from csaf_opensuse
Published
2024-12-13 00:00
Modified
2024-12-13 00:00
Summary
gstreamer-plugins-good-1.24.10-2.1 on GA media
Notes
Title of the patch
gstreamer-plugins-good-1.24.10-2.1 on GA media
Description of the patch
These are all security issues fixed in the gstreamer-plugins-good-1.24.10-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14578
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "gstreamer-plugins-good-1.24.10-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the gstreamer-plugins-good-1.24.10-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14578", 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-2024_14578-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14578-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14578-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/", }, { category: "self", summary: "SUSE CVE CVE-2024-47530 page", url: "https://www.suse.com/security/cve/CVE-2024-47530/", }, { category: "self", summary: "SUSE CVE CVE-2024-47537 page", url: "https://www.suse.com/security/cve/CVE-2024-47537/", }, { category: "self", summary: "SUSE CVE CVE-2024-47598 page", url: "https://www.suse.com/security/cve/CVE-2024-47598/", }, { category: "self", summary: "SUSE CVE CVE-2024-47599 page", url: "https://www.suse.com/security/cve/CVE-2024-47599/", }, { category: "self", summary: "SUSE CVE CVE-2024-47601 page", url: "https://www.suse.com/security/cve/CVE-2024-47601/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, { category: "self", summary: "SUSE CVE CVE-2024-47613 page", url: "https://www.suse.com/security/cve/CVE-2024-47613/", }, { category: "self", summary: "SUSE CVE CVE-2024-47774 page", url: "https://www.suse.com/security/cve/CVE-2024-47774/", }, { category: "self", summary: "SUSE CVE CVE-2024-47775 page", url: "https://www.suse.com/security/cve/CVE-2024-47775/", }, ], title: "gstreamer-plugins-good-1.24.10-2.1 on GA media", tracking: { current_release_date: "2024-12-13T00:00:00Z", generator: { date: "2024-12-13T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14578-1", initial_release_date: "2024-12-13T00:00:00Z", revision_history: [ { date: "2024-12-13T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", product: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", product_id: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", product: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", product_id: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-extra-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-jack-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-lang-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-lang-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", product: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", product_id: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-plugins-good-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", product: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", product_id: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-extra-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-jack-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-lang-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", }, product_reference: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47530", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47530", }, ], notes: [ { category: "general", text: "Scout is a web-based visualizer for VCF-files. Open redirect vulnerability allows performing phishing attacks on users by redirecting them to malicious page. /login API endpoint is vulnerable to open redirect attack via next parameter due to absence of sanitization logic. Additionally, due to lack of scheme validation, HTTPS Downgrade Attack can be performed on the users. This vulnerability is fixed in 4.89.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47530", url: "https://www.suse.com/security/cve/CVE-2024-47530", }, { category: "external", summary: "SUSE Bug 1239347 for CVE-2024-47530", url: "https://bugzilla.suse.com/1239347", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47530", }, { cve: "CVE-2024-47537", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47537", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47537", url: "https://www.suse.com/security/cve/CVE-2024-47537", }, { category: "external", summary: "SUSE Bug 1234414 for CVE-2024-47537", url: "https://bugzilla.suse.com/1234414", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "important", }, ], title: "CVE-2024-47537", }, { cve: "CVE-2024-47598", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47598", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn't properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47598", url: "https://www.suse.com/security/cve/CVE-2024-47598", }, { category: "external", summary: "SUSE Bug 1234426 for CVE-2024-47598", url: "https://bugzilla.suse.com/1234426", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47598", }, { cve: "CVE-2024-47599", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47599", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47599", url: "https://www.suse.com/security/cve/CVE-2024-47599", }, { category: "external", summary: "SUSE Bug 1234427 for CVE-2024-47599", url: "https://bugzilla.suse.com/1234427", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47599", }, { cve: "CVE-2024-47601", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47601", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47601", url: "https://www.suse.com/security/cve/CVE-2024-47601", }, { category: "external", summary: "SUSE Bug 1234428 for CVE-2024-47601", url: "https://bugzilla.suse.com/1234428", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47601", }, { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "important", }, ], title: "CVE-2024-47606", }, { cve: "CVE-2024-47613", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47613", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47613", url: "https://www.suse.com/security/cve/CVE-2024-47613", }, { category: "external", summary: "SUSE Bug 1234447 for CVE-2024-47613", url: "https://bugzilla.suse.com/1234447", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47613", }, { cve: "CVE-2024-47774", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47774", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47774", url: "https://www.suse.com/security/cve/CVE-2024-47774", }, { category: "external", summary: "SUSE Bug 1234446 for CVE-2024-47774", url: "https://bugzilla.suse.com/1234446", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47774", }, { cve: "CVE-2024-47775", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47775", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47775", url: "https://www.suse.com/security/cve/CVE-2024-47775", }, { category: "external", summary: "SUSE Bug 1234434 for CVE-2024-47775", url: "https://bugzilla.suse.com/1234434", }, ], 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:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-47775", }, ], }
opensuse-su-2024:14576-1
Vulnerability from csaf_opensuse
Published
2024-12-13 00:00
Modified
2024-12-13 00:00
Summary
gstreamer-1.24.10-2.1 on GA media
Notes
Title of the patch
gstreamer-1.24.10-2.1 on GA media
Description of the patch
These are all security issues fixed in the gstreamer-1.24.10-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14576
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "gstreamer-1.24.10-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the gstreamer-1.24.10-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14576", 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-2024_14576-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14576-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14576-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/", }, { category: "self", summary: "SUSE CVE CVE-2024-47606 page", url: "https://www.suse.com/security/cve/CVE-2024-47606/", }, ], title: "gstreamer-1.24.10-2.1 on GA media", tracking: { current_release_date: "2024-12-13T00:00:00Z", generator: { date: "2024-12-13T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14576-1", initial_release_date: "2024-12-13T00:00:00Z", revision_history: [ { date: "2024-12-13T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "gstreamer-1.24.10-2.1.aarch64", product: { name: "gstreamer-1.24.10-2.1.aarch64", product_id: "gstreamer-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-32bit-1.24.10-2.1.aarch64", product: { name: "gstreamer-32bit-1.24.10-2.1.aarch64", product_id: "gstreamer-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-1.24.10-2.1.aarch64", product: { name: "gstreamer-devel-1.24.10-2.1.aarch64", product_id: "gstreamer-devel-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.24.10-2.1.aarch64", product: { name: "gstreamer-devel-32bit-1.24.10-2.1.aarch64", product_id: "gstreamer-devel-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-lang-1.24.10-2.1.aarch64", product: { name: "gstreamer-lang-1.24.10-2.1.aarch64", product_id: "gstreamer-lang-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "gstreamer-utils-1.24.10-2.1.aarch64", product: { name: "gstreamer-utils-1.24.10-2.1.aarch64", product_id: "gstreamer-utils-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.10-2.1.aarch64", product: { name: "libgstreamer-1_0-0-1.24.10-2.1.aarch64", product_id: "libgstreamer-1_0-0-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", product: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", product_id: "libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", product_id: "typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", product: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", product_id: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.10-2.1.ppc64le", product: { name: "gstreamer-1.24.10-2.1.ppc64le", product_id: "gstreamer-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-32bit-1.24.10-2.1.ppc64le", product: { name: "gstreamer-32bit-1.24.10-2.1.ppc64le", product_id: "gstreamer-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-1.24.10-2.1.ppc64le", product: { name: "gstreamer-devel-1.24.10-2.1.ppc64le", product_id: "gstreamer-devel-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.24.10-2.1.ppc64le", product: { name: "gstreamer-devel-32bit-1.24.10-2.1.ppc64le", product_id: "gstreamer-devel-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-lang-1.24.10-2.1.ppc64le", product: { name: "gstreamer-lang-1.24.10-2.1.ppc64le", product_id: "gstreamer-lang-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "gstreamer-utils-1.24.10-2.1.ppc64le", product: { name: "gstreamer-utils-1.24.10-2.1.ppc64le", product_id: "gstreamer-utils-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.10-2.1.ppc64le", product: { name: "libgstreamer-1_0-0-1.24.10-2.1.ppc64le", product_id: "libgstreamer-1_0-0-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", product: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", product_id: "libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", product: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", product_id: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.10-2.1.s390x", product: { name: "gstreamer-1.24.10-2.1.s390x", product_id: "gstreamer-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-32bit-1.24.10-2.1.s390x", product: { name: "gstreamer-32bit-1.24.10-2.1.s390x", product_id: "gstreamer-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-1.24.10-2.1.s390x", product: { name: "gstreamer-devel-1.24.10-2.1.s390x", product_id: "gstreamer-devel-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.24.10-2.1.s390x", product: { name: "gstreamer-devel-32bit-1.24.10-2.1.s390x", product_id: "gstreamer-devel-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-lang-1.24.10-2.1.s390x", product: { name: "gstreamer-lang-1.24.10-2.1.s390x", product_id: "gstreamer-lang-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "gstreamer-utils-1.24.10-2.1.s390x", product: { name: "gstreamer-utils-1.24.10-2.1.s390x", product_id: "gstreamer-utils-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.10-2.1.s390x", product: { name: "libgstreamer-1_0-0-1.24.10-2.1.s390x", product_id: "libgstreamer-1_0-0-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", product: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", product_id: "libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", product: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", product_id: "typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", product: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", product_id: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "gstreamer-1.24.10-2.1.x86_64", product: { name: "gstreamer-1.24.10-2.1.x86_64", product_id: "gstreamer-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-32bit-1.24.10-2.1.x86_64", product: { name: "gstreamer-32bit-1.24.10-2.1.x86_64", product_id: "gstreamer-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-1.24.10-2.1.x86_64", product: { name: "gstreamer-devel-1.24.10-2.1.x86_64", product_id: "gstreamer-devel-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-devel-32bit-1.24.10-2.1.x86_64", product: { name: "gstreamer-devel-32bit-1.24.10-2.1.x86_64", product_id: "gstreamer-devel-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-lang-1.24.10-2.1.x86_64", product: { name: "gstreamer-lang-1.24.10-2.1.x86_64", product_id: "gstreamer-lang-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "gstreamer-utils-1.24.10-2.1.x86_64", product: { name: "gstreamer-utils-1.24.10-2.1.x86_64", product_id: "gstreamer-utils-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-1.24.10-2.1.x86_64", product: { name: "libgstreamer-1_0-0-1.24.10-2.1.x86_64", product_id: "libgstreamer-1_0-0-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", product: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", product_id: "libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", product_id: "typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", }, }, { category: "product_version", name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", product: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", product_id: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.s390x", }, product_reference: "gstreamer-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.s390x", }, product_reference: "gstreamer-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-devel-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-devel-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.s390x", }, product_reference: "gstreamer-devel-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-devel-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-devel-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-devel-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.s390x", }, product_reference: "gstreamer-devel-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-devel-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-devel-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-lang-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-lang-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.s390x", }, product_reference: "gstreamer-lang-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-lang-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-lang-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.aarch64", }, product_reference: "gstreamer-utils-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.ppc64le", }, product_reference: "gstreamer-utils-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.s390x", }, product_reference: "gstreamer-utils-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gstreamer-utils-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.x86_64", }, product_reference: "gstreamer-utils-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.aarch64", }, product_reference: "libgstreamer-1_0-0-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.s390x", }, product_reference: "libgstreamer-1_0-0-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.x86_64", }, product_reference: "libgstreamer-1_0-0-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", }, product_reference: "libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", }, product_reference: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", }, product_reference: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", }, product_reference: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", }, product_reference: "typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-47606", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-47606", }, ], notes: [ { category: "general", text: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-47606", url: "https://www.suse.com/security/cve/CVE-2024-47606", }, { category: "external", summary: "SUSE Bug 1234449 for CVE-2024-47606", url: "https://bugzilla.suse.com/1234449", }, ], 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:gstreamer-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.s390x", "openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x", "openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "important", }, ], title: "CVE-2024-47606", }, ], }
fkie_cve-2024-47606
Vulnerability from fkie_nvd
Published
2024-12-12 02:03
Modified
2025-04-19 01:15
Severity ?
Summary
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
gstreamer_project | gstreamer | * | |
debian | debian_linux | 11.0 |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*", matchCriteriaId: "82BF8403-8CE2-4AFC-865F-FD40A77D20E0", versionEndExcluding: "1.24.10", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", matchCriteriaId: "FA6FEEC2-9F11-4643-8827-749718254FED", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.", }, { lang: "es", value: "GStreamer es una librería para construir gráficos de componentes de manejo de medios. Se ha detectado un desbordamiento de enteros en la función qtdemux_parse_theora_extension dentro de qtdemux.c. La vulnerabilidad ocurre debido a un desbordamiento de la variable gint size, que hace que size contenga un valor grande no deseado cuando se convierte en un entero sin signo. Este valor negativo de 32 bits se convierte luego en un entero sin signo de 64 bits (0xfffffffffffffffa) en una llamada posterior a gst_buffer_new_and_alloc. La función gst_buffer_new_allocate luego intenta asignar memoria, llamando finalmente a _sysmem_new_block. La función _sysmem_new_block agrega alineación y tamaño de encabezado al tamaño (sin signo), lo que causa el desbordamiento de la variable 'slice_size'. Como resultado, solo se asignan 0x89 bytes, a pesar del gran tamaño de entrada. Cuando se produce la siguiente llamada a memcpy en gst_buffer_fill, los datos del archivo de entrada sobrescribirán el contenido de la estructura de información GstMapInfo. Por último, durante la llamada a gst_memory_unmap, la memoria sobrescrita puede provocar un secuestro del puntero de función, ya que se llama a la función mem->allocator->mem_unmap_full con un puntero dañado. Esta sobrescritura del puntero de función podría permitir a un atacante alterar el flujo de ejecución del programa, lo que provocaría la ejecución de código arbitrario. Esta vulnerabilidad se corrigió en la versión 1.24.10.", }, ], id: "CVE-2024-47606", lastModified: "2025-04-19T01:15:44.070", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.8, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], cvssMetricV40: [ { cvssData: { Automatable: "NOT_DEFINED", Recovery: "NOT_DEFINED", Safety: "NOT_DEFINED", attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "LOCAL", availabilityRequirement: "NOT_DEFINED", baseScore: 8.6, baseSeverity: "HIGH", confidentialityRequirement: "NOT_DEFINED", exploitMaturity: "NOT_DEFINED", integrityRequirement: "NOT_DEFINED", modifiedAttackComplexity: "NOT_DEFINED", modifiedAttackRequirements: "NOT_DEFINED", modifiedAttackVector: "NOT_DEFINED", modifiedPrivilegesRequired: "NOT_DEFINED", modifiedSubAvailabilityImpact: "NOT_DEFINED", modifiedSubConfidentialityImpact: "NOT_DEFINED", modifiedSubIntegrityImpact: "NOT_DEFINED", modifiedUserInteraction: "NOT_DEFINED", modifiedVulnAvailabilityImpact: "NOT_DEFINED", modifiedVulnConfidentialityImpact: "NOT_DEFINED", modifiedVulnIntegrityImpact: "NOT_DEFINED", privilegesRequired: "NONE", providerUrgency: "NOT_DEFINED", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "HIGH", vulnIntegrityImpact: "HIGH", vulnerabilityResponseEffort: "NOT_DEFINED", }, source: "security-advisories@github.com", type: "Secondary", }, ], }, published: "2024-12-12T02:03:32.220", references: [ { source: "security-advisories@github.com", tags: [ "Patch", ], url: "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch", }, { source: "security-advisories@github.com", tags: [ "Release Notes", ], url: "https://gstreamer.freedesktop.org/security/sa-2024-0014.html", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Mailing List", ], url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://security.netapp.com/advisory/ntap-20250418-0003/", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-190", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-191", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.