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 – Updated: 2025-11-03 20:39- CWE-190 - Integer Overflow or Wraparound
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-47606",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-23T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-24T03:55:27.489Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T20:39:54.545Z",
"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/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00035.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "gstreamer",
"vendor": "gstreamer",
"versions": [
{
"status": "affected",
"version": "\u003c 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 \u0027slice_size\u0027 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-\u003eallocator-\u003emem_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-11-03T20:39:54.545Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-47606",
"date": "2026-06-06",
"epss": "0.00724",
"percentile": "0.72966"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-47606\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-12T02:03:32.220\",\"lastModified\":\"2026-03-17T15:52:33.870\",\"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 \u0027slice_size\u0027 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-\u003eallocator-\u003emem_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 \u0027slice_size\u0027. 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-\u0026gt;allocator-\u0026gt;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.\"}],\"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:gstreamer:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.10\",\"matchCriteriaId\":\"1B92A50A-2A86-49C9-9E3E-CE01EBC1987B\"}]}]},{\"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://lists.debian.org/debian-lts-announce/2025/02/msg00035.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"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/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/02/msg00035.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T20:39:54.545Z\"}}, {\"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\": \"\u003c 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 \u0027slice_size\u0027 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-\u003eallocator-\u003emem_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-11-03T20:39:54.545Z\", \"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.2"
}
}
}
OPENSUSE-SU-2024:14576-1
Vulnerability from csaf_opensuse - Published: 2024-12-13 00:00 - Updated: 2024-12-13 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-devel-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-utils-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgstreamer-1_0-0-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:typelib-1_0-Gst-1_0-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
{
"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 \u0027slice_size\u0027 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-\u003eallocator-\u003emem_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"
}
]
}
OPENSUSE-SU-2024:14578-1
Vulnerability from csaf_opensuse - Published: 2024-12-13 00:00 - Updated: 2024-12-13 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-extra-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-gtk-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-jack-32bit-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-lang-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gstreamer-plugins-good-qtqml6-1.24.10-2.1.x86_64 | — |
Vendor Fix
|
{
"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-\u003esamples to accommodate stream-\u003en_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\u0027t properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts-\u003edata. 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 \u0027slice_size\u0027 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-\u003eallocator-\u003emem_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"
}
]
}
RHSA-2024:11119
Vulnerability from csaf_redhat - Published: 2024-12-16 16:08 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-7.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:35+00:00",
"generator": {
"date": "2026-03-19T17:24:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-19T17:24:35+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:33+00:00",
"generator": {
"date": "2026-03-19T17:24:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-19T17:24:33+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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:11122
Vulnerability from csaf_redhat - Published: 2024-12-16 15:58 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-debugsource-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-gtk-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:gstreamer1-plugins-good-qt-debuginfo-0:1.22.1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:34+00:00",
"generator": {
"date": "2026-03-19T17:24:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-19T17:24:34+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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:11148
Vulnerability from csaf_redhat - Published: 2024-12-18 02:24 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-2.el8_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:34+00:00",
"generator": {
"date": "2026-03-19T17:24:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-19T17:24:34+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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:11149
Vulnerability from csaf_redhat - Published: 2024-12-18 02:32 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:34+00:00",
"generator": {
"date": "2026-03-19T17:24:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-19T17:24:34+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.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:11298
Vulnerability from csaf_redhat - Published: 2024-12-17 19:13 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:gstreamer1-plugins-good-qt-debuginfo-0:1.18.4-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:35+00:00",
"generator": {
"date": "2026-03-19T17:24:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-19T17:24:35+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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.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 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-5.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:36+00:00",
"generator": {
"date": "2026-03-19T17:24:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-19T17:24: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 (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\u0027s 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS: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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS: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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS: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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS: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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS: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:11344
Vulnerability from csaf_redhat - Published: 2024-12-18 08:24 - Updated: 2026-03-19 17:24A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:gstreamer1-plugins-good-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-debuginfo-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-devel-docs-0:1.10.4-3.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-optional-ELS:gstreamer1-plugins-base-tools-0:1.10.4-3.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-19T17:24:36+00:00",
"generator": {
"date": "2026-03-19T17:24:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-19T17:24: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 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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\u0027s 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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.