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-07",
"epss": "0.00724",
"percentile": "0.72949"
},
"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"
}
}
}
RHSA-2024:11346
Vulnerability from csaf_redhat - Published: 2024-12-18 09:12 - 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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_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-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_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-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_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-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_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-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_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 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:11346",
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331719"
},
{
"category": "external",
"summary": "2331722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331722"
},
{
"category": "external",
"summary": "2331726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331726"
},
{
"category": "external",
"summary": "2331753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331753"
},
{
"category": "external",
"summary": "2331760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331760"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11346.json"
}
],
"title": "Red Hat Security Advisory: gstreamer1-plugins-good security update",
"tracking": {
"current_release_date": "2026-03-19T17:24:37+00:00",
"generator": {
"date": "2026-03-19T17:24:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:11346",
"initial_release_date": "2024-12-18T09:12:19+00:00",
"revision_history": [
{
"date": "2024-12-18T09:12:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-12-18T09:12:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-19T17:24:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"product_id": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"product_id": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"product_id": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"product_id": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-3.el8_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47537",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2024-12-11T19:01:01.738365+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer\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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "RHBZ#2331722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47537"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/"
}
],
"release_date": "2024-12-11T18:51:56.158000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:12:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c"
},
{
"cve": "CVE-2024-47539",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2024-12-11T19:01:17.648621+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331726"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47539"
},
{
"category": "external",
"summary": "RHBZ#2331726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47539"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/"
}
],
"release_date": "2024-12-11T18:53:00.750000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:12:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a"
},
{
"cve": "CVE-2024-47540",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"discovery_date": "2024-12-11T19:00:50.751428+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "RHBZ#2331719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47540"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/"
}
],
"release_date": "2024-12-11T18:54:04.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:12:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer"
},
{
"cve": "CVE-2024-47606",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2024-12-11T20:02:25.247273+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331760"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "RHBZ#2331760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331760"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47606"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/"
}
],
"release_date": "2024-12-11T19:12:40.186000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:12:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes"
},
{
"cve": "CVE-2024-47613",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-12-11T20:01:56.201771+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331753"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "RHBZ#2331753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331753"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47613"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/"
}
],
"release_date": "2024-12-11T19:14:02.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:12:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.AUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.E4S:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.src",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-debugsource-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-0:1.16.1-3.el8_4.x86_64",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.i686",
"AppStream-8.4.0.Z.TUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-3.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush"
}
]
}
RHSA-2024:11348
Vulnerability from csaf_redhat - Published: 2024-12-18 09:41 - 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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.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.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-good packages contain a collection of well-supported plug-ins of good quality and under the LGPL license.\n\nSecurity Fix(es):\n\n* gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer (CVE-2024-47540)\n\n* gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c (CVE-2024-47537)\n\n* gstreamer1-plugins-good: OOB-write in convert_to_s334_1a (CVE-2024-47539)\n\n* gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush (CVE-2024-47613)\n\n* gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (CVE-2024-47606)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:11348",
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331719"
},
{
"category": "external",
"summary": "2331722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331722"
},
{
"category": "external",
"summary": "2331726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331726"
},
{
"category": "external",
"summary": "2331753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331753"
},
{
"category": "external",
"summary": "2331760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331760"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11348.json"
}
],
"title": "Red Hat Security Advisory: gstreamer1-plugins-good security update",
"tracking": {
"current_release_date": "2026-03-19T17:24:38+00:00",
"generator": {
"date": "2026-03-19T17:24:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:11348",
"initial_release_date": "2024-12-18T09:41:40+00:00",
"revision_history": [
{
"date": "2024-12-18T09:41:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-12-18T09:41:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-19T17:24:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"product": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"product_id": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good@1.16.1-4.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"product": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"product_id": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk@1.16.1-4.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"product": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"product_id": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debugsource@1.16.1-4.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"product": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"product_id": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-debuginfo@1.16.1-4.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"product": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"product_id": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gstreamer1-plugins-good-gtk-debuginfo@1.16.1-4.el8_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64"
},
"product_reference": "gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64"
},
"product_reference": "gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
},
"product_reference": "gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47537",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2024-12-11T19:01:01.738365+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the GStreamer library. An integer overflow in the MP4/MOV demuxer\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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "RHBZ#2331722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47537"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-094_Gstreamer/"
}
],
"release_date": "2024-12-11T18:51:56.158000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:41:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: OOB-write in isomp4/qtdemux.c"
},
{
"cve": "CVE-2024-47539",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2024-12-11T19:01:17.648621+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331726"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the GStreamer library. An out-of-bounds write in the MP4/MOV demuxer when handling CEA608 Closed Caption tracks can lead to crashes for certain input files. This vulnerability allows a malicious third party to trigger a crash of the application and perform code execution through heap manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability classified as important severity rather than moderate due to its potential for out-of-bounds memory writes, which are highly exploitable in many scenarios. The discrepancy between the memory allocation and loop bounds allows overwriting up to 3 bytes beyond the intended storage array, which could corrupt adjacent memory. Depending on the execution context, this could lead to critical security consequences, such as the alteration of control structures, heap corruption, or stack manipulation, opening paths for arbitrary code execution or escalation of privileges.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47539"
},
{
"category": "external",
"summary": "RHBZ#2331726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47539"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47539",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47539"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8059.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-195_Gstreamer/"
}
],
"release_date": "2024-12-11T18:53:00.750000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:41:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: OOB-write in convert_to_s334_1a"
},
{
"cve": "CVE-2024-47540",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"discovery_date": "2024-12-11T19:00:50.751428+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Matroska/WebM demuxer in the GStreamer library. Processing a specially crafted input file can cause the usage of uninitialized stack memory, allowing calls to uninitialized function pointers, potentially resulting in code execution or an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the Matroska/WebM demuxer. However, this issue still has an Important severity as it allows an attacker hijack the execution flow of the application, potentially resulting in unexpected behavior, including arbitrary code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "RHBZ#2331719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47540"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8057.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-197_GStreamer/"
}
],
"release_date": "2024-12-11T18:54:04.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:41:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the Matroska/WebM demuxer and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: uninitialized stack memory in Matroska/WebM demuxer"
},
{
"cve": "CVE-2024-47606",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2024-12-11T20:02:25.247273+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331760"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the MP4/MOV demuxer and memory allocator in the GStreamer library. Processing a specially crafted input file can cause an integer overflow in the qtdemux_parse_theora_extension function. This issue leads to a small amount of memory being allocated to store a large input size, resulting in an out-of-bounds write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted .mov file. However, this issue still has an Important severity as it allows an attacker to trigger an out-of-bounds write to memory allocated in the heap, overwriting critical memory regions, potentially resulting in unexpected behavior, including arbitrary code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "RHBZ#2331760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331760"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47606"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/"
}
],
"release_date": "2024-12-11T19:12:40.186000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:41:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the MP4/MOV demuxer and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gstreamer1-plugins-good: integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes"
},
{
"cve": "CVE-2024-47613",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-12-11T20:01:56.201771+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331753"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf decoder in the GStreamer library. Processing a specially crafted input file can cause a NULL pointer dereference due to an unchecked return value, resulting in an application crash and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to trick a user into opening or processing a specially crafted file with the gdk-pixbuf decoder. As user interaction is required to trigger is issue and the impact is limited to an application crash, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "RHBZ#2331753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331753"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47613"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patch"
},
{
"category": "external",
"summary": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html"
},
{
"category": "external",
"summary": "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/",
"url": "https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/"
}
],
"release_date": "2024-12-11T19:14:02.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-12-18T09:41:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the gdk-pixbuf decoder and monitor application crashes as this may indicate exploitation attempts.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.src",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debuginfo-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-debugsource-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-0:1.16.1-4.el8_8.x86_64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.aarch64",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.i686",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.ppc64le",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.s390x",
"AppStream-8.8.0.Z.EUS:gstreamer1-plugins-good-gtk-debuginfo-0:1.16.1-4.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gstreamer1-plugins-good: null pointer dereference in gst_gdk_pixbuf_dec_flush"
}
]
}
SUSE-SU-2025:00063-1
Vulnerability from csaf_suse - Published: 2025-06-24 12:03 - Updated: 2025-06-24 12:03| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer-plugins-good",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47540: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-63",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_00063-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:00063-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202500063-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:00063-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040461.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234414",
"url": "https://bugzilla.suse.com/1234414"
},
{
"category": "self",
"summary": "SUSE Bug 1234421",
"url": "https://bugzilla.suse.com/1234421"
},
{
"category": "self",
"summary": "SUSE Bug 1234424",
"url": "https://bugzilla.suse.com/1234424"
},
{
"category": "self",
"summary": "SUSE Bug 1234425",
"url": "https://bugzilla.suse.com/1234425"
},
{
"category": "self",
"summary": "SUSE Bug 1234427",
"url": "https://bugzilla.suse.com/1234427"
},
{
"category": "self",
"summary": "SUSE Bug 1234428",
"url": "https://bugzilla.suse.com/1234428"
},
{
"category": "self",
"summary": "SUSE Bug 1234432",
"url": "https://bugzilla.suse.com/1234432"
},
{
"category": "self",
"summary": "SUSE Bug 1234433",
"url": "https://bugzilla.suse.com/1234433"
},
{
"category": "self",
"summary": "SUSE Bug 1234434",
"url": "https://bugzilla.suse.com/1234434"
},
{
"category": "self",
"summary": "SUSE Bug 1234435",
"url": "https://bugzilla.suse.com/1234435"
},
{
"category": "self",
"summary": "SUSE Bug 1234436",
"url": "https://bugzilla.suse.com/1234436"
},
{
"category": "self",
"summary": "SUSE Bug 1234439",
"url": "https://bugzilla.suse.com/1234439"
},
{
"category": "self",
"summary": "SUSE Bug 1234440",
"url": "https://bugzilla.suse.com/1234440"
},
{
"category": "self",
"summary": "SUSE Bug 1234446",
"url": "https://bugzilla.suse.com/1234446"
},
{
"category": "self",
"summary": "SUSE Bug 1234447",
"url": "https://bugzilla.suse.com/1234447"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE Bug 1234462",
"url": "https://bugzilla.suse.com/1234462"
},
{
"category": "self",
"summary": "SUSE Bug 1234473",
"url": "https://bugzilla.suse.com/1234473"
},
{
"category": "self",
"summary": "SUSE Bug 1234476",
"url": "https://bugzilla.suse.com/1234476"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47537 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47540 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47543 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47544 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47545 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47596 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47597 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47599 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47601 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47603 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47613 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47774 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47775 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47776 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47777 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47778 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47778/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47834 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47834/"
}
],
"title": "Security update for gstreamer-plugins-good",
"tracking": {
"current_release_date": "2025-06-24T12:03:30Z",
"generator": {
"date": "2025-06-24T12:03:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:00063-1",
"initial_release_date": "2025-06-24T12:03:30Z",
"revision_history": [
{
"date": "2025-06-24T12:03:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-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": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47537",
"url": "https://www.suse.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "SUSE Bug 1234414 for CVE-2024-47537",
"url": "https://bugzilla.suse.com/1234414"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47540"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size \u003c 4, the program calls gst_buffer_unmap with an uninitialized map variable. Then, in the gst_memory_unmap function, the program will attempt to unmap the buffer using the uninitialized map variable, causing a function pointer hijack, as it will jump to mem-\u003eallocator-\u003emem_unmap_full or mem-\u003eallocator-\u003emem_unmap. This vulnerability could allow an attacker to hijack the execution flow, potentially leading to code execution. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47540",
"url": "https://www.suse.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "SUSE Bug 1234421 for CVE-2024-47540",
"url": "https://bugzilla.suse.com/1234421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47543"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47543",
"url": "https://www.suse.com/security/cve/CVE-2024-47543"
},
{
"category": "external",
"summary": "SUSE Bug 1234462 for CVE-2024-47543",
"url": "https://bugzilla.suse.com/1234462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47544"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47544",
"url": "https://www.suse.com/security/cve/CVE-2024-47544"
},
{
"category": "external",
"summary": "SUSE Bug 1234473 for CVE-2024-47544",
"url": "https://bugzilla.suse.com/1234473"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47545"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47545",
"url": "https://www.suse.com/security/cve/CVE-2024-47545"
},
{
"category": "external",
"summary": "SUSE Bug 1234476 for CVE-2024-47545",
"url": "https://bugzilla.suse.com/1234476"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47596"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47596",
"url": "https://www.suse.com/security/cve/CVE-2024-47596"
},
{
"category": "external",
"summary": "SUSE Bug 1234424 for CVE-2024-47596",
"url": "https://bugzilla.suse.com/1234424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47597"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream-\u003estco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47597",
"url": "https://www.suse.com/security/cve/CVE-2024-47597"
},
{
"category": "external",
"summary": "SUSE Bug 1234425 for CVE-2024-47597",
"url": "https://bugzilla.suse.com/1234425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47599"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47599",
"url": "https://www.suse.com/security/cve/CVE-2024-47599"
},
{
"category": "external",
"summary": "SUSE Bug 1234427 for CVE-2024-47599",
"url": "https://bugzilla.suse.com/1234427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47601"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47601",
"url": "https://www.suse.com/security/cve/CVE-2024-47601"
},
{
"category": "external",
"summary": "SUSE Bug 1234428 for CVE-2024-47601",
"url": "https://bugzilla.suse.com/1234428"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47602"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream-\u003ecodec_priv pointer in the following code. If stream-\u003ecodec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47602",
"url": "https://www.suse.com/security/cve/CVE-2024-47602"
},
{
"category": "external",
"summary": "SUSE Bug 1234432 for CVE-2024-47602",
"url": "https://bugzilla.suse.com/1234432"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47603"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47603",
"url": "https://www.suse.com/security/cve/CVE-2024-47603"
},
{
"category": "external",
"summary": "SUSE Bug 1234433 for CVE-2024-47603",
"url": "https://bugzilla.suse.com/1234433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47613"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47613",
"url": "https://www.suse.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "SUSE Bug 1234447 for CVE-2024-47613",
"url": "https://bugzilla.suse.com/1234447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47774"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47774",
"url": "https://www.suse.com/security/cve/CVE-2024-47774"
},
{
"category": "external",
"summary": "SUSE Bug 1234446 for CVE-2024-47774",
"url": "https://bugzilla.suse.com/1234446"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47775"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47775",
"url": "https://www.suse.com/security/cve/CVE-2024-47775"
},
{
"category": "external",
"summary": "SUSE Bug 1234434 for CVE-2024-47775",
"url": "https://bugzilla.suse.com/1234434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47776"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size \u003c 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47776",
"url": "https://www.suse.com/security/cve/CVE-2024-47776"
},
{
"category": "external",
"summary": "SUSE Bug 1234435 for CVE-2024-47776",
"url": "https://bugzilla.suse.com/1234435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47777"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47777",
"url": "https://www.suse.com/security/cve/CVE-2024-47777"
},
{
"category": "external",
"summary": "SUSE Bug 1234436 for CVE-2024-47777",
"url": "https://bugzilla.suse.com/1234436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47778"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47778",
"url": "https://www.suse.com/security/cve/CVE-2024-47778"
},
{
"category": "external",
"summary": "SUSE Bug 1234439 for CVE-2024-47778",
"url": "https://bugzilla.suse.com/1234439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47834"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track-\u003ecodec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47834",
"url": "https://www.suse.com/security/cve/CVE-2024-47834"
},
{
"category": "external",
"summary": "SUSE Bug 1234440 for CVE-2024-47834",
"url": "https://bugzilla.suse.com/1234440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
SUSE-SU-2025:0051-1
Vulnerability from csaf_suse - Published: 2025-01-09 16:35 - Updated: 2025-01-09 16:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-2025-51,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-51",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0051-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0051-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250051-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0051-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
}
],
"title": "Security update for gstreamer",
"tracking": {
"current_release_date": "2025-01-09T16:35:23Z",
"generator": {
"date": "2025-01-09T16:35:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0051-1",
"initial_release_date": "2025-01-09T16:35:23Z",
"revision_history": [
{
"date": "2025-01-09T16:35:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.aarch64",
"product": {
"name": "gstreamer-1.8.3-10.12.1.aarch64",
"product_id": "gstreamer-1.8.3-10.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.aarch64",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.aarch64",
"product_id": "gstreamer-devel-1.8.3-10.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.aarch64",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.aarch64",
"product_id": "gstreamer-doc-1.8.3-10.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.aarch64",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.aarch64",
"product_id": "gstreamer-utils-1.8.3-10.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32",
"product": {
"name": "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32",
"product_id": "gstreamer-64bit-1.8.3-10.12.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32",
"product": {
"name": "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32",
"product_id": "libgstreamer-1_0-0-64bit-1.8.3-10.12.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.i586",
"product": {
"name": "gstreamer-1.8.3-10.12.1.i586",
"product_id": "gstreamer-1.8.3-10.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.i586",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.i586",
"product_id": "gstreamer-devel-1.8.3-10.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.i586",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.i586",
"product_id": "gstreamer-doc-1.8.3-10.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.i586",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.i586",
"product_id": "gstreamer-utils-1.8.3-10.12.1.i586"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.i586",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.i586",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-lang-1.8.3-10.12.1.noarch",
"product": {
"name": "gstreamer-lang-1.8.3-10.12.1.noarch",
"product_id": "gstreamer-lang-1.8.3-10.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.ppc64le",
"product": {
"name": "gstreamer-1.8.3-10.12.1.ppc64le",
"product_id": "gstreamer-1.8.3-10.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.ppc64le",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.ppc64le",
"product_id": "gstreamer-devel-1.8.3-10.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.ppc64le",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.ppc64le",
"product_id": "gstreamer-doc-1.8.3-10.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.ppc64le",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.ppc64le",
"product_id": "gstreamer-utils-1.8.3-10.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.s390",
"product": {
"name": "gstreamer-1.8.3-10.12.1.s390",
"product_id": "gstreamer-1.8.3-10.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.s390",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.s390",
"product_id": "gstreamer-devel-1.8.3-10.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.s390",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.s390",
"product_id": "gstreamer-doc-1.8.3-10.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.s390",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.s390",
"product_id": "gstreamer-utils-1.8.3-10.12.1.s390"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.s390",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.s390",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.s390"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.s390x",
"product": {
"name": "gstreamer-1.8.3-10.12.1.s390x",
"product_id": "gstreamer-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.8.3-10.12.1.s390x",
"product": {
"name": "gstreamer-32bit-1.8.3-10.12.1.s390x",
"product_id": "gstreamer-32bit-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.s390x",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.s390x",
"product_id": "gstreamer-devel-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.s390x",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.s390x",
"product_id": "gstreamer-doc-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.s390x",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.s390x",
"product_id": "gstreamer-utils-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"product_id": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.8.3-10.12.1.x86_64",
"product": {
"name": "gstreamer-1.8.3-10.12.1.x86_64",
"product_id": "gstreamer-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.8.3-10.12.1.x86_64",
"product": {
"name": "gstreamer-32bit-1.8.3-10.12.1.x86_64",
"product_id": "gstreamer-32bit-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.8.3-10.12.1.x86_64",
"product": {
"name": "gstreamer-devel-1.8.3-10.12.1.x86_64",
"product_id": "gstreamer-devel-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.8.3-10.12.1.x86_64",
"product": {
"name": "gstreamer-doc-1.8.3-10.12.1.x86_64",
"product_id": "gstreamer-doc-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.8.3-10.12.1.x86_64",
"product": {
"name": "gstreamer-utils-1.8.3-10.12.1.x86_64",
"product_id": "gstreamer-utils-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"product_id": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64"
},
"product_reference": "gstreamer-1.8.3-10.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le"
},
"product_reference": "gstreamer-1.8.3-10.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x"
},
"product_reference": "gstreamer-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64"
},
"product_reference": "gstreamer-devel-1.8.3-10.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.8.3-10.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x"
},
"product_reference": "gstreamer-devel-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-devel-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.8.3-10.12.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch"
},
"product_reference": "gstreamer-lang-1.8.3-10.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64"
},
"product_reference": "gstreamer-utils-1.8.3-10.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.8.3-10.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x"
},
"product_reference": "gstreamer-utils-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-utils-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-devel-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.8.3-10.12.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch"
},
"product_reference": "gstreamer-lang-1.8.3-10.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64"
},
"product_reference": "gstreamer-utils-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-devel-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-lang-1.8.3-10.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-utils-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libgstreamer-1_0-0-32bit-1.8.3-10.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:typelib-1_0-Gst-1_0-1.8.3-10.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:35:23Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:0053-1
Vulnerability from csaf_suse - Published: 2025-01-09 16:36 - Updated: 2025-01-09 16:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-53,SUSE-SLE-Micro-5.5-2025-53,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-53,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-53,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-53",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0053-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0053-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250053-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0053-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020081.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
}
],
"title": "Security update for gstreamer",
"tracking": {
"current_release_date": "2025-01-09T16:36:08Z",
"generator": {
"date": "2025-01-09T16:36:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0053-1",
"initial_release_date": "2025-01-09T16:36:08Z",
"revision_history": [
{
"date": "2025-01-09T16:36:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"product": {
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"product_id": "gstreamer-1.22.0-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"product": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"product_id": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"product": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"product_id": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"product_id": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product": {
"name": "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product_id": "gstreamer-64bit-1.22.0-150500.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product": {
"name": "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product_id": "gstreamer-devel-64bit-1.22.0-150500.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product": {
"name": "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32",
"product_id": "libgstreamer-1_0-0-64bit-1.22.0-150500.3.5.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.0-150500.3.5.1.i586",
"product": {
"name": "gstreamer-1.22.0-150500.3.5.1.i586",
"product_id": "gstreamer-1.22.0-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.22.0-150500.3.5.1.i586",
"product": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.i586",
"product_id": "gstreamer-devel-1.22.0-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.22.0-150500.3.5.1.i586",
"product": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.i586",
"product_id": "gstreamer-utils-1.22.0-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586",
"product": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586",
"product_id": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586",
"product": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586",
"product_id": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"product": {
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"product_id": "gstreamer-lang-1.22.0-150500.3.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.0-150500.3.5.1.ppc64le",
"product": {
"name": "gstreamer-1.22.0-150500.3.5.1.ppc64le",
"product_id": "gstreamer-1.22.0-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"product": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"product_id": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"product": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"product_id": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"product": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"product_id": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.0-150500.3.5.1.s390x",
"product": {
"name": "gstreamer-1.22.0-150500.3.5.1.s390x",
"product_id": "gstreamer-1.22.0-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"product": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"product_id": "gstreamer-devel-1.22.0-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"product": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"product_id": "gstreamer-utils-1.22.0-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"product_id": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"product": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"product_id": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"product_id": "gstreamer-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64",
"product_id": "gstreamer-32bit-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"product_id": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64",
"product_id": "gstreamer-devel-32bit-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"product_id": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64",
"product_id": "libgstreamer-1_0-0-32bit-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-32bit-1.22.0-150500.3.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch"
},
"product_reference": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch"
},
"product_reference": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch"
},
"product_reference": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.22.0-150500.3.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch"
},
"product_reference": "gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-devel-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-lang-1.22.0-150500.3.5.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-utils-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libgstreamer-1_0-0-1.22.0-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:typelib-1_0-Gst-1_0-1.22.0-150500.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:08Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:0055-1
Vulnerability from csaf_suse - Published: 2025-01-09 16:36 - Updated: 2025-01-09 16:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer-plugins-good",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-55,SUSE-SLE-Module-Basesystem-15-SP6-2025-55,SUSE-SLE-Product-WE-15-SP6-2025-55,openSUSE-SLE-15.6-2025-55",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0055-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0055-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250055-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0055-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020079.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234414",
"url": "https://bugzilla.suse.com/1234414"
},
{
"category": "self",
"summary": "SUSE Bug 1234417",
"url": "https://bugzilla.suse.com/1234417"
},
{
"category": "self",
"summary": "SUSE Bug 1234421",
"url": "https://bugzilla.suse.com/1234421"
},
{
"category": "self",
"summary": "SUSE Bug 1234424",
"url": "https://bugzilla.suse.com/1234424"
},
{
"category": "self",
"summary": "SUSE Bug 1234425",
"url": "https://bugzilla.suse.com/1234425"
},
{
"category": "self",
"summary": "SUSE Bug 1234426",
"url": "https://bugzilla.suse.com/1234426"
},
{
"category": "self",
"summary": "SUSE Bug 1234427",
"url": "https://bugzilla.suse.com/1234427"
},
{
"category": "self",
"summary": "SUSE Bug 1234428",
"url": "https://bugzilla.suse.com/1234428"
},
{
"category": "self",
"summary": "SUSE Bug 1234432",
"url": "https://bugzilla.suse.com/1234432"
},
{
"category": "self",
"summary": "SUSE Bug 1234433",
"url": "https://bugzilla.suse.com/1234433"
},
{
"category": "self",
"summary": "SUSE Bug 1234434",
"url": "https://bugzilla.suse.com/1234434"
},
{
"category": "self",
"summary": "SUSE Bug 1234435",
"url": "https://bugzilla.suse.com/1234435"
},
{
"category": "self",
"summary": "SUSE Bug 1234436",
"url": "https://bugzilla.suse.com/1234436"
},
{
"category": "self",
"summary": "SUSE Bug 1234439",
"url": "https://bugzilla.suse.com/1234439"
},
{
"category": "self",
"summary": "SUSE Bug 1234440",
"url": "https://bugzilla.suse.com/1234440"
},
{
"category": "self",
"summary": "SUSE Bug 1234446",
"url": "https://bugzilla.suse.com/1234446"
},
{
"category": "self",
"summary": "SUSE Bug 1234447",
"url": "https://bugzilla.suse.com/1234447"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE Bug 1234462",
"url": "https://bugzilla.suse.com/1234462"
},
{
"category": "self",
"summary": "SUSE Bug 1234473",
"url": "https://bugzilla.suse.com/1234473"
},
{
"category": "self",
"summary": "SUSE Bug 1234476",
"url": "https://bugzilla.suse.com/1234476"
},
{
"category": "self",
"summary": "SUSE Bug 1234477",
"url": "https://bugzilla.suse.com/1234477"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47537 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47539 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47540 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47543 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47544 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47545 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47546 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47546/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47596 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47597 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47598 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47598/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47599 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47601 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47603 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47613 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47774 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47775 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47776 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47777 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47778 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47778/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47834 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47834/"
}
],
"title": "Security update for gstreamer-plugins-good",
"tracking": {
"current_release_date": "2025-01-09T16:36:54Z",
"generator": {
"date": "2025-01-09T16:36:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0055-1",
"initial_release_date": "2025-01-09T16:36:54Z",
"revision_history": [
{
"date": "2025-01-09T16:36:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-jack-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-plugins-good-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-we:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP6",
"product_id": "SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47537",
"url": "https://www.suse.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "SUSE Bug 1234414 for CVE-2024-47537",
"url": "https://bugzilla.suse.com/1234414"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "important"
}
],
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47539"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 \u003c ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop\u0027s expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47539",
"url": "https://www.suse.com/security/cve/CVE-2024-47539"
},
{
"category": "external",
"summary": "SUSE Bug 1234417 for CVE-2024-47539",
"url": "https://bugzilla.suse.com/1234417"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "important"
}
],
"title": "CVE-2024-47539"
},
{
"cve": "CVE-2024-47540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47540"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size \u003c 4, the program calls gst_buffer_unmap with an uninitialized map variable. Then, in the gst_memory_unmap function, the program will attempt to unmap the buffer using the uninitialized map variable, causing a function pointer hijack, as it will jump to mem-\u003eallocator-\u003emem_unmap_full or mem-\u003eallocator-\u003emem_unmap. This vulnerability could allow an attacker to hijack the execution flow, potentially leading to code execution. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47540",
"url": "https://www.suse.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "SUSE Bug 1234421 for CVE-2024-47540",
"url": "https://bugzilla.suse.com/1234421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "important"
}
],
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47543"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47543",
"url": "https://www.suse.com/security/cve/CVE-2024-47543"
},
{
"category": "external",
"summary": "SUSE Bug 1234462 for CVE-2024-47543",
"url": "https://bugzilla.suse.com/1234462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47544"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47544",
"url": "https://www.suse.com/security/cve/CVE-2024-47544"
},
{
"category": "external",
"summary": "SUSE Bug 1234473 for CVE-2024-47544",
"url": "https://bugzilla.suse.com/1234473"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47545"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47545",
"url": "https://www.suse.com/security/cve/CVE-2024-47545"
},
{
"category": "external",
"summary": "SUSE Bug 1234476 for CVE-2024-47545",
"url": "https://bugzilla.suse.com/1234476"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47546",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47546"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47546",
"url": "https://www.suse.com/security/cve/CVE-2024-47546"
},
{
"category": "external",
"summary": "SUSE Bug 1234477 for CVE-2024-47546",
"url": "https://bugzilla.suse.com/1234477"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47546"
},
{
"cve": "CVE-2024-47596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47596"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47596",
"url": "https://www.suse.com/security/cve/CVE-2024-47596"
},
{
"category": "external",
"summary": "SUSE Bug 1234424 for CVE-2024-47596",
"url": "https://bugzilla.suse.com/1234424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47597"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream-\u003estco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47597",
"url": "https://www.suse.com/security/cve/CVE-2024-47597"
},
{
"category": "external",
"summary": "SUSE Bug 1234425 for CVE-2024-47597",
"url": "https://bugzilla.suse.com/1234425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47598"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn\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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47598",
"url": "https://www.suse.com/security/cve/CVE-2024-47598"
},
{
"category": "external",
"summary": "SUSE Bug 1234426 for CVE-2024-47598",
"url": "https://bugzilla.suse.com/1234426"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47598"
},
{
"cve": "CVE-2024-47599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47599"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47599",
"url": "https://www.suse.com/security/cve/CVE-2024-47599"
},
{
"category": "external",
"summary": "SUSE Bug 1234427 for CVE-2024-47599",
"url": "https://bugzilla.suse.com/1234427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47601"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47601",
"url": "https://www.suse.com/security/cve/CVE-2024-47601"
},
{
"category": "external",
"summary": "SUSE Bug 1234428 for CVE-2024-47601",
"url": "https://bugzilla.suse.com/1234428"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47602"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream-\u003ecodec_priv pointer in the following code. If stream-\u003ecodec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47602",
"url": "https://www.suse.com/security/cve/CVE-2024-47602"
},
{
"category": "external",
"summary": "SUSE Bug 1234432 for CVE-2024-47602",
"url": "https://bugzilla.suse.com/1234432"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47603"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47603",
"url": "https://www.suse.com/security/cve/CVE-2024-47603"
},
{
"category": "external",
"summary": "SUSE Bug 1234433 for CVE-2024-47603",
"url": "https://bugzilla.suse.com/1234433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47613"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47613",
"url": "https://www.suse.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "SUSE Bug 1234447 for CVE-2024-47613",
"url": "https://bugzilla.suse.com/1234447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47774"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47774",
"url": "https://www.suse.com/security/cve/CVE-2024-47774"
},
{
"category": "external",
"summary": "SUSE Bug 1234446 for CVE-2024-47774",
"url": "https://bugzilla.suse.com/1234446"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47775"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47775",
"url": "https://www.suse.com/security/cve/CVE-2024-47775"
},
{
"category": "external",
"summary": "SUSE Bug 1234434 for CVE-2024-47775",
"url": "https://bugzilla.suse.com/1234434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47776"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size \u003c 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47776",
"url": "https://www.suse.com/security/cve/CVE-2024-47776"
},
{
"category": "external",
"summary": "SUSE Bug 1234435 for CVE-2024-47776",
"url": "https://bugzilla.suse.com/1234435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47777"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47777",
"url": "https://www.suse.com/security/cve/CVE-2024-47777"
},
{
"category": "external",
"summary": "SUSE Bug 1234436 for CVE-2024-47777",
"url": "https://bugzilla.suse.com/1234436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47778"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47778",
"url": "https://www.suse.com/security/cve/CVE-2024-47778"
},
{
"category": "external",
"summary": "SUSE Bug 1234439 for CVE-2024-47778",
"url": "https://bugzilla.suse.com/1234439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47834"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track-\u003ecodec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47834",
"url": "https://www.suse.com/security/cve/CVE-2024-47834"
},
{
"category": "external",
"summary": "SUSE Bug 1234440 for CVE-2024-47834",
"url": "https://bugzilla.suse.com/1234440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Workstation Extension 15 SP6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-extra-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-gtk-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-jack-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-plugins-good-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-plugins-good-qtqml-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T16:36:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
SUSE-SU-2025:0062-1
Vulnerability from csaf_suse - Published: 2025-01-10 12:53 - Updated: 2025-01-10 12:53| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-62,SUSE-SLE-Module-Basesystem-15-SP6-2025-62,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-62,openSUSE-SLE-15.6-2025-62",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0062-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0062-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250062-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0062-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020092.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
}
],
"title": "Security update for gstreamer",
"tracking": {
"current_release_date": "2025-01-10T12:53:32Z",
"generator": {
"date": "2025-01-10T12:53:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0062-1",
"initial_release_date": "2025-01-10T12:53:32Z",
"revision_history": [
{
"date": "2025-01-10T12:53:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"product_id": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"product_id": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-devel-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libgstreamer-1_0-0-64bit-1.24.0-150600.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-devel-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.24.0-150600.3.3.1.i586",
"product": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.i586",
"product_id": "gstreamer-utils-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586",
"product": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586",
"product_id": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586",
"product": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586",
"product_id": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"product": {
"name": "gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"product_id": "gstreamer-lang-1.24.0-150600.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"product_id": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"product": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"product_id": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-devel-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"product_id": "gstreamer-utils-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"product_id": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"product": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"product_id": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"product_id": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.24.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.24.0-150600.3.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-devel-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-devel-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:gstreamer-lang-1.24.0-150600.3.3.1.noarch",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:gstreamer-utils-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libgstreamer-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-Gst-1_0-32bit-1.24.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T12:53:32Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:0063-1
Vulnerability from csaf_suse - Published: 2025-06-24 12:03 - Updated: 2025-06-24 12:03| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer-plugins-good",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47540: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-2025-63,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-63",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0063-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0063-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250063-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0063-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234414",
"url": "https://bugzilla.suse.com/1234414"
},
{
"category": "self",
"summary": "SUSE Bug 1234421",
"url": "https://bugzilla.suse.com/1234421"
},
{
"category": "self",
"summary": "SUSE Bug 1234424",
"url": "https://bugzilla.suse.com/1234424"
},
{
"category": "self",
"summary": "SUSE Bug 1234425",
"url": "https://bugzilla.suse.com/1234425"
},
{
"category": "self",
"summary": "SUSE Bug 1234427",
"url": "https://bugzilla.suse.com/1234427"
},
{
"category": "self",
"summary": "SUSE Bug 1234428",
"url": "https://bugzilla.suse.com/1234428"
},
{
"category": "self",
"summary": "SUSE Bug 1234432",
"url": "https://bugzilla.suse.com/1234432"
},
{
"category": "self",
"summary": "SUSE Bug 1234433",
"url": "https://bugzilla.suse.com/1234433"
},
{
"category": "self",
"summary": "SUSE Bug 1234434",
"url": "https://bugzilla.suse.com/1234434"
},
{
"category": "self",
"summary": "SUSE Bug 1234435",
"url": "https://bugzilla.suse.com/1234435"
},
{
"category": "self",
"summary": "SUSE Bug 1234436",
"url": "https://bugzilla.suse.com/1234436"
},
{
"category": "self",
"summary": "SUSE Bug 1234439",
"url": "https://bugzilla.suse.com/1234439"
},
{
"category": "self",
"summary": "SUSE Bug 1234440",
"url": "https://bugzilla.suse.com/1234440"
},
{
"category": "self",
"summary": "SUSE Bug 1234446",
"url": "https://bugzilla.suse.com/1234446"
},
{
"category": "self",
"summary": "SUSE Bug 1234447",
"url": "https://bugzilla.suse.com/1234447"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE Bug 1234462",
"url": "https://bugzilla.suse.com/1234462"
},
{
"category": "self",
"summary": "SUSE Bug 1234473",
"url": "https://bugzilla.suse.com/1234473"
},
{
"category": "self",
"summary": "SUSE Bug 1234476",
"url": "https://bugzilla.suse.com/1234476"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47537 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47540 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47543 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47544 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47545 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47596 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47597 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47599 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47601 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47603 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47613 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47774 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47775 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47776 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47777 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47778 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47778/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47834 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47834/"
}
],
"title": "Security update for gstreamer-plugins-good",
"tracking": {
"current_release_date": "2025-06-24T12:03:30Z",
"generator": {
"date": "2025-06-24T12:03:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0063-1",
"initial_release_date": "2025-06-24T12:03:30Z",
"revision_history": [
{
"date": "2025-06-24T12:03:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.8.3-16.12.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.8.3-16.12.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x",
"product_id": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-doc-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.8.3-16.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.8.3-16.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-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": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47537",
"url": "https://www.suse.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "SUSE Bug 1234414 for CVE-2024-47537",
"url": "https://bugzilla.suse.com/1234414"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47540"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size \u003c 4, the program calls gst_buffer_unmap with an uninitialized map variable. Then, in the gst_memory_unmap function, the program will attempt to unmap the buffer using the uninitialized map variable, causing a function pointer hijack, as it will jump to mem-\u003eallocator-\u003emem_unmap_full or mem-\u003eallocator-\u003emem_unmap. This vulnerability could allow an attacker to hijack the execution flow, potentially leading to code execution. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47540",
"url": "https://www.suse.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "SUSE Bug 1234421 for CVE-2024-47540",
"url": "https://bugzilla.suse.com/1234421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47543"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47543",
"url": "https://www.suse.com/security/cve/CVE-2024-47543"
},
{
"category": "external",
"summary": "SUSE Bug 1234462 for CVE-2024-47543",
"url": "https://bugzilla.suse.com/1234462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47544"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47544",
"url": "https://www.suse.com/security/cve/CVE-2024-47544"
},
{
"category": "external",
"summary": "SUSE Bug 1234473 for CVE-2024-47544",
"url": "https://bugzilla.suse.com/1234473"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47545"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47545",
"url": "https://www.suse.com/security/cve/CVE-2024-47545"
},
{
"category": "external",
"summary": "SUSE Bug 1234476 for CVE-2024-47545",
"url": "https://bugzilla.suse.com/1234476"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47596"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47596",
"url": "https://www.suse.com/security/cve/CVE-2024-47596"
},
{
"category": "external",
"summary": "SUSE Bug 1234424 for CVE-2024-47596",
"url": "https://bugzilla.suse.com/1234424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47597"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream-\u003estco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47597",
"url": "https://www.suse.com/security/cve/CVE-2024-47597"
},
{
"category": "external",
"summary": "SUSE Bug 1234425 for CVE-2024-47597",
"url": "https://bugzilla.suse.com/1234425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47599"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47599",
"url": "https://www.suse.com/security/cve/CVE-2024-47599"
},
{
"category": "external",
"summary": "SUSE Bug 1234427 for CVE-2024-47599",
"url": "https://bugzilla.suse.com/1234427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47601"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47601",
"url": "https://www.suse.com/security/cve/CVE-2024-47601"
},
{
"category": "external",
"summary": "SUSE Bug 1234428 for CVE-2024-47601",
"url": "https://bugzilla.suse.com/1234428"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47602"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream-\u003ecodec_priv pointer in the following code. If stream-\u003ecodec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47602",
"url": "https://www.suse.com/security/cve/CVE-2024-47602"
},
{
"category": "external",
"summary": "SUSE Bug 1234432 for CVE-2024-47602",
"url": "https://bugzilla.suse.com/1234432"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47603"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47603",
"url": "https://www.suse.com/security/cve/CVE-2024-47603"
},
{
"category": "external",
"summary": "SUSE Bug 1234433 for CVE-2024-47603",
"url": "https://bugzilla.suse.com/1234433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47613"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47613",
"url": "https://www.suse.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "SUSE Bug 1234447 for CVE-2024-47613",
"url": "https://bugzilla.suse.com/1234447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47774"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47774",
"url": "https://www.suse.com/security/cve/CVE-2024-47774"
},
{
"category": "external",
"summary": "SUSE Bug 1234446 for CVE-2024-47774",
"url": "https://bugzilla.suse.com/1234446"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47775"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47775",
"url": "https://www.suse.com/security/cve/CVE-2024-47775"
},
{
"category": "external",
"summary": "SUSE Bug 1234434 for CVE-2024-47775",
"url": "https://bugzilla.suse.com/1234434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47776"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size \u003c 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47776",
"url": "https://www.suse.com/security/cve/CVE-2024-47776"
},
{
"category": "external",
"summary": "SUSE Bug 1234435 for CVE-2024-47776",
"url": "https://bugzilla.suse.com/1234435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47777"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47777",
"url": "https://www.suse.com/security/cve/CVE-2024-47777"
},
{
"category": "external",
"summary": "SUSE Bug 1234436 for CVE-2024-47777",
"url": "https://bugzilla.suse.com/1234436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47778"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47778",
"url": "https://www.suse.com/security/cve/CVE-2024-47778"
},
{
"category": "external",
"summary": "SUSE Bug 1234439 for CVE-2024-47778",
"url": "https://bugzilla.suse.com/1234439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47834"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track-\u003ecodec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47834",
"url": "https://www.suse.com/security/cve/CVE-2024-47834"
},
{
"category": "external",
"summary": "SUSE Bug 1234440 for CVE-2024-47834",
"url": "https://bugzilla.suse.com/1234440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-1.8.3-16.12.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gstreamer-plugins-good-lang-1.8.3-16.12.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T12:03:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
SUSE-SU-2025:0064-1
Vulnerability from csaf_suse - Published: 2025-01-10 13:48 - Updated: 2025-01-10 13:48| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer-plugins-good",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-64,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-64,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-64,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-64",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0064-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0064-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250064-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0064-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020090.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234414",
"url": "https://bugzilla.suse.com/1234414"
},
{
"category": "self",
"summary": "SUSE Bug 1234417",
"url": "https://bugzilla.suse.com/1234417"
},
{
"category": "self",
"summary": "SUSE Bug 1234421",
"url": "https://bugzilla.suse.com/1234421"
},
{
"category": "self",
"summary": "SUSE Bug 1234424",
"url": "https://bugzilla.suse.com/1234424"
},
{
"category": "self",
"summary": "SUSE Bug 1234425",
"url": "https://bugzilla.suse.com/1234425"
},
{
"category": "self",
"summary": "SUSE Bug 1234426",
"url": "https://bugzilla.suse.com/1234426"
},
{
"category": "self",
"summary": "SUSE Bug 1234427",
"url": "https://bugzilla.suse.com/1234427"
},
{
"category": "self",
"summary": "SUSE Bug 1234428",
"url": "https://bugzilla.suse.com/1234428"
},
{
"category": "self",
"summary": "SUSE Bug 1234432",
"url": "https://bugzilla.suse.com/1234432"
},
{
"category": "self",
"summary": "SUSE Bug 1234433",
"url": "https://bugzilla.suse.com/1234433"
},
{
"category": "self",
"summary": "SUSE Bug 1234434",
"url": "https://bugzilla.suse.com/1234434"
},
{
"category": "self",
"summary": "SUSE Bug 1234435",
"url": "https://bugzilla.suse.com/1234435"
},
{
"category": "self",
"summary": "SUSE Bug 1234436",
"url": "https://bugzilla.suse.com/1234436"
},
{
"category": "self",
"summary": "SUSE Bug 1234439",
"url": "https://bugzilla.suse.com/1234439"
},
{
"category": "self",
"summary": "SUSE Bug 1234440",
"url": "https://bugzilla.suse.com/1234440"
},
{
"category": "self",
"summary": "SUSE Bug 1234446",
"url": "https://bugzilla.suse.com/1234446"
},
{
"category": "self",
"summary": "SUSE Bug 1234447",
"url": "https://bugzilla.suse.com/1234447"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE Bug 1234462",
"url": "https://bugzilla.suse.com/1234462"
},
{
"category": "self",
"summary": "SUSE Bug 1234473",
"url": "https://bugzilla.suse.com/1234473"
},
{
"category": "self",
"summary": "SUSE Bug 1234476",
"url": "https://bugzilla.suse.com/1234476"
},
{
"category": "self",
"summary": "SUSE Bug 1234477",
"url": "https://bugzilla.suse.com/1234477"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47537 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47539 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47540 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47543 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47544 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47545 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47546 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47546/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47596 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47597 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47598 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47598/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47599 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47601 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47603 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47613 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47774 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47775 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47776 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47777 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47778 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47778/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47834 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47834/"
}
],
"title": "Security update for gstreamer-plugins-good",
"tracking": {
"current_release_date": "2025-01-10T13:48:33Z",
"generator": {
"date": "2025-01-10T13:48:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0064-1",
"initial_release_date": "2025-01-10T13:48:33Z",
"revision_history": [
{
"date": "2025-01-10T13:48:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"product_id": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64",
"product_id": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64",
"product_id": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64",
"product_id": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.22.0-150500.4.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.22.0-150500.4.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-jack-64bit-1.22.0-150500.4.6.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586",
"product_id": "gstreamer-plugins-good-1.22.0-150500.4.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586",
"product": {
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586",
"product_id": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586",
"product": {
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586",
"product_id": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586",
"product_id": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le",
"product_id": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le",
"product_id": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le",
"product_id": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"product_id": "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x",
"product": {
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x",
"product_id": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x",
"product": {
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x",
"product_id": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x",
"product_id": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-gtk-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-32bit-1.22.0-150500.4.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64",
"product_id": "gstreamer-plugins-good-qtqml-1.22.0-150500.4.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-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": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47537",
"url": "https://www.suse.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "SUSE Bug 1234414 for CVE-2024-47537",
"url": "https://bugzilla.suse.com/1234414"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "important"
}
],
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47539"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 \u003c ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop\u0027s expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47539",
"url": "https://www.suse.com/security/cve/CVE-2024-47539"
},
{
"category": "external",
"summary": "SUSE Bug 1234417 for CVE-2024-47539",
"url": "https://bugzilla.suse.com/1234417"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "important"
}
],
"title": "CVE-2024-47539"
},
{
"cve": "CVE-2024-47540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47540"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size \u003c 4, the program calls gst_buffer_unmap with an uninitialized map variable. Then, in the gst_memory_unmap function, the program will attempt to unmap the buffer using the uninitialized map variable, causing a function pointer hijack, as it will jump to mem-\u003eallocator-\u003emem_unmap_full or mem-\u003eallocator-\u003emem_unmap. This vulnerability could allow an attacker to hijack the execution flow, potentially leading to code execution. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47540",
"url": "https://www.suse.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "SUSE Bug 1234421 for CVE-2024-47540",
"url": "https://bugzilla.suse.com/1234421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "important"
}
],
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47543"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47543",
"url": "https://www.suse.com/security/cve/CVE-2024-47543"
},
{
"category": "external",
"summary": "SUSE Bug 1234462 for CVE-2024-47543",
"url": "https://bugzilla.suse.com/1234462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47544"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47544",
"url": "https://www.suse.com/security/cve/CVE-2024-47544"
},
{
"category": "external",
"summary": "SUSE Bug 1234473 for CVE-2024-47544",
"url": "https://bugzilla.suse.com/1234473"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47545"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47545",
"url": "https://www.suse.com/security/cve/CVE-2024-47545"
},
{
"category": "external",
"summary": "SUSE Bug 1234476 for CVE-2024-47545",
"url": "https://bugzilla.suse.com/1234476"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47546",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47546"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47546",
"url": "https://www.suse.com/security/cve/CVE-2024-47546"
},
{
"category": "external",
"summary": "SUSE Bug 1234477 for CVE-2024-47546",
"url": "https://bugzilla.suse.com/1234477"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47546"
},
{
"cve": "CVE-2024-47596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47596"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47596",
"url": "https://www.suse.com/security/cve/CVE-2024-47596"
},
{
"category": "external",
"summary": "SUSE Bug 1234424 for CVE-2024-47596",
"url": "https://bugzilla.suse.com/1234424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47597"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream-\u003estco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47597",
"url": "https://www.suse.com/security/cve/CVE-2024-47597"
},
{
"category": "external",
"summary": "SUSE Bug 1234425 for CVE-2024-47597",
"url": "https://bugzilla.suse.com/1234425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47598"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn\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": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47598",
"url": "https://www.suse.com/security/cve/CVE-2024-47598"
},
{
"category": "external",
"summary": "SUSE Bug 1234426 for CVE-2024-47598",
"url": "https://bugzilla.suse.com/1234426"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47598"
},
{
"cve": "CVE-2024-47599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47599"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47599",
"url": "https://www.suse.com/security/cve/CVE-2024-47599"
},
{
"category": "external",
"summary": "SUSE Bug 1234427 for CVE-2024-47599",
"url": "https://bugzilla.suse.com/1234427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47601"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47601",
"url": "https://www.suse.com/security/cve/CVE-2024-47601"
},
{
"category": "external",
"summary": "SUSE Bug 1234428 for CVE-2024-47601",
"url": "https://bugzilla.suse.com/1234428"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47602"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream-\u003ecodec_priv pointer in the following code. If stream-\u003ecodec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47602",
"url": "https://www.suse.com/security/cve/CVE-2024-47602"
},
{
"category": "external",
"summary": "SUSE Bug 1234432 for CVE-2024-47602",
"url": "https://bugzilla.suse.com/1234432"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47603"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47603",
"url": "https://www.suse.com/security/cve/CVE-2024-47603"
},
{
"category": "external",
"summary": "SUSE Bug 1234433 for CVE-2024-47603",
"url": "https://bugzilla.suse.com/1234433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47613"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47613",
"url": "https://www.suse.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "SUSE Bug 1234447 for CVE-2024-47613",
"url": "https://bugzilla.suse.com/1234447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47774"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47774",
"url": "https://www.suse.com/security/cve/CVE-2024-47774"
},
{
"category": "external",
"summary": "SUSE Bug 1234446 for CVE-2024-47774",
"url": "https://bugzilla.suse.com/1234446"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47775"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47775",
"url": "https://www.suse.com/security/cve/CVE-2024-47775"
},
{
"category": "external",
"summary": "SUSE Bug 1234434 for CVE-2024-47775",
"url": "https://bugzilla.suse.com/1234434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47776"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size \u003c 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47776",
"url": "https://www.suse.com/security/cve/CVE-2024-47776"
},
{
"category": "external",
"summary": "SUSE Bug 1234435 for CVE-2024-47776",
"url": "https://bugzilla.suse.com/1234435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47777"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47777",
"url": "https://www.suse.com/security/cve/CVE-2024-47777"
},
{
"category": "external",
"summary": "SUSE Bug 1234436 for CVE-2024-47777",
"url": "https://bugzilla.suse.com/1234436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47778"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47778",
"url": "https://www.suse.com/security/cve/CVE-2024-47778"
},
{
"category": "external",
"summary": "SUSE Bug 1234439 for CVE-2024-47778",
"url": "https://bugzilla.suse.com/1234439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47834"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track-\u003ecodec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47834",
"url": "https://www.suse.com/security/cve/CVE-2024-47834"
},
{
"category": "external",
"summary": "SUSE Bug 1234440 for CVE-2024-47834",
"url": "https://bugzilla.suse.com/1234440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-1.22.0-150500.4.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gstreamer-plugins-good-lang-1.22.0-150500.4.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T13:48:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
SUSE-SU-2025:0067-1
Vulnerability from csaf_suse - Published: 2025-01-10 16:48 - Updated: 2025-01-10 16:48| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer-plugins-good",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer-plugins-good fixes the following issues:\n\n- CVE-2024-47530: Fixed an uninitialized stack memory in Matroska/WebM demuxer. (boo#1234421)\n- CVE-2024-47537: Fixed an out-of-bounds write in isomp4/qtdemux.c. (boo#1234414)\n- CVE-2024-47539: Fixed an out-of-bounds write in convert_to_s334_1a. (boo#1234417)\n- CVE-2024-47543: Fixed an out-of-bounds write in qtdemux_parse_container. (boo#1234462)\n- CVE-2024-47544: Fixed a NULL-pointer dereferences in MP4/MOV demuxer CENC handling. (boo#1234473)\n- CVE-2024-47545: Fixed an integer underflow in FOURCC_strf parsing leading to out-of-bounds read. (boo#1234476)\n- CVE-2024-47546: Fixed an integer underflow in extract_cc_from_data leading to out-of-bounds read. (boo#1234477)\n- CVE-2024-47596: Fixed an integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads. (boo#1234424)\n- CVE-2024-47597: Fixed an out-of-bounds reads in MP4/MOV demuxer sample table parser (boo#1234425)\n- CVE-2024-47598: Fixed MP4/MOV sample table parser out-of-bounds read. (boo#1234426)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences. (boo#1234427)\n- CVE-2024-47601: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234428)\n- CVE-2024-47602: Fixed a NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer. (boo#1234432)\n- CVE-2024-47603: Fixed a NULL-pointer dereference in Matroska/WebM demuxer. (boo#1234433)\n- CVE-2024-47606: Avoid integer overflow when allocating sysmem. (bsc#1234449)\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n- CVE-2024-47613: Fixed a NULL-pointer dereference in gdk-pixbuf decoder. (boo#1234447)\n- CVE-2024-47774: Fixed an integer overflow in AVI subtitle parser that leads to out-of-bounds reads. (boo#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser. (boo#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser. (boo#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser. (boo#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser. (boo#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files. (boo#1234440)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-67,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-67,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-67,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-67,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-67,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-67",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0067-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0067-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250067-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0067-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020097.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234414",
"url": "https://bugzilla.suse.com/1234414"
},
{
"category": "self",
"summary": "SUSE Bug 1234417",
"url": "https://bugzilla.suse.com/1234417"
},
{
"category": "self",
"summary": "SUSE Bug 1234421",
"url": "https://bugzilla.suse.com/1234421"
},
{
"category": "self",
"summary": "SUSE Bug 1234424",
"url": "https://bugzilla.suse.com/1234424"
},
{
"category": "self",
"summary": "SUSE Bug 1234425",
"url": "https://bugzilla.suse.com/1234425"
},
{
"category": "self",
"summary": "SUSE Bug 1234426",
"url": "https://bugzilla.suse.com/1234426"
},
{
"category": "self",
"summary": "SUSE Bug 1234427",
"url": "https://bugzilla.suse.com/1234427"
},
{
"category": "self",
"summary": "SUSE Bug 1234428",
"url": "https://bugzilla.suse.com/1234428"
},
{
"category": "self",
"summary": "SUSE Bug 1234432",
"url": "https://bugzilla.suse.com/1234432"
},
{
"category": "self",
"summary": "SUSE Bug 1234433",
"url": "https://bugzilla.suse.com/1234433"
},
{
"category": "self",
"summary": "SUSE Bug 1234434",
"url": "https://bugzilla.suse.com/1234434"
},
{
"category": "self",
"summary": "SUSE Bug 1234435",
"url": "https://bugzilla.suse.com/1234435"
},
{
"category": "self",
"summary": "SUSE Bug 1234436",
"url": "https://bugzilla.suse.com/1234436"
},
{
"category": "self",
"summary": "SUSE Bug 1234439",
"url": "https://bugzilla.suse.com/1234439"
},
{
"category": "self",
"summary": "SUSE Bug 1234440",
"url": "https://bugzilla.suse.com/1234440"
},
{
"category": "self",
"summary": "SUSE Bug 1234446",
"url": "https://bugzilla.suse.com/1234446"
},
{
"category": "self",
"summary": "SUSE Bug 1234447",
"url": "https://bugzilla.suse.com/1234447"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE Bug 1234462",
"url": "https://bugzilla.suse.com/1234462"
},
{
"category": "self",
"summary": "SUSE Bug 1234473",
"url": "https://bugzilla.suse.com/1234473"
},
{
"category": "self",
"summary": "SUSE Bug 1234476",
"url": "https://bugzilla.suse.com/1234476"
},
{
"category": "self",
"summary": "SUSE Bug 1234477",
"url": "https://bugzilla.suse.com/1234477"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47537 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47539 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47540 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47540/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47543 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47543/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47544 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47544/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47545 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47545/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47546 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47546/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47596 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47597 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47597/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47598 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47598/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47599 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47599/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47601 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47603 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47603/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47613 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47774 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47775 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47776 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47777 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47778 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47778/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47834 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47834/"
}
],
"title": "Security update for gstreamer-plugins-good",
"tracking": {
"current_release_date": "2025-01-10T16:48:42Z",
"generator": {
"date": "2025-01-10T16:48:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0067-1",
"initial_release_date": "2025-01-10T16:48:42Z",
"revision_history": [
{
"date": "2025-01-10T16:48:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"product_id": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64",
"product_id": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64",
"product_id": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64",
"product_id": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.20.1-150400.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.20.1-150400.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-jack-64bit-1.20.1-150400.3.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586",
"product_id": "gstreamer-plugins-good-1.20.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586",
"product": {
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586",
"product_id": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586",
"product": {
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586",
"product_id": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586",
"product_id": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le",
"product_id": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le",
"product_id": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le",
"product_id": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"product_id": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x",
"product": {
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x",
"product_id": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x",
"product": {
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x",
"product_id": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x",
"product_id": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-gtk-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-32bit-1.20.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64",
"product_id": "gstreamer-plugins-good-qtqml-1.20.1-150400.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47537",
"url": "https://www.suse.com/security/cve/CVE-2024-47537"
},
{
"category": "external",
"summary": "SUSE Bug 1234414 for CVE-2024-47537",
"url": "https://bugzilla.suse.com/1234414"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "important"
}
],
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47539"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the convert_to_s334_1a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loop condition i * 2 \u003c ccpair_size. Specifically, when ccpair_size is even, the allocated size in storage does not match the loop\u0027s expected bounds, resulting in an out-of-bounds write. This bug allows for the overwriting of up to 3 bytes beyond the allocated bounds of the storage array. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47539",
"url": "https://www.suse.com/security/cve/CVE-2024-47539"
},
{
"category": "external",
"summary": "SUSE Bug 1234417 for CVE-2024-47539",
"url": "https://bugzilla.suse.com/1234417"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "important"
}
],
"title": "CVE-2024-47539"
},
{
"cve": "CVE-2024-47540",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47540"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. When size \u003c 4, the program calls gst_buffer_unmap with an uninitialized map variable. Then, in the gst_memory_unmap function, the program will attempt to unmap the buffer using the uninitialized map variable, causing a function pointer hijack, as it will jump to mem-\u003eallocator-\u003emem_unmap_full or mem-\u003eallocator-\u003emem_unmap. This vulnerability could allow an attacker to hijack the execution flow, potentially leading to code execution. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47540",
"url": "https://www.suse.com/security/cve/CVE-2024-47540"
},
{
"category": "external",
"summary": "SUSE Bug 1234421 for CVE-2024-47540",
"url": "https://bugzilla.suse.com/1234421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "important"
}
],
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47543",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47543"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in qtdemux_parse_container function within qtdemux.c. In the parent function qtdemux_parse_node, the value of length is not well checked. So, if length is big enough, it causes the pointer end to point beyond the boundaries of buffer. Subsequently, in the qtdemux_parse_container function, the while loop can trigger an OOB-read, accessing memory beyond the bounds of buf. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47543",
"url": "https://www.suse.com/security/cve/CVE-2024-47543"
},
{
"category": "external",
"summary": "SUSE Bug 1234462 for CVE-2024-47543",
"url": "https://bugzilla.suse.com/1234462"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47544"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. The function qtdemux_parse_sbgp in qtdemux.c is affected by a null dereference vulnerability. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47544",
"url": "https://www.suse.com/security/cve/CVE-2024-47544"
},
{
"category": "external",
"summary": "SUSE Bug 1234473 for CVE-2024-47544",
"url": "https://bugzilla.suse.com/1234473"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47545"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in qtdemux_parse_trak function within qtdemux.c. During the strf parsing case, the subtraction size -= 40 can lead to a negative integer overflow if it is less than 40. If this happens, the subsequent call to gst_buffer_fill will invoke memcpy with a large tocopy size, resulting in an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47545",
"url": "https://www.suse.com/security/cve/CVE-2024-47545"
},
{
"category": "external",
"summary": "SUSE Bug 1234476 for CVE-2024-47545",
"url": "https://bugzilla.suse.com/1234476"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47546",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47546"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47546",
"url": "https://www.suse.com/security/cve/CVE-2024-47546"
},
{
"category": "external",
"summary": "SUSE Bug 1234477 for CVE-2024-47546",
"url": "https://bugzilla.suse.com/1234477"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47546"
},
{
"cve": "CVE-2024-47596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47596"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in the qtdemux_parse_svq3_stsd_data function within qtdemux.c. In the FOURCC_SMI_ case, seqh_size is read from the input file without proper validation. If seqh_size is greater than the remaining size of the data buffer, it can lead to an OOB-read in the following call to gst_buffer_fill, which internally uses memcpy. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47596",
"url": "https://www.suse.com/security/cve/CVE-2024-47596"
},
{
"category": "external",
"summary": "SUSE Bug 1234424 for CVE-2024-47596",
"url": "https://bugzilla.suse.com/1234424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47597"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been detected in the function qtdemux_parse_samples within qtdemux.c. This issue arises when the function qtdemux_parse_samples reads data beyond the boundaries of the stream-\u003estco buffer. The following code snippet shows the call to qt_atom_parser_get_offset_unchecked, which leads to the OOB-read when parsing the provided GHSL-2024-245_crash1.mp4 file. This issue may lead to read up to 8 bytes out-of-bounds. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47597",
"url": "https://www.suse.com/security/cve/CVE-2024-47597"
},
{
"category": "external",
"summary": "SUSE Bug 1234425 for CVE-2024-47597",
"url": "https://bugzilla.suse.com/1234425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47598"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn\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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47598",
"url": "https://www.suse.com/security/cve/CVE-2024-47598"
},
{
"category": "external",
"summary": "SUSE Bug 1234426 for CVE-2024-47598",
"url": "https://bugzilla.suse.com/1234426"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47598"
},
{
"cve": "CVE-2024-47599",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47599"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_jpeg_dec_negotiate function in gstjpegdec.c. This function does not check for a NULL return value from gst_video_decoder_set_output_state. When this happens, dereferences of the outstate pointer will lead to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47599",
"url": "https://www.suse.com/security/cve/CVE-2024-47599"
},
{
"category": "external",
"summary": "SUSE Bug 1234427 for CVE-2024-47599",
"url": "https://bugzilla.suse.com/1234427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47601"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_parse_blockgroup_or_simpleblock function within matroska-demux.c. This function does not properly check the validity of the GstBuffer *sub pointer before performing dereferences. As a result, null pointer dereferences may occur. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47601",
"url": "https://www.suse.com/security/cve/CVE-2024-47601"
},
{
"category": "external",
"summary": "SUSE Bug 1234428 for CVE-2024-47601",
"url": "https://bugzilla.suse.com/1234428"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47602"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_add_wvpk_header function within matroska-demux.c. This function does not properly check the validity of the stream-\u003ecodec_priv pointer in the following code. If stream-\u003ecodec_priv is NULL, the call to GST_READ_UINT16_LE will attempt to dereference a null pointer, leading to a crash of the application. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47602",
"url": "https://www.suse.com/security/cve/CVE-2024-47602"
},
{
"category": "external",
"summary": "SUSE Bug 1234432 for CVE-2024-47602",
"url": "https://bugzilla.suse.com/1234432"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47603"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gst_matroska_demux_update_tracks function within matroska-demux.c. The vulnerability occurs when the gst_caps_is_equal function is called with invalid caps values. If this happen, then in the function gst_buffer_get_size the call to GST_BUFFER_MEM_PTR can return a null pointer. Attempting to dereference the size field of this null pointer results in a null pointer dereference. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47603",
"url": "https://www.suse.com/security/cve/CVE-2024-47603"
},
{
"category": "external",
"summary": "SUSE Bug 1234433 for CVE-2024-47603",
"url": "https://bugzilla.suse.com/1234433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47613"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47613",
"url": "https://www.suse.com/security/cve/CVE-2024-47613"
},
{
"category": "external",
"summary": "SUSE Bug 1234447 for CVE-2024-47613",
"url": "https://bugzilla.suse.com/1234447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47774"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_avi_subtitle_parse_gab2_chunk function within gstavisubtitle.c. The function reads the name_length value directly from the input file without checking it properly. Then, the a condition, does not properly handle cases where name_length is greater than 0xFFFFFFFF - 17, causing an integer overflow. In such scenario, the function attempts to access memory beyond the buffer leading to an OOB-read. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47774",
"url": "https://www.suse.com/security/cve/CVE-2024-47774"
},
{
"category": "external",
"summary": "SUSE Bug 1234446 for CVE-2024-47774",
"url": "https://bugzilla.suse.com/1234446"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47775"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been found in the parse_ds64 function within gstwavparse.c. The parse_ds64 function does not check that the buffer buf contains sufficient data before attempting to read from it, doing multiple GST_READ_UINT32_LE operations without performing boundary checks. This can lead to an OOB-read when buf is smaller than expected. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47775",
"url": "https://www.suse.com/security/cve/CVE-2024-47775"
},
{
"category": "external",
"summary": "SUSE Bug 1234434 for CVE-2024-47775",
"url": "https://bugzilla.suse.com/1234434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47776"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison if (size \u003c 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47776",
"url": "https://www.suse.com/security/cve/CVE-2024-47776"
},
{
"category": "external",
"summary": "SUSE Bug 1234435 for CVE-2024-47776",
"url": "https://bugzilla.suse.com/1234435"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47777"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been identified in the gst_wavparse_smpl_chunk function within gstwavparse.c. This function attempts to read 4 bytes from the data + 12 offset without checking if the size of the data buffer is sufficient. If the buffer is too small, the function reads beyond its bounds. This vulnerability may result in reading 4 bytes out of the boundaries of the data buffer. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47777",
"url": "https://www.suse.com/security/cve/CVE-2024-47777"
},
{
"category": "external",
"summary": "SUSE Bug 1234436 for CVE-2024-47777",
"url": "https://bugzilla.suse.com/1234436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47778"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in gst_wavparse_adtl_chunk within gstwavparse.c. This vulnerability arises due to insufficient validation of the size parameter, which can exceed the bounds of the data buffer. As a result, an OOB read occurs in the following while loop. This vulnerability can result in reading up to 4GB of process memory or potentially causing a segmentation fault (SEGV) when accessing invalid memory. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47778",
"url": "https://www.suse.com/security/cve/CVE-2024-47778"
},
{
"category": "external",
"summary": "SUSE Bug 1234439 for CVE-2024-47778",
"url": "https://bugzilla.suse.com/1234439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47834"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GST_MATROSKA_ID_CODECPRIVATE case within the gst_matroska_demux_parse_stream function, a data chunk is allocated using gst_ebml_read_binary. Later, the allocated memory is freed in the gst_matroska_track_free function, by the call to g_free (track-\u003ecodec_priv). Finally, the freed memory is accessed in the caps_serialize function through gst_value_serialize_buffer. The freed memory will be accessed in the gst_value_serialize_buffer function. This results in a UAF read vulnerability, as the function tries to process memory that has already been freed. This vulnerability is fixed in 1.24.10.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47834",
"url": "https://www.suse.com/security/cve/CVE-2024-47834"
},
{
"category": "external",
"summary": "SUSE Bug 1234440 for CVE-2024-47834",
"url": "https://bugzilla.suse.com/1234440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.s390x",
"SUSE Manager Server 4.3:gstreamer-plugins-good-1.20.1-150400.3.9.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-plugins-good-lang-1.20.1-150400.3.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
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.