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-17",
"epss": "0.01344",
"percentile": "0.67685"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:gstreamer_project:gstreamer:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.24.10\", \"matchCriteriaId\": \"82BF8403-8CE2-4AFC-865F-FD40A77D20E0\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the \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.\"}]",
"id": "CVE-2024-47606",
"lastModified": "2024-12-18T21:35:45.223",
"metrics": "{\"cvssMetricV40\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"4.0\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\", \"baseScore\": 8.6, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"vulnerableSystemConfidentiality\": \"HIGH\", \"vulnerableSystemIntegrity\": \"HIGH\", \"vulnerableSystemAvailability\": \"HIGH\", \"subsequentSystemConfidentiality\": \"NONE\", \"subsequentSystemIntegrity\": \"NONE\", \"subsequentSystemAvailability\": \"NONE\", \"exploitMaturity\": \"NOT_DEFINED\", \"confidentialityRequirements\": \"NOT_DEFINED\", \"integrityRequirements\": \"NOT_DEFINED\", \"availabilityRequirements\": \"NOT_DEFINED\", \"modifiedAttackVector\": \"NOT_DEFINED\", \"modifiedAttackComplexity\": \"NOT_DEFINED\", \"modifiedAttackRequirements\": \"NOT_DEFINED\", \"modifiedPrivilegesRequired\": \"NOT_DEFINED\", \"modifiedUserInteraction\": \"NOT_DEFINED\", \"modifiedVulnerableSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedVulnerableSystemIntegrity\": \"NOT_DEFINED\", \"modifiedVulnerableSystemAvailability\": \"NOT_DEFINED\", \"modifiedSubsequentSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedSubsequentSystemIntegrity\": \"NOT_DEFINED\", \"modifiedSubsequentSystemAvailability\": \"NOT_DEFINED\", \"safety\": \"NOT_DEFINED\", \"automatable\": \"NOT_DEFINED\", \"recovery\": \"NOT_DEFINED\", \"valueDensity\": \"NOT_DEFINED\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\"}}], \"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}]}",
"published": "2024-12-12T02:03:32.220",
"references": "[{\"url\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8032.patch\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://gstreamer.freedesktop.org/security/sa-2024-0014.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://securitylab.github.com/advisories/GHSL-2024-166_Gstreamer/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00016.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-190\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-191\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-47606\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-12T02:03:32.220\",\"lastModified\":\"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"
}
}
}
WID-SEC-W-2024-3586
Vulnerability from csaf_certbund - Published: 2024-12-03 23:00 - Updated: 2026-05-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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
19 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:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
111 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"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7673 vom 2026-05-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-7673.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272299 vom 2026-05-07",
"url": "https://www.ibm.com/support/pages/node/7272299"
}
],
"source_lang": "en-US",
"title": "GStreamer: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2026-05-07T22:00:00.000+00:00",
"generator": {
"date": "2026-05-08T10:11:04.236+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.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"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Oracle Linux und IBM aufgenommen"
}
],
"status": "final",
"version": "31"
}
},
"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": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T051349",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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",
"T051349",
"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: 2026-06-09 22: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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
90 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 Cognos Analytics <12.1.2
IBM / Cognos Analytics
|
<12.1.2 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
IBM Cognos Analytics <12.0.4 FP2
IBM / Cognos Analytics
|
<12.0.4 FP2 | ||
|
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 Cognos Analytics <11.2.4 FP7
IBM / Cognos Analytics
|
<11.2.4 FP7 | ||
|
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
113 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"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0931 vom 2026-02-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-0931.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272628 vom 2026-05-12",
"url": "https://www.ibm.com/support/pages/node/7272628"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-9682 vom 2026-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-9682.html"
}
],
"source_lang": "en-US",
"title": "Oracle Java SE: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-09T22:00:00.000+00:00",
"generator": {
"date": "2026-06-10T09:50:58.135+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.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"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "54"
}
},
"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": "\u003c11.2.4 FP7",
"product": {
"name": "IBM Cognos Analytics \u003c11.2.4 FP7",
"product_id": "T053868"
}
},
{
"category": "product_version",
"name": "11.2.4 FP7",
"product": {
"name": "IBM Cognos Analytics 11.2.4 FP7",
"product_id": "T053868-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:cognos_analytics:11.2.4:fp7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.4 FP2",
"product": {
"name": "IBM Cognos Analytics \u003c12.0.4 FP2",
"product_id": "T053876"
}
},
{
"category": "product_version",
"name": "12.0.4 FP2",
"product": {
"name": "IBM Cognos Analytics 12.0.4 FP2",
"product_id": "T053876-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:cognos_analytics:12.0.4:fp2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.1.2",
"product": {
"name": "IBM Cognos Analytics \u003c12.1.2",
"product_id": "T053878"
}
},
{
"category": "product_version",
"name": "12.1.2",
"product": {
"name": "IBM Cognos Analytics 12.1.2",
"product_id": "T053878-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:cognos_analytics:12.1.2"
}
}
}
],
"category": "product_name",
"name": "Cognos Analytics"
},
{
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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",
"T053878",
"T045928",
"T053876",
"T042817",
"T016960",
"T013570",
"T042819",
"T045896",
"2951",
"T002207",
"T042820",
"T042821",
"T045339",
"T046948",
"444803",
"T019704",
"T046945",
"T044528",
"T053868",
"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: 2026-02-05 23: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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
22 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 | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
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
4 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"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7259752 vom 2026-02-05",
"url": "https://www.ibm.com/support/pages/node/7259752"
}
],
"source_lang": "en-US",
"title": "Oracle Communications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-05T23:00:00.000+00:00",
"generator": {
"date": "2026-02-06T10:00:52.173+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.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"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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",
"T032495",
"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…