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
VLAI
EPSS
Title
GHSL-2024-166: GStreamer Integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes
Summary
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-190 - Integer Overflow or Wraparound
Assigner
References
6 references
{
"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"
}
}
}
SUSE-SU-2025:0070-1
Vulnerability from csaf_suse - Published: 2025-01-10 16:52 - Updated: 2025-01-10 16:52Summary
Security update for gstreamer
Severity
Important
Notes
Title of the patch: Security update for gstreamer
Description of the patch: This update for gstreamer fixes the following issues:
- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)
Patchnames: SUSE-2025-70,SUSE-SLE-Micro-5.3-2025-70,SUSE-SLE-Micro-5.4-2025-70,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-70,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-70,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-70,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-70
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
88 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gstreamer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gstreamer fixes the following issues:\n\n- CVE-2024-47606: Fixed an integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes. (boo#1234449)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-70,SUSE-SLE-Micro-5.3-2025-70,SUSE-SLE-Micro-5.4-2025-70,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-70,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-70,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-70,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-70,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-70",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0070-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0070-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250070-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0070-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020095.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234449",
"url": "https://bugzilla.suse.com/1234449"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47606 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47606/"
}
],
"title": "Security update for gstreamer",
"tracking": {
"current_release_date": "2025-01-10T16:52:53Z",
"generator": {
"date": "2025-01-10T16:52:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0070-1",
"initial_release_date": "2025-01-10T16:52:53Z",
"revision_history": [
{
"date": "2025-01-10T16:52:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"product": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"product_id": "gstreamer-1.20.1-150400.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"product": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"product_id": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"product": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"product_id": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"product_id": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-64bit-1.20.1-150400.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product": {
"name": "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product_id": "gstreamer-devel-64bit-1.20.1-150400.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product": {
"name": "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32",
"product_id": "libgstreamer-1_0-0-64bit-1.20.1-150400.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.20.1-150400.3.3.1.i586",
"product": {
"name": "gstreamer-1.20.1-150400.3.3.1.i586",
"product_id": "gstreamer-1.20.1-150400.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.20.1-150400.3.3.1.i586",
"product": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.i586",
"product_id": "gstreamer-devel-1.20.1-150400.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.20.1-150400.3.3.1.i586",
"product": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.i586",
"product_id": "gstreamer-utils-1.20.1-150400.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586",
"product": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586",
"product_id": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586",
"product": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586",
"product_id": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"product": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"product_id": "gstreamer-lang-1.20.1-150400.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.20.1-150400.3.3.1.ppc64le",
"product": {
"name": "gstreamer-1.20.1-150400.3.3.1.ppc64le",
"product_id": "gstreamer-1.20.1-150400.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"product": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"product_id": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"product": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"product_id": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"product": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"product_id": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.20.1-150400.3.3.1.s390x",
"product": {
"name": "gstreamer-1.20.1-150400.3.3.1.s390x",
"product_id": "gstreamer-1.20.1-150400.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"product": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"product_id": "gstreamer-devel-1.20.1-150400.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"product": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"product_id": "gstreamer-utils-1.20.1-150400.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"product_id": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"product": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"product_id": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"product_id": "gstreamer-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64",
"product_id": "gstreamer-32bit-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"product_id": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64",
"product_id": "gstreamer-devel-32bit-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"product_id": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64",
"product_id": "libgstreamer-1_0-0-32bit-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-32bit-1.20.1-150400.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.20.1-150400.3.3.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch"
},
"product_reference": "gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47606",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47606"
}
],
"notes": [
{
"category": "general",
"text": "GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Proxy 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Proxy 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-devel-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:gstreamer-lang-1.20.1-150400.3.3.1.noarch",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:gstreamer-utils-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:libgstreamer-1_0-0-1.20.1-150400.3.3.1.x86_64",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.ppc64le",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.s390x",
"SUSE Manager Server 4.3:typelib-1_0-Gst-1_0-1.20.1-150400.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-10T16:52:53Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:02034-1
Vulnerability from csaf_suse - Published: 2025-06-20 08:04 - Updated: 2025-06-20 08:04Summary
Security update for gstreamer
Severity
Important
Notes
Title of the patch: Security update for gstreamer
Description of the patch: This update for gstreamer fixes the following issues:
- CVE-2024-47606: Fixed integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (bsc#1234449)
Patchnames: SUSE-2025-2034,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2034,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2034,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2034,SUSE-SUSE-MicroOS-5.2-2025-2034,SUSE-Storage-7.1-2025-2034
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
60 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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 integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (bsc#1234449)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2034,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2034,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2034,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2034,SUSE-SUSE-MicroOS-5.2-2025-2034,SUSE-Storage-7.1-2025-2034",
"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_02034-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02034-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502034-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02034-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040412.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-06-20T08:04:51Z",
"generator": {
"date": "2025-06-20T08:04:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02034-1",
"initial_release_date": "2025-06-20T08:04:51Z",
"revision_history": [
{
"date": "2025-06-20T08:04:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"product_id": "gstreamer-1.16.3-150200.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"product_id": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "gstreamer-doc-1.16.3-150200.3.6.1.aarch64",
"product_id": "gstreamer-doc-1.16.3-150200.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"product_id": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"product_id": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-64bit-1.16.3-150200.3.6.1.aarch64_ilp32",
"product": {
"name": "gstreamer-64bit-1.16.3-150200.3.6.1.aarch64_ilp32",
"product_id": "gstreamer-64bit-1.16.3-150200.3.6.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-64bit-1.16.3-150200.3.6.1.aarch64_ilp32",
"product": {
"name": "libgstreamer-1_0-0-64bit-1.16.3-150200.3.6.1.aarch64_ilp32",
"product_id": "libgstreamer-1_0-0-64bit-1.16.3-150200.3.6.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.16.3-150200.3.6.1.i586",
"product": {
"name": "gstreamer-1.16.3-150200.3.6.1.i586",
"product_id": "gstreamer-1.16.3-150200.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.16.3-150200.3.6.1.i586",
"product": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.i586",
"product_id": "gstreamer-devel-1.16.3-150200.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.16.3-150200.3.6.1.i586",
"product": {
"name": "gstreamer-doc-1.16.3-150200.3.6.1.i586",
"product_id": "gstreamer-doc-1.16.3-150200.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.16.3-150200.3.6.1.i586",
"product": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.i586",
"product_id": "gstreamer-utils-1.16.3-150200.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.i586",
"product": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.i586",
"product_id": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.i586",
"product": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.i586",
"product_id": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"product": {
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"product_id": "gstreamer-lang-1.16.3-150200.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "gstreamer-1.16.3-150200.3.6.1.ppc64le",
"product_id": "gstreamer-1.16.3-150200.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"product_id": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "gstreamer-doc-1.16.3-150200.3.6.1.ppc64le",
"product_id": "gstreamer-doc-1.16.3-150200.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"product_id": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"product": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"product_id": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "gstreamer-1.16.3-150200.3.6.1.s390x",
"product_id": "gstreamer-1.16.3-150200.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"product_id": "gstreamer-devel-1.16.3-150200.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "gstreamer-doc-1.16.3-150200.3.6.1.s390x",
"product_id": "gstreamer-doc-1.16.3-150200.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"product_id": "gstreamer-utils-1.16.3-150200.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"product_id": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"product": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"product_id": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"product_id": "gstreamer-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-32bit-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "gstreamer-32bit-1.16.3-150200.3.6.1.x86_64",
"product_id": "gstreamer-32bit-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"product_id": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-doc-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "gstreamer-doc-1.16.3-150200.3.6.1.x86_64",
"product_id": "gstreamer-doc-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"product_id": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-32bit-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-32bit-1.16.3-150200.3.6.1.x86_64",
"product_id": "libgstreamer-1_0-0-32bit-1.16.3-150200.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"product": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"product_id": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch"
},
"product_reference": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch"
},
"product_reference": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1.noarch"
},
"product_reference": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.16.3-150200.3.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-lang-1.16.3-150200.3.6.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1.noarch"
},
"product_reference": "gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
},
"product_reference": "typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"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 Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.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 Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.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 Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Enterprise Storage 7.1:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-devel-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-lang-1.16.3-150200.3.6.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-utils-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libgstreamer-1_0-0-1.16.3-150200.3.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:typelib-1_0-Gst-1_0-1.16.3-150200.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T08:04:51Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:02055-1
Vulnerability from csaf_suse - Published: 2025-06-20 15:35 - Updated: 2025-06-20 15:35Summary
Security update for gstreamer-plugins-good
Severity
Important
Notes
Title of the patch: Security update for gstreamer-plugins-good
Description of the patch: This update for gstreamer-plugins-good fixes the following issues:
- CVE-2024-47537: Fixed OOB-write in isomp4/qtdemux.c (bsc#1234414)
- CVE-2024-47539: Fixed OOB-write in convert_to_s334_1a (bsc#1234417)
- CVE-2024-47540: Fixed uninitialized stack memory in Matroska/WebM demuxer (bsc#1234421)
- CVE-2024-47543: Fixed OOB-read in qtdemux_parse_container (bsc#1234462)
- CVE-2024-47544: Fixed NULL-pointer dereferences in MP4/MOV demuxer CENC handling (bsc#1234473)
- CVE-2024-47545: Fixed integer underflow in FOURCC_strf parsing leading to OOB-read (bsc#1234476)
- CVE-2024-47546: Fixed integer underflow in extract_cc_from_data leading to OOB-read (bsc#1234477)
- CVE-2024-47596: Fixed integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads (bsc#1234424)
- CVE-2024-47597: Fixed OOB-reads in MP4/MOV demuxer sample table parser (bsc#1234425)
- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences (bsc#1234427)
- CVE-2024-47601: Fixed NULL-pointer dereference in Matroska/WebM demuxer (bsc#1234428)
- CVE-2024-47602: Fixed NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer (bsc#1234432)
- CVE-2024-47603: Fixed NULL-pointer dereference in Matroska/WebM demuxer (bsc#1234433)
- CVE-2024-47606: Fixed integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (bsc#1234449)
- CVE-2024-47613: Fixed NULL-pointer dereference in gdk-pixbuf decoder (bsc#1234447)
- CVE-2024-47774: Fixed integer overflow in AVI subtitle parser that leads to out-of-bounds reads (bsc#1234446)
- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser (bsc#1234434)
- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser (bsc#1234435)
- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser (bsc#1234436)
- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser (bsc#1234439)
- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files (bsc#1234440)
Patchnames: SUSE-2025-2055,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2055,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2055,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2055,SUSE-Storage-7.1-2025-2055
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
6.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
14 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
88 references
{
"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-47537: Fixed OOB-write in isomp4/qtdemux.c (bsc#1234414)\n- CVE-2024-47539: Fixed OOB-write in convert_to_s334_1a (bsc#1234417)\n- CVE-2024-47540: Fixed uninitialized stack memory in Matroska/WebM demuxer (bsc#1234421)\n- CVE-2024-47543: Fixed OOB-read in qtdemux_parse_container (bsc#1234462)\n- CVE-2024-47544: Fixed NULL-pointer dereferences in MP4/MOV demuxer CENC handling (bsc#1234473)\n- CVE-2024-47545: Fixed integer underflow in FOURCC_strf parsing leading to OOB-read (bsc#1234476)\n- CVE-2024-47546: Fixed integer underflow in extract_cc_from_data leading to OOB-read (bsc#1234477)\n- CVE-2024-47596: Fixed integer underflow in MP4/MOV demuxer that can lead to out-of-bounds reads (bsc#1234424)\n- CVE-2024-47597: Fixed OOB-reads in MP4/MOV demuxer sample table parser (bsc#1234425)\n- CVE-2024-47599: Fixed insufficient error handling in JPEG decoder that can lead to NULL-pointer dereferences (bsc#1234427)\n- CVE-2024-47601: Fixed NULL-pointer dereference in Matroska/WebM demuxer (bsc#1234428)\n- CVE-2024-47602: Fixed NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxer (bsc#1234432)\n- CVE-2024-47603: Fixed NULL-pointer dereference in Matroska/WebM demuxer (bsc#1234433)\n- CVE-2024-47606: Fixed integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes (bsc#1234449)\n- CVE-2024-47613: Fixed NULL-pointer dereference in gdk-pixbuf decoder (bsc#1234447)\n- CVE-2024-47774: Fixed integer overflow in AVI subtitle parser that leads to out-of-bounds reads (bsc#1234446)\n- CVE-2024-47775: Fixed various out-of-bounds reads in WAV parser (bsc#1234434)\n- CVE-2024-47776: Fixed various out-of-bounds reads in WAV parser (bsc#1234435)\n- CVE-2024-47777: Fixed various out-of-bounds reads in WAV parser (bsc#1234436)\n- CVE-2024-47778: Fixed various out-of-bounds reads in WAV parser (bsc#1234439)\n- CVE-2024-47834: Fixed a use-after-free in the Matroska demuxer that can cause crashes for certain input files (bsc#1234440)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2055,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2055,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2055,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2055,SUSE-Storage-7.1-2025-2055",
"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_02055-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02055-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502055-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02055-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040414.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 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-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-20T15:35:07Z",
"generator": {
"date": "2025-06-20T15:35:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02055-1",
"initial_release_date": "2025-06-20T15:35:07Z",
"revision_history": [
{
"date": "2025-06-20T15:35:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.aarch64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.aarch64",
"product_id": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-64bit-1.16.3-150200.3.17.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-extra-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-extra-64bit-1.16.3-150200.3.17.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product": {
"name": "gstreamer-plugins-good-jack-64bit-1.16.3-150200.3.17.1.aarch64_ilp32",
"product_id": "gstreamer-plugins-good-jack-64bit-1.16.3-150200.3.17.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-1.16.3-150200.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.i586"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.i586",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.i586",
"product_id": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"product": {
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"product_id": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.ppc64le",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.ppc64le",
"product_id": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.s390x"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.s390x",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.s390x",
"product_id": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-32bit-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-32bit-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-32bit-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-doc-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-extra-32bit-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-extra-32bit-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-extra-32bit-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-gtk-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-jack-32bit-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-jack-32bit-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-jack-32bit-1.16.3-150200.3.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.x86_64",
"product": {
"name": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.x86_64",
"product_id": "gstreamer-plugins-good-qtqml-1.16.3-150200.3.17.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64"
},
"product_reference": "gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
},
"product_reference": "gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.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 Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Enterprise Storage 7.1:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-1.16.3-150200.3.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:gstreamer-plugins-good-lang-1.16.3-150200.3.17.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T15:35:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-47834"
}
]
}
SUSE-SU-2025:20240-1
Vulnerability from csaf_suse - Published: 2025-03-19 11:06 - Updated: 2025-03-19 11:06Summary
Security update for gstreamer
Severity
Important
Notes
Title of the patch: Security update for gstreamer
Description of the patch: This update for gstreamer fixes the following issues:
- CVE-2024-47606: avoid integer overflow when allocating sysmem (bsc#1234449).
Patchnames: SUSE-SLE-Micro-6.1-47
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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-SLE-Micro-6.1-47",
"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_20240-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20240-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520240-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20240-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021082.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-03-19T11:06:39Z",
"generator": {
"date": "2025-03-19T11:06:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20240-1",
"initial_release_date": "2025-03-19T11:06:39Z",
"revision_history": [
{
"date": "2025-03-19T11:06:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"product": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"product_id": "gstreamer-1.24.7-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"product": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"product_id": "gstreamer-1.24.7-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"product_id": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"product": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"product_id": "gstreamer-1.24.7-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"product_id": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"product": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"product_id": "gstreamer-1.24.7-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.aarch64"
},
"product_reference": "gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.ppc64le"
},
"product_reference": "gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.s390x"
},
"product_reference": "gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.x86_64"
},
"product_reference": "gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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 Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:gstreamer-1.24.7-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libgstreamer-1_0-0-1.24.7-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T11:06:39Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
SUSE-SU-2025:20693-1
Vulnerability from csaf_suse - Published: 2025-09-08 13:49 - Updated: 2025-09-08 13:49Summary
Security update for gstreamer
Severity
Important
Notes
Title of the patch: Security update for gstreamer
Description of the patch: This update for gstreamer fixes the following issues:
- CVE-2024-47606: Avoid integer overflow when allocating sysmem (bsc#1234449).
Patchnames: SUSE-SLE-Micro-6.0-452
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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-SLE-Micro-6.0-452",
"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_20693-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20693-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520693-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20693-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041761.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-09-08T13:49:35Z",
"generator": {
"date": "2025-09-08T13:49:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20693-1",
"initial_release_date": "2025-09-08T13:49:35Z",
"revision_history": [
{
"date": "2025-09-08T13:49:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.9-2.1.aarch64",
"product": {
"name": "gstreamer-1.22.9-2.1.aarch64",
"product_id": "gstreamer-1.22.9-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"product": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"product_id": "libgstreamer-1_0-0-1.22.9-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.9-2.1.s390x",
"product": {
"name": "gstreamer-1.22.9-2.1.s390x",
"product_id": "gstreamer-1.22.9-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.9-2.1.s390x",
"product": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.s390x",
"product_id": "libgstreamer-1_0-0-1.22.9-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gstreamer-1.22.9-2.1.x86_64",
"product": {
"name": "gstreamer-1.22.9-2.1.x86_64",
"product_id": "gstreamer-1.22.9-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgstreamer-1_0-0-1.22.9-2.1.x86_64",
"product": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.x86_64",
"product_id": "libgstreamer-1_0-0-1.22.9-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.aarch64"
},
"product_reference": "gstreamer-1.22.9-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.s390x"
},
"product_reference": "gstreamer-1.22.9-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gstreamer-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.x86_64"
},
"product_reference": "gstreamer-1.22.9-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.aarch64"
},
"product_reference": "libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.s390x"
},
"product_reference": "libgstreamer-1_0-0-1.22.9-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgstreamer-1_0-0-1.22.9-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.x86_64"
},
"product_reference": "libgstreamer-1_0-0-1.22.9-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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 Micro 6.0:gstreamer-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.x86_64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47606",
"url": "https://www.suse.com/security/cve/CVE-2024-47606"
},
{
"category": "external",
"summary": "SUSE Bug 1234449 for CVE-2024-47606",
"url": "https://bugzilla.suse.com/1234449"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.x86_64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:gstreamer-1.22.9-2.1.x86_64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.aarch64",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.s390x",
"SUSE Linux Micro 6.0:libgstreamer-1_0-0-1.22.9-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-08T13:49:35Z",
"details": "important"
}
],
"title": "CVE-2024-47606"
}
]
}
WID-SEC-W-2024-3586
Vulnerability from csaf_certbund - Published: 2024-12-03 23:00 - Updated: 2025-10-07 22:00Summary
GStreamer: Mehrere Schwachstellen ermöglichen Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur für eine Vielzahl von Plattformen.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source GStreamer ExtremeControl SE <24.10.13
Open Source / GStreamer
|
ExtremeControl SE <24.10.13 | ||
|
Open Source GStreamer gst-plugins-good <1.24.10
Open Source / GStreamer
|
gst-plugins-good <1.24.10 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IGEL OS <12.6.1
IGEL / OS
|
<12.6.1 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer ExtremeAnalytics SE <24.10.13
Open Source / GStreamer
|
ExtremeAnalytics SE <24.10.13 | ||
|
Open Source GStreamer ExtremeCloud IQ SE <24.10.13
Open Source / GStreamer
|
ExtremeCloud IQ SE <24.10.13 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM App Connect Enterprise Certified Container
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:certified_container
|
Certified Container | |
|
IGEL OS <11.10.250
IGEL / OS
|
<11.10.250 |
References
109 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur f\u00fcr eine Vielzahl von Plattformen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-3586 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3586.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-3586 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3586"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0005.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0006.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0007.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0008.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0009.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0010.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0011.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0012.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0013.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0014.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0015.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0016.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0017.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0018.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0019.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0020.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0021.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0022.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0023.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0024.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0025.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0026.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0027.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0028.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0029.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory vom 2024-12-03",
"url": "https://gstreamer.freedesktop.org/security/sa-2024-0030.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14576-1 vom 2024-12-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WXI5GJB5BPV65JTOGBHL6STLB5HKYOIT/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-0A5722A980 vom 2024-12-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0a5722a980"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-2284729772 vom 2024-12-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2284729772"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3994 vom 2024-12-15",
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5831 vom 2024-12-14",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00247.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14577-1 vom 2024-12-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/M64SNUMTNONUECANIAVBUNBV6RTL5TDY/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14578-1 vom 2024-12-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GZDF3P2GSSY47IWYHI5OBEEMZAKWSY3E/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11142 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11142"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11143 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11143"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-11122 vom 2024-12-16",
"url": "https://linux.oracle.com/errata/ELSA-2024-11122.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11121 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11121"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11122 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11122"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-11123 vom 2024-12-16",
"url": "https://linux.oracle.com/errata/ELSA-2024-11123.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11123 vom 2024-12-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11123"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11148 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11148"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11149 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11149"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11119 vom 2024-12-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11119"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11117 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11117"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11118 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11118"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11120 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11120"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11130 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11130"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11141 vom 2024-12-16",
"url": "https://access.redhat.com/errata/RHSA-2024:11141"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5832 vom 2024-12-16",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00248.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11344 vom 2024-12-18",
"url": "https://access.redhat.com/errata/RHSA-2024:11344"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11298 vom 2024-12-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11298"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11299 vom 2024-12-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11299"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14586-1 vom 2024-12-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VA7KHMN2HFQR3FAIRY63QCQKG6UT7ERD/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11345 vom 2024-12-18",
"url": "https://access.redhat.com/errata/RHSA-2024:11345"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11346 vom 2024-12-18",
"url": "https://access.redhat.com/errata/RHSA-2024:11346"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11348 vom 2024-12-18",
"url": "https://access.redhat.com/errata/RHSA-2024:11348"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-11299 vom 2024-12-18",
"url": "https://linux.oracle.com/errata/ELSA-2024-11299.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7175-1 vom 2024-12-18",
"url": "https://ubuntu.com/security/notices/USN-7175-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7174-1 vom 2024-12-18",
"url": "https://ubuntu.com/security/notices/USN-7174-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:11345 vom 2024-12-19",
"url": "https://errata.build.resf.org/RLSA-2024:11345"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:11299 vom 2024-12-19",
"url": "https://errata.build.resf.org/RLSA-2024:11299"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7176-1 vom 2024-12-18",
"url": "https://ubuntu.com/security/notices/USN-7176-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-11345 vom 2024-12-19",
"url": "https://oss.oracle.com/pipermail/el-errata/2024-December/016901.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3999 vom 2024-12-21",
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00021.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5838 vom 2024-12-29",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0054-1 vom 2025-01-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MNQ2GHGDH27EWFX2SJ2D6LN572NZSBBA/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0052-1 vom 2025-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020082.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0051-1 vom 2025-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020083.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0053-1 vom 2025-01-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UWQ66UIR5WRSR2SWK4O4RDXEV5TAXHWR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0055-1 vom 2025-01-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZR4JWLTM5UGIYENGQ4DPVYNAVYUZGQ2S/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0064-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7W7QOMEYC4R74XEEEPFRHKF4KPKXOAZK/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0063-1 vom 2025-01-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020091.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0070-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RSNXDG7USAA66J56ZNWCMGBNR7PL7CWA/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0062-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/L6PQD7WSYFKEV4MOXFK4RF3JE52NNZGT/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0065-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TYNVPA6D3WYFGX2GQTXNS26KWPXVLGJC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0069-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BUKXU7D73HX7CQRDDBFEG7DOYTL345VF/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0067-1 vom 2025-01-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/AFLFHXQBE5DG5JSEMYSZ3UCUIGVNZUPJ/"
},
{
"category": "external",
"summary": "IGEL Security Notice ISN-2025-03 vom 2025-01-16",
"url": "https://kb.igel.com/security-safety/current/isn-2025-03-gstreamer-vulnerabilities"
},
{
"category": "external",
"summary": "ExtremeNetworks Vulnerability Notice SA-2025-006 vom 2025-01-23",
"url": "https://extreme-networks.my.site.com/ExtrArticleDetail?an=000122668"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-11344 vom 2025-01-31",
"url": "https://linux.oracle.com/errata/ELSA-2024-11344.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7182192 vom 2025-01-31",
"url": "https://www.ibm.com/support/pages/node/7182192"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2746 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2746.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2748 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2748.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4071 vom 2025-02-28",
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00035.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2776 vom 2025-03-07",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2776.html"
},
{
"category": "external",
"summary": "Azul Zulu builds of OpenJDK vom 2025-04-15",
"url": "https://docs.azul.com/core/pdfs/april-2025/azul-zulu-ca-release-notes-april-2025-rev1.0.pdf"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7243 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7243"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7242 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7242"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20241-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021081.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20240-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021082.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20134-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021197.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202506-02 vom 2025-06-12",
"url": "https://security.gentoo.org/glsa/202506-02"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02020-1 vom 2025-06-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021581.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02034-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021606.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02055-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021608.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02053-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021609.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02058-1 vom 2025-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021619.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:00063-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021641.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02347-1 vom 2025-07-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021838.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2971 vom 2025-08-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2971.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2964 vom 2025-08-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2964.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3003 vom 2025-09-16",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3003.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20693-1 vom 2025-09-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022578.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:7242 vom 2025-10-04",
"url": "https://errata.build.resf.org/RLSA-2025:7242"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:7243 vom 2025-10-04",
"url": "https://errata.build.resf.org/RLSA-2025:7243"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7807-1 vom 2025-10-08",
"url": "https://ubuntu.com/security/notices/USN-7807-1"
}
],
"source_lang": "en-US",
"title": "GStreamer: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-10-07T22:00:00.000+00:00",
"generator": {
"date": "2025-10-08T07:58:28.135+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2024-3586",
"initial_release_date": "2024-12-03T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-12-03T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE, Fedora und Debian aufgenommen"
},
{
"date": "2024-12-16T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat, Oracle Linux und Debian aufgenommen"
},
{
"date": "2024-12-17T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat und openSUSE aufgenommen"
},
{
"date": "2024-12-18T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Ubuntu und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-12-19T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-12-22T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-12-29T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-01-09T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-01-12T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-01-15T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IGEL aufgenommen"
},
{
"date": "2025-01-23T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von ExtremeNetworks aufgenommen"
},
{
"date": "2025-01-30T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux und IBM aufgenommen"
},
{
"date": "2025-02-04T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-02-27T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-03-09T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-22T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "25",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-09-16T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Ubuntu aufgenommen"
}
],
"status": "final",
"version": "30"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Azul Zulu",
"product": {
"name": "Azul Zulu",
"product_id": "T034269",
"product_identification_helper": {
"cpe": "cpe:/a:azul:zulu:-"
}
}
}
],
"category": "vendor",
"name": "Azul"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "Certified Container",
"product": {
"name": "IBM App Connect Enterprise Certified Container",
"product_id": "T037907",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:certified_container"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c12.6.1",
"product": {
"name": "IGEL OS \u003c12.6.1",
"product_id": "T040362"
}
},
{
"category": "product_version",
"name": "12.6.1",
"product": {
"name": "IGEL OS 12.6.1",
"product_id": "T040362-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:12.6.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c11.10.250",
"product": {
"name": "IGEL OS \u003c11.10.250",
"product_id": "T040363"
}
},
{
"category": "product_version",
"name": "11.10.250",
"product": {
"name": "IGEL OS 11.10.250",
"product_id": "T040363-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:11.10.250"
}
}
}
],
"category": "product_name",
"name": "OS"
}
],
"category": "vendor",
"name": "IGEL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "gst-plugins-good \u003c1.24.10",
"product": {
"name": "Open Source GStreamer gst-plugins-good \u003c1.24.10",
"product_id": "T039548"
}
},
{
"category": "product_version",
"name": "gst-plugins-good 1.24.10",
"product": {
"name": "Open Source GStreamer gst-plugins-good 1.24.10",
"product_id": "T039548-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:gst-plugins-good__1.24.10"
}
}
},
{
"category": "product_version_range",
"name": "ExtremeCloud IQ SE \u003c24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeCloud IQ SE \u003c24.10.13",
"product_id": "T040600"
}
},
{
"category": "product_version",
"name": "ExtremeCloud IQ SE 24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeCloud IQ SE 24.10.13",
"product_id": "T040600-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:extremecloud_iq_se__24.10.13"
}
}
},
{
"category": "product_version_range",
"name": "ExtremeAnalytics SE \u003c24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeAnalytics SE \u003c24.10.13",
"product_id": "T040601"
}
},
{
"category": "product_version",
"name": "ExtremeAnalytics SE 24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeAnalytics SE 24.10.13",
"product_id": "T040601-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:extremeanalytics_se__24.10.13"
}
}
},
{
"category": "product_version_range",
"name": "ExtremeControl SE \u003c24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeControl SE \u003c24.10.13",
"product_id": "T040602"
}
},
{
"category": "product_version",
"name": "ExtremeControl SE 24.10.13",
"product": {
"name": "Open Source GStreamer ExtremeControl SE 24.10.13",
"product_id": "T040602-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:extremecontrol_se__24.10.13"
}
}
}
],
"category": "product_name",
"name": "GStreamer"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47537",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47537"
},
{
"cve": "CVE-2024-47538",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47538"
},
{
"cve": "CVE-2024-47539",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47539"
},
{
"cve": "CVE-2024-47540",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47540"
},
{
"cve": "CVE-2024-47541",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47541"
},
{
"cve": "CVE-2024-47542",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47542"
},
{
"cve": "CVE-2024-47543",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47543"
},
{
"cve": "CVE-2024-47544",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47544"
},
{
"cve": "CVE-2024-47545",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47545"
},
{
"cve": "CVE-2024-47546",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47546"
},
{
"cve": "CVE-2024-47596",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47596"
},
{
"cve": "CVE-2024-47597",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47597"
},
{
"cve": "CVE-2024-47598",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47598"
},
{
"cve": "CVE-2024-47599",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47599"
},
{
"cve": "CVE-2024-47600",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47600"
},
{
"cve": "CVE-2024-47601",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47601"
},
{
"cve": "CVE-2024-47602",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47602"
},
{
"cve": "CVE-2024-47603",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47603"
},
{
"cve": "CVE-2024-47606",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-47607",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47607"
},
{
"cve": "CVE-2024-47613",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47613"
},
{
"cve": "CVE-2024-47615",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47615"
},
{
"cve": "CVE-2024-47774",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47774"
},
{
"cve": "CVE-2024-47775",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47775"
},
{
"cve": "CVE-2024-47776",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47776"
},
{
"cve": "CVE-2024-47777",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47777"
},
{
"cve": "CVE-2024-47778",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47778"
},
{
"cve": "CVE-2024-47834",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47834"
},
{
"cve": "CVE-2024-47835",
"product_status": {
"known_affected": [
"T034269",
"67646",
"T040602",
"T039548",
"T012167",
"T004914",
"T032255",
"74185",
"T040362",
"2951",
"T002207",
"T000126",
"T027843",
"T040601",
"T040600",
"398363",
"T037907",
"T040363"
]
},
"release_date": "2024-12-03T23:00:00.000+00:00",
"title": "CVE-2024-47835"
}
]
}
WID-SEC-W-2025-0815
Vulnerability from csaf_certbund - Published: 2025-04-15 22:00 - Updated: 2025-12-14 23:00Summary
Oracle Java SE: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Die Java Platform, Standard Edition (SE) ist eine Sammlung von Java-APIs (JDK) und der Java Laufzeit Umgebung (JRE).
Angriff: Ein entfernter, anonymer oder lokaler Angreifer kann mehrere Schwachstellen in Oracle Java SE ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
Affected products
Known affected
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Security Guardium Key Lifecycle Manager 4.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1
|
Key Lifecycle Manager 4.1 | |
|
IBM Storage Insights
IBM
|
cpe:/a:ibm:storage_insights:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM Rational Business Developer 9.6
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.6
|
9.6 | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.1.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1
|
Key Lifecycle Manager 4.1.1 | |
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
IBM Sterling Connect:Direct
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:-
|
— | |
|
IBM License Metric Tool <9.2.40
IBM / License Metric Tool
|
<9.2.40 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
IBM Java SDK
IBM
|
cpe:/a:ibm:jdk:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM Rational Business Developer 9.7
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:9.7
|
9.7 | |
|
IBM Rational Business Developer
IBM / Rational Business Developer
|
cpe:/a:ibm:rational_business_developer:-
|
— | |
|
IBM Maximo Asset Management 7.6.1.3
IBM / Maximo Asset Management
|
cpe:/a:ibm:maximo_asset_management:7.6.1.3
|
7.6.1.3 | |
|
IBM Java
IBM
|
cpe:/a:ibm:jre:-
|
— | |
|
IBM Security Guardium Key Lifecycle Manager 4.2.1
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1
|
Key Lifecycle Manager 4.2.1 | |
|
IBM TXSeries Multiplatforms
IBM / TXSeries
|
cpe:/a:ibm:txseries:multiplatforms
|
Multiplatforms | |
|
IBM InfoSphere Identity Insight 9.0.0.1
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:9.0.0.1
|
9.0.0.1 | |
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Java SE 21.0.6
Oracle / Java SE
|
cpe:/a:oracle:java_se:21.0.6
|
21.0.6 | |
|
NetApp ActiveIQ Unified Manager
NetApp
|
cpe:/a:netapp:active_iq_unified_manager:-
|
— | |
|
IBM SPSS
IBM / SPSS
|
cpe:/a:ibm:spss:-
|
— | |
|
Oracle Java SE 11.0.26
Oracle / Java SE
|
cpe:/a:oracle:java_se:11.0.26
|
11.0.26 | |
|
HCL Commerce <9.1.18.2
HCL / Commerce
|
<9.1.18.2 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Oracle Java SE 17.0.14
Oracle / Java SE
|
cpe:/a:oracle:java_se:17.0.14
|
17.0.14 | |
|
Oracle Java SE 24
Oracle / Java SE
|
cpe:/a:oracle:java_se:24
|
24 | |
|
IBM Sterling Connect:Direct <6.2.0.7
IBM / Sterling Connect:Direct
|
<6.2.0.7 | ||
|
HCL BigFix Compliance <2.0.14
HCL / BigFix
|
Compliance <2.0.14 | ||
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
IBM Tivoli Monitoring 7.2.10
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:7.2.10
|
7.2.10 | |
|
IBM DataPower Gateway <10.6.4.0
IBM / DataPower Gateway
|
<10.6.4.0 | ||
|
IBM Installation Manager 1.10.1.2
IBM / Installation Manager
|
cpe:/a:ibm:installation_manager:1.10.1.2
|
1.10.1.2 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IBM Tivoli Netcool/OMNIbus
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:-
|
— | |
|
Azul Zulu
Azul
|
cpe:/a:azul:zulu:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM InfoSphere Identity Insight 10.0.0.0
IBM / InfoSphere Identity Insight
|
cpe:/a:ibm:infosphere_identity_insight:10.0.0.0
|
10.0.0.0 | |
|
IBM Tivoli Netcool/OMNIbus 8.1.0
IBM / Tivoli Netcool/OMNIbus
|
cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0
|
8.1.0 | |
|
IBM SPSS Statistics
IBM / SPSS
|
cpe:/a:ibm:spss:statistics
|
Statistics | |
|
IBM Semeru Runtime <8.0.452.0
IBM / Semeru Runtime
|
<8.0.452.0 | ||
|
IBM Tivoli Monitoring for Virtual Environments 7.3.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7
|
for Virtual Environments 7.3.7 | |
|
IBM Semeru Runtime <11.0.27.0
IBM / Semeru Runtime
|
<11.0.27.0 | ||
|
Dell NetWorker Runtime Environment <8.0.25
Dell / NetWorker
|
Runtime Environment <8.0.25 | ||
|
IBM Installation Manager <1.9.3.3
IBM / Installation Manager
|
<1.9.3.3 | ||
|
IBM Semeru Runtime <17.0.15.0
IBM / Semeru Runtime
|
<17.0.15.0 | ||
|
Amazon Corretto <11.0.27.6.1
Amazon / Corretto
|
<11.0.27.6.1 | ||
|
IBM Semeru Runtime <21.0.7.0
IBM / Semeru Runtime
|
<21.0.7.0 | ||
|
Hitachi Configuration Manager
Hitachi
|
cpe:/a:hitachi:configuration_manager:-
|
— | |
|
IBM WebSphere Application Server
IBM
|
cpe:/a:ibm:websphere_application_server:-
|
— | |
|
IBM Tivoli Monitoring 6.3.0.7
IBM / Tivoli Monitoring
|
cpe:/a:ibm:tivoli_monitoring:6.3.0.7
|
6.3.0.7 | |
|
IBM MQ
IBM
|
cpe:/a:ibm:mq:-
|
— | |
|
IBM Tivoli Network Manager IP Edition <4.2 Fix Pack 23
IBM / Tivoli Network Manager
|
IP Edition <4.2 Fix Pack 23 | ||
|
IBM Power Hardware Management Console V10
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10
|
V10 | |
|
Hitachi Command Suite
Hitachi
|
cpe:/a:hitachi:command_suite:-
|
— | |
|
IBM SPSS Collaboration and Deployment Services 8.5
IBM / SPSS
|
cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5
|
Collaboration and Deployment Services 8.5 | |
|
HCL Commerce <9.0.1.16
HCL / Commerce
|
<9.0.1.16 | ||
|
IBM App Connect Enterprise <13.0.4.0
IBM / App Connect Enterprise
|
<13.0.4.0 | ||
|
Oracle Java SE 8u441-perf
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441-perf
|
8u441-perf | |
|
IBM Business Automation Workflow
IBM / Business Automation Workflow
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
HCL BigFix <11.0.4.0
HCL / BigFix
|
<11.0.4.0 | ||
|
IBM Sterling Connect:Direct webServices <6.4.0.3
IBM / Sterling Connect:Direct
|
webServices <6.4.0.3 | ||
|
IBM App Connect Enterprise <12.0.12.15
IBM / App Connect Enterprise
|
<12.0.12.15 | ||
|
Oracle GraalVM for JDK 17.0.14
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_17.0.14
|
for JDK 17.0.14 | |
|
IBM Sterling Connect:Direct webServices <6.2.0.28
IBM / Sterling Connect:Direct
|
webServices <6.2.0.28 | ||
|
Oracle GraalVM for JDK 21.0.6
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:for_jdk_21.0.6
|
for JDK 21.0.6 | |
|
IBM Sterling Connect:Direct webServices <6.3.0.14
IBM / Sterling Connect:Direct
|
webServices <6.3.0.14 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Oracle GraalVM Enterprise Edition 20.3.17
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:20.3.17::enterprise
|
Enterprise Edition 20.3.17 | |
|
Open Source OpenJDK
Open Source
|
cpe:/a:oracle:openjdk:-
|
— | |
|
Oracle GraalVM Enterprise Edition 21.3.13
Oracle / GraalVM
|
cpe:/a:oracle:graalvm:21.3.13::enterprise
|
Enterprise Edition 21.3.13 | |
|
IBM Tivoli Business Service Manager 6.2.0-6.2.0.6
IBM / Tivoli Business Service Manager
|
cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6
|
6.2.0-6.2.0.6 | |
|
IBM Sterling Connect:Direct <6.3.0.5
IBM / Sterling Connect:Direct
|
<6.3.0.5 | ||
|
Dell NetWorker <17.0.2
Dell / NetWorker
|
<17.0.2 | ||
|
IBM Sterling Connect:Direct <6.2.0.7.iFix052
IBM / Sterling Connect:Direct
|
<6.2.0.7.iFix052 | ||
|
IBM Security Guardium Key Lifecycle Manager 4.2
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2
|
Key Lifecycle Manager 4.2 | |
|
IBM Sterling Connect:Direct <6.4.0.2
IBM / Sterling Connect:Direct
|
<6.4.0.2 | ||
|
IBM DataPower Gateway <10.6.0.6
IBM / DataPower Gateway
|
<10.6.0.6 | ||
|
IBM Integration Bus 10.1.0.0-10.1.0.5
IBM / Integration Bus
|
cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5
|
10.1.0.0-10.1.0.5 | |
|
IBM Security Verify Access <10.0.9 IF2
IBM / Security Verify Access
|
<10.0.9 IF2 | ||
|
Oracle Java SE 8u441
Oracle / Java SE
|
cpe:/a:oracle:java_se:8u441
|
8u441 | |
|
IBM Security Guardium Key Lifecycle Manager 5.0
IBM / Security Guardium
|
cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0
|
Key Lifecycle Manager 5.0 | |
|
IBM DataPower Gateway <10.5.0.18
IBM / DataPower Gateway
|
<10.5.0.18 |
References
110 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Die Java Platform, Standard Edition (SE) ist eine Sammlung von Java-APIs (JDK) und der Java Laufzeit Umgebung (JRE).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder lokaler Angreifer kann mehrere Schwachstellen in Oracle Java SE ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0815 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0815.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0815 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0815"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2025 - Appendix Oracle Java SE vom 2025-04-15",
"url": "https://www.oracle.com/security-alerts/cpuapr2025.html#AppendixJAVA"
},
{
"category": "external",
"summary": "OpenJDK Vulnerability Advisory vom 2025-04-15",
"url": "https://openjdk.org/groups/vulnerability/advisories/2025-04-15"
},
{
"category": "external",
"summary": "Change Log for Amazon Corretto 11 vom 2025-04-15",
"url": "https://github.com/corretto/corretto-11/blob/11.0.27.6.1/CHANGELOG.md"
},
{
"category": "external",
"summary": "Azul Zulu builds of OpenJDK vom 2025-04-15",
"url": "https://docs.azul.com/core/pdfs/april-2025/azul-zulu-ca-release-notes-april-2025-rev1.0.pdf"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3852 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3852"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3856 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3856"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3853 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3853"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3849 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3849"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3854 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3854"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3855 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3855"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3844 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3844"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3845 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3845"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3846 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3846"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3847 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3847"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3848 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3848"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3857 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3857"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3850 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3850"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3852 vom 2025-04-18",
"url": "http://linux.oracle.com/errata/ELSA-2025-3852.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3845 vom 2025-04-18",
"url": "http://linux.oracle.com/errata/ELSA-2025-3845.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3855 vom 2025-04-18",
"url": "http://linux.oracle.com/errata/ELSA-2025-3855.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15022-1 vom 2025-04-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BRJ4ISGUWDRCC6WFUQ7DJTTNQVMYNV5Y/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15024-1 vom 2025-04-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/C6XNBWNLTVY24PY5AGA3UCES65X3SMQN/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASCORRETTO8-2025-015 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASCORRETTO8-2025-015.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1399-1 vom 2025-04-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020750.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2839 vom 2025-04-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2839.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5913 vom 2025-05-02",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00076.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2838 vom 2025-04-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2838.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1429-1 vom 2025-05-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020769.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7483-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7483-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7484-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7484-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7480-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7480-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7481-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7481-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7482-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7482-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1490-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020782.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1487-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020797.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1524-1 vom 2025-05-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020818.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1525-1 vom 2025-05-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020817.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3844 vom 2025-05-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-3844.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7508 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7508"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15077-1 vom 2025-05-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/PTNITOYWDOKJOEHSH2CU5O6OKDMZOEYZ/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15078-1 vom 2025-05-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/PQYOZOCMS25XBQWUFJFFM6CS5L66IC5C/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2850 vom 2025-05-14",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2850.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15080-1 vom 2025-05-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YI5CZCHTIKADEFJKS6K6CGUTIV4PERYD/"
},
{
"category": "external",
"summary": "IBM Security Bulletin",
"url": "https://www.ibm.com/support/pages/node/7233415"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7233417 vom 2025-05-14",
"url": "https://www.ibm.com/support/pages/node/7233417"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7233442 vom 2025-05-16",
"url": "https://www.ibm.com/support/pages/node/7233442"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4174 vom 2025-05-20",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00026.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4173 vom 2025-05-20",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00025.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7531-1 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7531-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7533-1 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7533-1"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2025-121 vom 2025-05-27",
"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2025-121/index.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-220 vom 2025-05-31",
"url": "https://www.dell.com/support/kbdoc/000325087"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01770-1 vom 2025-05-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020985.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01487-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021002.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01788-1 vom 2025-06-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YE6PT7ZKIRERTFFELSDUDK5DSA5US5UF/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8431 vom 2025-06-03",
"url": "https://access.redhat.com/errata/RHSA-2025:8431"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7235405 vom 2025-06-03",
"url": "https://www.ibm.com/support/pages/node/7235405"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01490-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021408.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01525-1 vom 2025-06-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021419.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7236063 vom 2025-06-10",
"url": "https://www.ibm.com/support/pages/node/7236063"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7235945 vom 2025-06-09",
"url": "https://www.ibm.com/support/pages/node/7235945"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7236509 vom 2025-06-12",
"url": "https://www.ibm.com/support/pages/node/7236509"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01954-1 vom 2025-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021513.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01487-2 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021536.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237173 vom 2025-06-18",
"url": "https://www.ibm.com/support/pages/node/7237173"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237261 vom 2025-06-19",
"url": "https://www.ibm.com/support/pages/node/7237261"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237582 vom 2025-06-23",
"url": "https://www.ibm.com/support/pages/node/7237582"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145433 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7145433"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145183 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7145183"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7236665 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7236665"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237722 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7237722"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238120 vom 2025-06-26",
"url": "https://www.ibm.com/support/pages/node/7238120"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238810 vom 2025-07-03",
"url": "https://www.ibm.com/support/pages/node/7238810"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238919 vom 2025-07-04",
"url": "https://www.ibm.com/support/pages/node/7238919"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238868 vom 2025-07-03",
"url": "https://www.ibm.com/support/pages/node/7238868"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238987 vom 2025-07-07",
"url": "https://www.ibm.com/support/pages/node/7238987"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239006 vom 2025-07-07",
"url": "https://www.ibm.com/support/pages/node/7239006"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239476 vom 2025-07-11",
"url": "https://www.ibm.com/support/pages/node/7239476"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239475 vom 2025-07-11",
"url": "https://www.ibm.com/support/pages/node/7239475"
},
{
"category": "external",
"summary": "HCL Security Bulletin vom 2025-07-11",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0122406"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239598 vom 2025-07-14",
"url": "https://www.ibm.com/support/pages/node/7239598"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239645 vom 2025-07-14",
"url": "https://www.ibm.com/support/pages/node/7239645"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239617 vom 2025-07-14",
"url": "https://www.ibm.com/support/pages/node/7239617"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239816 vom 2025-07-16",
"url": "https://www.ibm.com/support/pages/node/7239816"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239757 vom 2025-07-15",
"url": "https://www.ibm.com/support/pages/node/7239757"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239966 vom 2025-07-17",
"url": "https://www.ibm.com/support/pages/node/7239966"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239963 vom 2025-07-17",
"url": "https://www.ibm.com/support/pages/node/7239963"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7240124 vom 2025-07-20",
"url": "https://www.ibm.com/support/pages/node/7240124"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7240122 vom 2025-07-20",
"url": "https://www.ibm.com/support/pages/node/7240122"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7240345 vom 2025-07-22",
"url": "https://www.ibm.com/support/pages/node/7240345"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7240431 vom 2025-07-23",
"url": "https://www.ibm.com/support/pages/node/7240431"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20250502-0005 vom 2025-07-23",
"url": "https://security.netapp.com/advisory/NTAP-20250502-0005"
},
{
"category": "external",
"summary": "HCL Security Bulletin vom 2025-08-05",
"url": "https://support.hcl-software.com/csm?id=kb_article\u0026sysparm_article=KB0122946"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241584 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241584"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241565 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241565"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241656 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241656"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7242810 vom 2025-08-21",
"url": "https://www.ibm.com/support/pages/node/7242810"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-327 vom 2025-08-26",
"url": "https://www.dell.com/support/kbdoc/000361139"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243781 vom 2025-09-02",
"url": "https://www.ibm.com/support/pages/node/7243781"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243821 vom 2025-09-02",
"url": "https://www.ibm.com/support/pages/node/7243821"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244647 vom 2025-09-11",
"url": "https://www.ibm.com/support/pages/node/7244647"
},
{
"category": "external",
"summary": "HCL Advisory vom 2025-09-11",
"url": "https://support.hcl-software.com/community?id=community_blog\u0026sys_id=3487a3ef3b7fe214cb0155f726e45abe"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244650 vom 2025-09-11",
"url": "https://www.ibm.com/support/pages/node/7244650"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0351-1 vom 2025-09-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/46ENDY2NXGQLZC2JZ3BI2AUCKYOSA4PX/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0354-1 vom 2025-09-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PZDNEL7E26VA3OBDQFDUUZTHUQ6VD5VR/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0353-1 vom 2025-09-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XWY4UAD3IUPKXW4ZZBHGX4ITOYVGHP72/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-18814 vom 2025-11-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-18814.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7254159 vom 2025-12-15",
"url": "https://www.ibm.com/support/pages/node/7254159"
}
],
"source_lang": "en-US",
"title": "Oracle Java SE: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-12-14T23:00:00.000+00:00",
"generator": {
"date": "2025-12-15T10:51:34.608+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0815",
"initial_release_date": "2025-04-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Amazon und SUSE aufgenommen"
},
{
"date": "2025-05-01T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Amazon und Debian aufgenommen"
},
{
"date": "2025-05-04T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-05T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-11T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat, openSUSE und Amazon aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-19T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-25T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-01T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Dell und SUSE aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat und IBM aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-22T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-02T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von IBM und HCL aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-23T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von IBM und NetApp aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "42",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-08-21T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von IBM und HCL aufgenommen"
},
{
"date": "2025-09-15T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-12T23:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "51"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.0.27.6.1",
"product": {
"name": "Amazon Corretto \u003c11.0.27.6.1",
"product_id": "T042898"
}
},
{
"category": "product_version",
"name": "11.0.27.6.1",
"product": {
"name": "Amazon Corretto 11.0.27.6.1",
"product_id": "T042898-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:amazon:corretto:11.0.27.6.1"
}
}
}
],
"category": "product_name",
"name": "Corretto"
},
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Azul Zulu",
"product": {
"name": "Azul Zulu",
"product_id": "T034269",
"product_identification_helper": {
"cpe": "cpe:/a:azul:zulu:-"
}
}
}
],
"category": "vendor",
"name": "Azul"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Runtime Environment \u003c8.0.25",
"product": {
"name": "Dell NetWorker Runtime Environment \u003c8.0.25",
"product_id": "T044237"
}
},
{
"category": "product_version",
"name": "Runtime Environment 8.0.25",
"product": {
"name": "Dell NetWorker Runtime Environment 8.0.25",
"product_id": "T044237-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:runtime_environment__8.0.25"
}
}
},
{
"category": "product_version_range",
"name": "\u003c17.0.2",
"product": {
"name": "Dell NetWorker \u003c17.0.2",
"product_id": "T046485"
}
},
{
"category": "product_version",
"name": "17.0.2",
"product": {
"name": "Dell NetWorker 17.0.2",
"product_id": "T046485-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:17.0.2"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.0.4.0",
"product": {
"name": "HCL BigFix \u003c11.0.4.0",
"product_id": "T045313"
}
},
{
"category": "product_version",
"name": "11.0.4.0",
"product": {
"name": "HCL BigFix 11.0.4.0",
"product_id": "T045313-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:bigfix:11.0.4.0"
}
}
},
{
"category": "product_version_range",
"name": "Compliance \u003c2.0.14",
"product": {
"name": "HCL BigFix Compliance \u003c2.0.14",
"product_id": "T046948"
}
},
{
"category": "product_version",
"name": "Compliance 2.0.14",
"product": {
"name": "HCL BigFix Compliance 2.0.14",
"product_id": "T046948-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:bigfix:compliance__2.0.14"
}
}
}
],
"category": "product_name",
"name": "BigFix"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.0.1.16",
"product": {
"name": "HCL Commerce \u003c9.0.1.16",
"product_id": "T019286"
}
},
{
"category": "product_version",
"name": "9.0.1.16",
"product": {
"name": "HCL Commerce 9.0.1.16",
"product_id": "T019286-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:hcltechsw:commerce:9.0.1.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.18.2",
"product": {
"name": "HCL Commerce \u003c9.1.18.2",
"product_id": "T045896"
}
},
{
"category": "product_version",
"name": "9.1.18.2",
"product": {
"name": "HCL Commerce 9.1.18.2",
"product_id": "T045896-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:hcltechsw:commerce:9.1.18.2"
}
}
}
],
"category": "product_name",
"name": "Commerce"
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Command Suite",
"product": {
"name": "Hitachi Command Suite",
"product_id": "T038839",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:command_suite:-"
}
}
},
{
"category": "product_name",
"name": "Hitachi Configuration Manager",
"product": {
"name": "Hitachi Configuration Manager",
"product_id": "T020304",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:configuration_manager:-"
}
}
},
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T038840",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c12.0.12.15",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.12.15",
"product_id": "T044655"
}
},
{
"category": "product_version",
"name": "12.0.12.15",
"product": {
"name": "IBM App Connect Enterprise 12.0.12.15",
"product_id": "T044655-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:v12-_fix_pack_release_12.0.12.15"
}
}
},
{
"category": "product_version_range",
"name": "\u003c13.0.4.0",
"product": {
"name": "IBM App Connect Enterprise \u003c13.0.4.0",
"product_id": "T044811"
}
},
{
"category": "product_version",
"name": "13.0.4.0",
"product": {
"name": "IBM App Connect Enterprise 13.0.4.0",
"product_id": "T044811-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.0.4.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c13.0.4.0",
"product": {
"name": "IBM App Connect Enterprise \u003c13.0.4.0",
"product_id": "T044819"
}
},
{
"category": "product_version",
"name": "13.0.4.0",
"product": {
"name": "IBM App Connect Enterprise 13.0.4.0",
"product_id": "T044819-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:13.0.4.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.12.15",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.12.15",
"product_id": "T044820"
}
},
{
"category": "product_version",
"name": "12.0.12.15",
"product": {
"name": "IBM App Connect Enterprise 12.0.12.15",
"product_id": "T044820-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.12.15"
}
}
},
{
"category": "product_version_range",
"name": "\u003cLTS 12.0.14",
"product": {
"name": "IBM App Connect Enterprise \u003cLTS 12.0.14",
"product_id": "T045928"
}
},
{
"category": "product_version",
"name": "LTS 12.0.14",
"product": {
"name": "IBM App Connect Enterprise LTS 12.0.14",
"product_id": "T045928-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:lts_12.0.14"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T043411",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
}
],
"category": "product_name",
"name": "Business Automation Workflow"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.6.4.0",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.4.0",
"product_id": "T044528"
}
},
{
"category": "product_version",
"name": "10.6.4.0",
"product": {
"name": "IBM DataPower Gateway 10.6.4.0",
"product_id": "T044528-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.4.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.0.6",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.0.6",
"product_id": "T045035"
}
},
{
"category": "product_version",
"name": "10.6.0.6",
"product": {
"name": "IBM DataPower Gateway 10.6.0.6",
"product_id": "T045035-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.18",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.18",
"product_id": "T045036"
}
},
{
"category": "product_version",
"name": "10.5.0.18",
"product": {
"name": "IBM DataPower Gateway 10.5.0.18",
"product_id": "T045036-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.18"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version",
"name": "10.0.0.0",
"product": {
"name": "IBM InfoSphere Identity Insight 10.0.0.0",
"product_id": "T033658",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_identity_insight:10.0.0.0"
}
}
},
{
"category": "product_version",
"name": "9.0.0.1",
"product": {
"name": "IBM InfoSphere Identity Insight 9.0.0.1",
"product_id": "T035627",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_identity_insight:9.0.0.1"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Identity Insight"
},
{
"branches": [
{
"category": "product_version",
"name": "11.7",
"product": {
"name": "IBM InfoSphere Information Server 11.7",
"product_id": "444803",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:11.7"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Information Server"
},
{
"branches": [
{
"category": "product_version",
"name": "1.10.1.2",
"product": {
"name": "IBM Installation Manager 1.10.1.2",
"product_id": "T044604",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:installation_manager:1.10.1.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.9.3.3",
"product": {
"name": "IBM Installation Manager \u003c1.9.3.3",
"product_id": "T046656"
}
},
{
"category": "product_version",
"name": "1.9.3.3",
"product": {
"name": "IBM Installation Manager 1.9.3.3",
"product_id": "T046656-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:installation_manager:1.9.3.3"
}
}
}
],
"category": "product_name",
"name": "Installation Manager"
},
{
"branches": [
{
"category": "product_version",
"name": "10.1.0.0-10.1.0.5",
"product": {
"name": "IBM Integration Bus 10.1.0.0-10.1.0.5",
"product_id": "T044022",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:integration_bus:10.1.0.0_-_10.1.0.5"
}
}
}
],
"category": "product_name",
"name": "Integration Bus"
},
{
"category": "product_name",
"name": "IBM Java",
"product": {
"name": "IBM Java",
"product_id": "10699",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:jre:-"
}
}
},
{
"category": "product_name",
"name": "IBM Java SDK",
"product": {
"name": "IBM Java SDK",
"product_id": "10695",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:jdk:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.2.40",
"product": {
"name": "IBM License Metric Tool \u003c9.2.40",
"product_id": "T044779"
}
},
{
"category": "product_version",
"name": "9.2.40",
"product": {
"name": "IBM License Metric Tool 9.2.40",
"product_id": "T044779-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:9.2.40"
}
}
}
],
"category": "product_name",
"name": "License Metric Tool"
},
{
"category": "product_name",
"name": "IBM MQ",
"product": {
"name": "IBM MQ",
"product_id": "T021398",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "7.6.1.3",
"product": {
"name": "IBM Maximo Asset Management 7.6.1.3",
"product_id": "1234217",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:maximo_asset_management:7.6.1.3"
}
}
}
],
"category": "product_name",
"name": "Maximo Asset Management"
},
{
"branches": [
{
"category": "product_version",
"name": "V10",
"product": {
"name": "IBM Power Hardware Management Console V10",
"product_id": "T023373",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v10"
}
}
}
],
"category": "product_name",
"name": "Power Hardware Management Console"
},
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "9.6",
"product": {
"name": "IBM Rational Business Developer 9.6",
"product_id": "T023629",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_business_developer:9.6"
}
}
},
{
"category": "product_version",
"name": "9.7",
"product": {
"name": "IBM Rational Business Developer 9.7",
"product_id": "T023630",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_business_developer:9.7"
}
}
},
{
"category": "product_name",
"name": "IBM Rational Business Developer",
"product": {
"name": "IBM Rational Business Developer",
"product_id": "T025611",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_business_developer:-"
}
}
}
],
"category": "product_name",
"name": "Rational Business Developer"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM SPSS",
"product": {
"name": "IBM SPSS",
"product_id": "T013570",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:-"
}
}
},
{
"category": "product_version",
"name": "Collaboration and Deployment Services 8.5",
"product": {
"name": "IBM SPSS Collaboration and Deployment Services 8.5",
"product_id": "T038750",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:collaboration_and_deployment_services_8.5"
}
}
},
{
"category": "product_version",
"name": "Statistics",
"product": {
"name": "IBM SPSS Statistics",
"product_id": "T045525",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:statistics"
}
}
}
],
"category": "product_name",
"name": "SPSS"
},
{
"branches": [
{
"category": "product_version",
"name": "Key Lifecycle Manager 4.1.1",
"product": {
"name": "IBM Security Guardium Key Lifecycle Manager 4.1.1",
"product_id": "T021015",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1.1"
}
}
},
{
"category": "product_version",
"name": "Key Lifecycle Manager 4.2",
"product": {
"name": "IBM Security Guardium Key Lifecycle Manager 4.2",
"product_id": "T027545",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2"
}
}
},
{
"category": "product_version",
"name": "Key Lifecycle Manager 4.1",
"product": {
"name": "IBM Security Guardium Key Lifecycle Manager 4.1",
"product_id": "T029695",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.1"
}
}
},
{
"category": "product_version",
"name": "Key Lifecycle Manager 4.2.1",
"product": {
"name": "IBM Security Guardium Key Lifecycle Manager 4.2.1",
"product_id": "T032873",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:key_lifecycle_manager_4.2.1"
}
}
},
{
"category": "product_version",
"name": "Key Lifecycle Manager 5.0",
"product": {
"name": "IBM Security Guardium Key Lifecycle Manager 5.0",
"product_id": "T044420",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_guardium:key_lifecycle_manager_5.0"
}
}
}
],
"category": "product_name",
"name": "Security Guardium"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.9 IF2",
"product": {
"name": "IBM Security Verify Access \u003c10.0.9 IF2",
"product_id": "T045037"
}
},
{
"category": "product_version",
"name": "10.0.9 IF2",
"product": {
"name": "IBM Security Verify Access 10.0.9 IF2",
"product_id": "T045037-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_verify_access:10.0.9_if2"
}
}
}
],
"category": "product_name",
"name": "Security Verify Access"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.0.452.0",
"product": {
"name": "IBM Semeru Runtime \u003c8.0.452.0",
"product_id": "T043786"
}
},
{
"category": "product_version",
"name": "8.0.452.0",
"product": {
"name": "IBM Semeru Runtime 8.0.452.0",
"product_id": "T043786-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:semeru_runtime:8.0.452.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c11.0.27.0",
"product": {
"name": "IBM Semeru Runtime \u003c11.0.27.0",
"product_id": "T043787"
}
},
{
"category": "product_version",
"name": "11.0.27.0",
"product": {
"name": "IBM Semeru Runtime 11.0.27.0",
"product_id": "T043787-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:semeru_runtime:11.0.27.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c17.0.15.0",
"product": {
"name": "IBM Semeru Runtime \u003c17.0.15.0",
"product_id": "T043788"
}
},
{
"category": "product_version",
"name": "17.0.15.0",
"product": {
"name": "IBM Semeru Runtime 17.0.15.0",
"product_id": "T043788-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:semeru_runtime:17.0.15.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c21.0.7.0",
"product": {
"name": "IBM Semeru Runtime \u003c21.0.7.0",
"product_id": "T043789"
}
},
{
"category": "product_version",
"name": "21.0.7.0",
"product": {
"name": "IBM Semeru Runtime 21.0.7.0",
"product_id": "T043789-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:semeru_runtime:21.0.7.0"
}
}
}
],
"category": "product_name",
"name": "Semeru Runtime"
},
{
"branches": [
{
"category": "product_version_range",
"name": "webServices \u003c6.4.0.3",
"product": {
"name": "IBM Sterling Connect:Direct webServices \u003c6.4.0.3",
"product_id": "T045316"
}
},
{
"category": "product_version",
"name": "webServices 6.4.0.3",
"product": {
"name": "IBM Sterling Connect:Direct webServices 6.4.0.3",
"product_id": "T045316-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:webservices__6.4.0.3"
}
}
},
{
"category": "product_version_range",
"name": "webServices \u003c6.3.0.14",
"product": {
"name": "IBM Sterling Connect:Direct webServices \u003c6.3.0.14",
"product_id": "T045317"
}
},
{
"category": "product_version",
"name": "webServices 6.3.0.14",
"product": {
"name": "IBM Sterling Connect:Direct webServices 6.3.0.14",
"product_id": "T045317-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:webservices__6.3.0.14"
}
}
},
{
"category": "product_version_range",
"name": "webServices \u003c6.2.0.28",
"product": {
"name": "IBM Sterling Connect:Direct webServices \u003c6.2.0.28",
"product_id": "T045318"
}
},
{
"category": "product_version",
"name": "webServices 6.2.0.28",
"product": {
"name": "IBM Sterling Connect:Direct webServices 6.2.0.28",
"product_id": "T045318-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:webservices__6.2.0.28"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.2.0.7",
"product": {
"name": "IBM Sterling Connect:Direct \u003c6.2.0.7",
"product_id": "T045339"
}
},
{
"category": "product_version",
"name": "6.2.0.7",
"product": {
"name": "IBM Sterling Connect:Direct 6.2.0.7",
"product_id": "T045339-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:6.2.0.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.3.0.5",
"product": {
"name": "IBM Sterling Connect:Direct \u003c6.3.0.5",
"product_id": "T045350"
}
},
{
"category": "product_version",
"name": "6.3.0.5",
"product": {
"name": "IBM Sterling Connect:Direct 6.3.0.5",
"product_id": "T045350-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:6.3.0.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.4.0.2",
"product": {
"name": "IBM Sterling Connect:Direct \u003c6.4.0.2",
"product_id": "T045351"
}
},
{
"category": "product_version",
"name": "6.4.0.2",
"product": {
"name": "IBM Sterling Connect:Direct 6.4.0.2",
"product_id": "T045351-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:6.4.0.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.2.0.7.iFix052",
"product": {
"name": "IBM Sterling Connect:Direct \u003c6.2.0.7.iFix052",
"product_id": "T045352"
}
},
{
"category": "product_version",
"name": "6.2.0.7.iFix052",
"product": {
"name": "IBM Sterling Connect:Direct 6.2.0.7.iFix052",
"product_id": "T045352-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:6.2.0.7.ifix052"
}
}
},
{
"category": "product_name",
"name": "IBM Sterling Connect:Direct",
"product": {
"name": "IBM Sterling Connect:Direct",
"product_id": "T045428",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:-"
}
}
}
],
"category": "product_name",
"name": "Sterling Connect:Direct"
},
{
"category": "product_name",
"name": "IBM Storage Insights",
"product": {
"name": "IBM Storage Insights",
"product_id": "T035615",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:storage_insights:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Multiplatforms",
"product": {
"name": "IBM TXSeries Multiplatforms",
"product_id": "T045090",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:txseries:multiplatforms"
}
}
}
],
"category": "product_name",
"name": "TXSeries"
},
{
"branches": [
{
"category": "product_version",
"name": "6.2.0-6.2.0.6",
"product": {
"name": "IBM Tivoli Business Service Manager 6.2.0-6.2.0.6",
"product_id": "T045592",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_business_service_manager:6.2.0_-_6.2.0.6"
}
}
}
],
"category": "product_name",
"name": "Tivoli Business Service Manager"
},
{
"branches": [
{
"category": "product_version",
"name": "6.3.0.7",
"product": {
"name": "IBM Tivoli Monitoring 6.3.0.7",
"product_id": "342008",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_monitoring:6.3.0.7"
}
}
},
{
"category": "product_version",
"name": "for Virtual Environments 7.3.7",
"product": {
"name": "IBM Tivoli Monitoring for Virtual Environments 7.3.7",
"product_id": "T041162",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_monitoring:for_virtual_environments__7.3.7"
}
}
},
{
"category": "product_version",
"name": "7.2.10",
"product": {
"name": "IBM Tivoli Monitoring 7.2.10",
"product_id": "T046945",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_monitoring:7.2.10"
}
}
}
],
"category": "product_name",
"name": "Tivoli Monitoring"
},
{
"branches": [
{
"category": "product_version",
"name": "8.1.0",
"product": {
"name": "IBM Tivoli Netcool/OMNIbus 8.1.0",
"product_id": "700367",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_netcool%2fomnibus:8.1.0"
}
}
},
{
"category": "product_name",
"name": "IBM Tivoli Netcool/OMNIbus",
"product": {
"name": "IBM Tivoli Netcool/OMNIbus",
"product_id": "T004181",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_netcool%2fomnibus:-"
}
}
}
],
"category": "product_name",
"name": "Tivoli Netcool/OMNIbus"
},
{
"branches": [
{
"category": "product_version_range",
"name": "IP Edition \u003c4.2 Fix Pack 23",
"product": {
"name": "IBM Tivoli Network Manager IP Edition \u003c4.2 Fix Pack 23",
"product_id": "T046654"
}
},
{
"category": "product_version",
"name": "IP Edition 4.2 Fix Pack 23",
"product": {
"name": "IBM Tivoli Network Manager IP Edition 4.2 Fix Pack 23",
"product_id": "T046654-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:tivoli_network_manager:ip_edition___4.2_fix_pack_23"
}
}
}
],
"category": "product_name",
"name": "Tivoli Network Manager"
},
{
"category": "product_name",
"name": "IBM WebSphere Application Server",
"product": {
"name": "IBM WebSphere Application Server",
"product_id": "T000377",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:websphere_application_server:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "NetApp ActiveIQ Unified Manager",
"product": {
"name": "NetApp ActiveIQ Unified Manager",
"product_id": "T016960",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:active_iq_unified_manager:-"
}
}
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source OpenJDK",
"product": {
"name": "Open Source OpenJDK",
"product_id": "580789",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:openjdk:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "for JDK 17.0.14",
"product": {
"name": "Oracle GraalVM for JDK 17.0.14",
"product_id": "T042886",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:graalvm:for_jdk_17.0.14"
}
}
},
{
"category": "product_version",
"name": "for JDK 21.0.6",
"product": {
"name": "Oracle GraalVM for JDK 21.0.6",
"product_id": "T042887",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:graalvm:for_jdk_21.0.6"
}
}
},
{
"category": "product_version",
"name": "Enterprise Edition 20.3.17",
"product": {
"name": "Oracle GraalVM Enterprise Edition 20.3.17",
"product_id": "T042888",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:graalvm:20.3.17::enterprise"
}
}
},
{
"category": "product_version",
"name": "Enterprise Edition 21.3.13",
"product": {
"name": "Oracle GraalVM Enterprise Edition 21.3.13",
"product_id": "T042889",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:graalvm:21.3.13::enterprise"
}
}
}
],
"category": "product_name",
"name": "GraalVM"
},
{
"branches": [
{
"category": "product_version",
"name": "21.0.6",
"product": {
"name": "Oracle Java SE 21.0.6",
"product_id": "T042817",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:21.0.6"
}
}
},
{
"category": "product_version",
"name": "11.0.26",
"product": {
"name": "Oracle Java SE 11.0.26",
"product_id": "T042819",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:11.0.26"
}
}
},
{
"category": "product_version",
"name": "17.0.14",
"product": {
"name": "Oracle Java SE 17.0.14",
"product_id": "T042820",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:17.0.14"
}
}
},
{
"category": "product_version",
"name": "24",
"product": {
"name": "Oracle Java SE 24",
"product_id": "T042821",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:24"
}
}
},
{
"category": "product_version",
"name": "8u441",
"product": {
"name": "Oracle Java SE 8u441",
"product_id": "T042881",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:8u441"
}
}
},
{
"category": "product_version",
"name": "8u441-perf",
"product": {
"name": "Oracle Java SE 8u441-perf",
"product_id": "T042882",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:java_se:8u441-perf"
}
}
}
],
"category": "product_name",
"name": "Java SE"
},
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-47606",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-54534",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2024-54534"
},
{
"cve": "CVE-2025-21587",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-21587"
},
{
"cve": "CVE-2025-23083",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-23083"
},
{
"cve": "CVE-2025-30691",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-30691"
},
{
"cve": "CVE-2025-30698",
"product_status": {
"known_affected": [
"T029695",
"T035615",
"T004914",
"T023629",
"T038840",
"T021015",
"T044655",
"T045428",
"T044779",
"T044811",
"T021415",
"10695",
"398363",
"T023630",
"T025611",
"1234217",
"10699",
"T032873",
"T045090",
"T035627",
"T045928",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T044604",
"T027843",
"T004181",
"T034269",
"67646",
"T033658",
"700367",
"T045525",
"T043786",
"T041162",
"T043787",
"T044237",
"T046656",
"T043788",
"T042898",
"T043789",
"T020304",
"T000377",
"342008",
"T021398",
"T046654",
"T023373",
"T038839",
"T038750",
"T019286",
"T044819",
"T042882",
"T043411",
"T045313",
"T045316",
"T044820",
"T042886",
"T045318",
"T042887",
"T045317",
"T000126",
"T042888",
"580789",
"T042889",
"T045592",
"T045350",
"T046485",
"T045352",
"T027545",
"T045351",
"T045035",
"T044022",
"T045037",
"T042881",
"T044420",
"T045036"
]
},
"release_date": "2025-04-15T22:00:00.000+00:00",
"title": "CVE-2025-30698"
}
]
}
WID-SEC-W-2025-1559
Vulnerability from csaf_certbund - Published: 2025-07-15 22:00 - Updated: 2025-07-15 22:00Summary
Oracle Communications: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
Affected products
Known affected
21 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications 4.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.1.0
|
4.1.0 | |
|
Oracle Communications 4.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:4.2.0
|
4.2.0 | |
|
Oracle Communications 9.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.2.0
|
9.2.0 | |
|
Oracle Communications 24.3.1
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.1
|
24.3.1 | |
|
Oracle Communications 9.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:9.3.0
|
9.3.0 | |
|
Oracle Communications 24.3.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.3.0
|
24.3.0 | |
|
Oracle Communications 24.2.0
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.0
|
24.2.0 | |
|
Oracle Communications 5.2
Oracle / Communications
|
cpe:/a:oracle:communications:5.2
|
5.2 | |
|
Oracle Communications 25.1.100
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.100
|
25.1.100 | |
|
Oracle Communications 10.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:10.0.0
|
10.0.0 | |
|
Oracle Communications 23.4.3
Oracle / Communications
|
cpe:/a:oracle:communications:23.4.3
|
23.4.3 | |
|
Oracle Communications 24.2.4
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.4
|
24.2.4 | |
|
Oracle Communications 9.1.5
Oracle / Communications
|
cpe:/a:oracle:communications:9.1.5
|
9.1.5 | |
|
Oracle Communications 23.1.0
Oracle / Communications
|
cpe:/a:oracle:communications:23.1.0
|
23.1.0 | |
|
Oracle Communications 5.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:5.0.0
|
5.0.0 | |
|
Oracle Communications 22.4.0
Oracle / Communications
|
cpe:/a:oracle:communications:22.4.0
|
22.4.0 | |
|
Oracle Communications 15.0.0.0
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications 25.1.101
Oracle / Communications
|
cpe:/a:oracle:communications:25.1.101
|
25.1.101 | |
|
Oracle Communications 15.0.3
Oracle / Communications
|
cpe:/a:oracle:communications:15.0.3
|
15.0.3 | |
|
Oracle Communications 5.1
Oracle / Communications
|
cpe:/a:oracle:communications:5.1
|
5.1 | |
|
Oracle Communications 24.2.5
Oracle / Communications
|
cpe:/a:oracle:communications:24.2.5
|
24.2.5 |
Last affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications <=24.2.3
Oracle / Communications
|
<=24.2.3 | ||
|
Oracle Communications <=9.0.4
Oracle / Communications
|
<=9.0.4 | ||
|
Oracle Communications <=24.2.6
Oracle / Communications
|
<=24.2.6 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1559 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1559.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1559 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1559"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - July 2025 - Appendix Oracle Communications vom 2025-07-15",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixCGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-15T22:00:00.000+00:00",
"generator": {
"date": "2025-07-16T08:26:53.967+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1559",
"initial_release_date": "2025-07-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "22.4.0",
"product": {
"name": "Oracle Communications 22.4.0",
"product_id": "T024981",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:22.4.0"
}
}
},
{
"category": "product_version",
"name": "23.1.0",
"product": {
"name": "Oracle Communications 23.1.0",
"product_id": "T027326",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.1.0"
}
}
},
{
"category": "product_version",
"name": "5.1",
"product": {
"name": "Oracle Communications 5.1",
"product_id": "T028684",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.1"
}
}
},
{
"category": "product_version",
"name": "5.2",
"product": {
"name": "Oracle Communications 5.2",
"product_id": "T034146",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.2"
}
}
},
{
"category": "product_version",
"name": "23.4.3",
"product": {
"name": "Oracle Communications 23.4.3",
"product_id": "T036195",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:23.4.3"
}
}
},
{
"category": "product_version",
"name": "24.2.0",
"product": {
"name": "Oracle Communications 24.2.0",
"product_id": "T036197",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.0"
}
}
},
{
"category": "product_version",
"name": "4.1.0",
"product": {
"name": "Oracle Communications 4.1.0",
"product_id": "T036205",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.1.0"
}
}
},
{
"category": "product_version",
"name": "4.2.0",
"product": {
"name": "Oracle Communications 4.2.0",
"product_id": "T036206",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:4.2.0"
}
}
},
{
"category": "product_version",
"name": "9.2.0",
"product": {
"name": "Oracle Communications 9.2.0",
"product_id": "T036207",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.2.0"
}
}
},
{
"category": "product_version",
"name": "9.3.0",
"product": {
"name": "Oracle Communications 9.3.0",
"product_id": "T036208",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.3.0"
}
}
},
{
"category": "product_version",
"name": "9.1.5",
"product": {
"name": "Oracle Communications 9.1.5",
"product_id": "T038380",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:9.1.5"
}
}
},
{
"category": "product_version",
"name": "24.3.0",
"product": {
"name": "Oracle Communications 24.3.0",
"product_id": "T040448",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.3.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.3",
"product": {
"name": "Oracle Communications \u003c=24.2.3",
"product_id": "T040449"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.3",
"product": {
"name": "Oracle Communications \u003c=24.2.3",
"product_id": "T040449-fixed"
}
},
{
"category": "product_version",
"name": "24.2.5",
"product": {
"name": "Oracle Communications 24.2.5",
"product_id": "T042793",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.5"
}
}
},
{
"category": "product_version",
"name": "25.1.100",
"product": {
"name": "Oracle Communications 25.1.100",
"product_id": "T042794",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.100"
}
}
},
{
"category": "product_version",
"name": "10.0.0",
"product": {
"name": "Oracle Communications 10.0.0",
"product_id": "T042795",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:10.0.0"
}
}
},
{
"category": "product_version",
"name": "24.2.4",
"product": {
"name": "Oracle Communications 24.2.4",
"product_id": "T042796",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.2.4"
}
}
},
{
"category": "product_version",
"name": "24.3.1",
"product": {
"name": "Oracle Communications 24.3.1",
"product_id": "T045370",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:24.3.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371"
}
},
{
"category": "product_version_range",
"name": "\u003c=9.0.4",
"product": {
"name": "Oracle Communications \u003c=9.0.4",
"product_id": "T045371-fixed"
}
},
{
"category": "product_version",
"name": "5.0.0",
"product": {
"name": "Oracle Communications 5.0.0",
"product_id": "T045372",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:5.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.6",
"product": {
"name": "Oracle Communications \u003c=24.2.6",
"product_id": "T045373"
}
},
{
"category": "product_version_range",
"name": "\u003c=24.2.6",
"product": {
"name": "Oracle Communications \u003c=24.2.6",
"product_id": "T045373-fixed"
}
},
{
"category": "product_version",
"name": "15.0.0.0",
"product": {
"name": "Oracle Communications 15.0.0.0",
"product_id": "T045374",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.0.0"
}
}
},
{
"category": "product_version",
"name": "15.0.3",
"product": {
"name": "Oracle Communications 15.0.3",
"product_id": "T045375",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:15.0.3"
}
}
},
{
"category": "product_version",
"name": "25.1.101",
"product": {
"name": "Oracle Communications 25.1.101",
"product_id": "T045376",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications:25.1.101"
}
}
}
],
"category": "product_name",
"name": "Communications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-27349",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2023-27349"
},
{
"cve": "CVE-2023-51074",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2023-51074"
},
{
"cve": "CVE-2023-5685",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2023-5685"
},
{
"cve": "CVE-2024-1135",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-1135"
},
{
"cve": "CVE-2024-12133",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-12133"
},
{
"cve": "CVE-2024-12797",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-12797"
},
{
"cve": "CVE-2024-25638",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-25638"
},
{
"cve": "CVE-2024-28182",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-31744",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-31744"
},
{
"cve": "CVE-2024-34064",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-34064"
},
{
"cve": "CVE-2024-35195",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-35195"
},
{
"cve": "CVE-2024-37891",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-37891"
},
{
"cve": "CVE-2024-38819",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38819"
},
{
"cve": "CVE-2024-38827",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-38827"
},
{
"cve": "CVE-2024-43796",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-43796"
},
{
"cve": "CVE-2024-46956",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-46956"
},
{
"cve": "CVE-2024-47072",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47072"
},
{
"cve": "CVE-2024-47606",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47606"
},
{
"cve": "CVE-2024-49767",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-49767"
},
{
"cve": "CVE-2024-57699",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2024-7254",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-7885",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-7885"
},
{
"cve": "CVE-2024-8006",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-8006"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2024-9287",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-9287"
},
{
"cve": "CVE-2025-0395",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-0395"
},
{
"cve": "CVE-2025-0624",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-0624"
},
{
"cve": "CVE-2025-23016",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-23016"
},
{
"cve": "CVE-2025-24928",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-24970",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-27113",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27113"
},
{
"cve": "CVE-2025-27363",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27363"
},
{
"cve": "CVE-2025-27516",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27516"
},
{
"cve": "CVE-2025-31721",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-31721"
},
{
"cve": "CVE-2025-4598",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-4598"
},
{
"cve": "CVE-2025-4802",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-4802"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48988",
"product_status": {
"known_affected": [
"T036205",
"T036206",
"T036207",
"T045370",
"T036208",
"T040448",
"T036197",
"T034146",
"T042794",
"T042795",
"T036195",
"T042796",
"T038380",
"T027326",
"T045372",
"T024981",
"T045374",
"T045376",
"T045375",
"T028684",
"T042793"
],
"last_affected": [
"T040449",
"T045371",
"T045373"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48988"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…