Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-26623 (GCVE-0-2024-26623)
Vulnerability from cvelistv5 – Published: 2024-03-06 06:45 – Updated: 2026-05-11 20:01| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
01ba61b55b2041a39c54aefb3153c770dd59a0ef , < 22cd6046eb2148b18990257505834dd45c672a1b
(git)
Affected: 01ba61b55b2041a39c54aefb3153c770dd59a0ef , < 5939feb63ea1f011027576c64b68b681cbad31ca (git) Affected: 01ba61b55b2041a39c54aefb3153c770dd59a0ef , < 7e82a8745b951b1e794cc780d46f3fbee5e93447 (git) |
|
| Linux | Linux |
Affected:
6.4
Unaffected: 0 , < 6.4 (semver) Unaffected: 6.6.16 , ≤ 6.6.* (semver) Unaffected: 6.7.4 , ≤ 6.7.* (semver) Unaffected: 6.8 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-26623",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-06T14:15:26.675181Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-04T17:48:43.755Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-02T00:07:19.860Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca"
},
{
"tags": [
"x_transferred"
],
"url": "https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/amd/pds_core/adminq.c",
"drivers/net/ethernet/amd/pds_core/core.c",
"drivers/net/ethernet/amd/pds_core/core.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "22cd6046eb2148b18990257505834dd45c672a1b",
"status": "affected",
"version": "01ba61b55b2041a39c54aefb3153c770dd59a0ef",
"versionType": "git"
},
{
"lessThan": "5939feb63ea1f011027576c64b68b681cbad31ca",
"status": "affected",
"version": "01ba61b55b2041a39c54aefb3153c770dd59a0ef",
"versionType": "git"
},
{
"lessThan": "7e82a8745b951b1e794cc780d46f3fbee5e93447",
"status": "affected",
"version": "01ba61b55b2041a39c54aefb3153c770dd59a0ef",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/amd/pds_core/adminq.c",
"drivers/net/ethernet/amd/pds_core/core.c",
"drivers/net/ethernet/amd/pds_core/core.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.4"
},
{
"lessThan": "6.4",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.16",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.7.*",
"status": "unaffected",
"version": "6.7.4",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.8",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.16",
"versionStartIncluding": "6.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.7.4",
"versionStartIncluding": "6.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.8",
"versionStartIncluding": "6.4",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\npds_core: Prevent race issues involving the adminq\n\nThere are multiple paths that can result in using the pdsc\u0027s\nadminq.\n\n[1] pdsc_adminq_isr and the resulting work from queue_work(),\n i.e. pdsc_work_thread()-\u003epdsc_process_adminq()\n\n[2] pdsc_adminq_post()\n\nWhen the device goes through reset via PCIe reset and/or\na fw_down/fw_up cycle due to bad PCIe state or bad device\nstate the adminq is destroyed and recreated.\n\nA NULL pointer dereference can happen if [1] or [2] happens\nafter the adminq is already destroyed.\n\nIn order to fix this, add some further state checks and\nimplement reference counting for adminq uses. Reference\ncounting was used because multiple threads can attempt to\naccess the adminq at the same time via [1] or [2]. Additionally,\nmultiple clients (i.e. pds-vfio-pci) can be using [2]\nat the same time.\n\nThe adminq_refcnt is initialized to 1 when the adminq has been\nallocated and is ready to use. Users/clients of the adminq\n(i.e. [1] and [2]) will increment the refcnt when they are using\nthe adminq. When the driver goes into a fw_down cycle it will\nset the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt\nto hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent\nany further adminq_refcnt increments. Waiting for the\nadminq_refcnt to hit 1 allows for any current users of the adminq\nto finish before the driver frees the adminq. Once the\nadminq_refcnt hits 1 the driver clears the refcnt to signify that\nthe adminq is deleted and cannot be used. On the fw_up cycle the\ndriver will once again initialize the adminq_refcnt to 1 allowing\nthe adminq to be used again."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T20:01:00.349Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b"
},
{
"url": "https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca"
},
{
"url": "https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447"
}
],
"title": "pds_core: Prevent race issues involving the adminq",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2024-26623",
"datePublished": "2024-03-06T06:45:32.278Z",
"dateReserved": "2024-02-19T14:20:24.134Z",
"dateUpdated": "2026-05-11T20:01:00.349Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-26623",
"date": "2026-07-22",
"epss": "0.00213",
"percentile": "0.11707"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\npds_core: Prevent race issues involving the adminq\\n\\nThere are multiple paths that can result in using the pdsc\u0027s\\nadminq.\\n\\n[1] pdsc_adminq_isr and the resulting work from queue_work(),\\n i.e. pdsc_work_thread()-\u003epdsc_process_adminq()\\n\\n[2] pdsc_adminq_post()\\n\\nWhen the device goes through reset via PCIe reset and/or\\na fw_down/fw_up cycle due to bad PCIe state or bad device\\nstate the adminq is destroyed and recreated.\\n\\nA NULL pointer dereference can happen if [1] or [2] happens\\nafter the adminq is already destroyed.\\n\\nIn order to fix this, add some further state checks and\\nimplement reference counting for adminq uses. Reference\\ncounting was used because multiple threads can attempt to\\naccess the adminq at the same time via [1] or [2]. Additionally,\\nmultiple clients (i.e. pds-vfio-pci) can be using [2]\\nat the same time.\\n\\nThe adminq_refcnt is initialized to 1 when the adminq has been\\nallocated and is ready to use. Users/clients of the adminq\\n(i.e. [1] and [2]) will increment the refcnt when they are using\\nthe adminq. When the driver goes into a fw_down cycle it will\\nset the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt\\nto hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent\\nany further adminq_refcnt increments. Waiting for the\\nadminq_refcnt to hit 1 allows for any current users of the adminq\\nto finish before the driver frees the adminq. Once the\\nadminq_refcnt hits 1 the driver clears the refcnt to signify that\\nthe adminq is deleted and cannot be used. On the fw_up cycle the\\ndriver will once again initialize the adminq_refcnt to 1 allowing\\nthe adminq to be used again.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: pds_core: evita problemas de ejecuci\\u00f3n relacionados con adminq. Hay varias rutas que pueden resultar en el uso de adminq de pdsc. [1] pdsc_adminq_isr y el trabajo resultante de queue_work(), es decir, pdsc_work_thread()-\u0026gt;pdsc_process_adminq() [2] pdsc_adminq_post() Cuando el dispositivo se reinicia mediante reinicio de PCIe y/o un ciclo fw_down/fw_up debido a un estado incorrecto de PCIe o mal estado del dispositivo, adminq se destruye y se vuelve a crear. Puede ocurrir una desreferencia de puntero NULL si [1] o [2] ocurre despu\\u00e9s de que adminq ya est\\u00e9 destruido. Para solucionar este problema, agregue algunas comprobaciones de estado adicionales e implemente el recuento de referencias para usos de adminq. Se utiliz\\u00f3 el recuento de referencias porque varios subprocesos pueden intentar acceder a adminq al mismo tiempo a trav\\u00e9s de [1] o [2]. Adem\\u00e1s, varios clientes (es decir, pds-vfio-pci) pueden utilizar [2] al mismo tiempo. adminq_refcnt se inicializa en 1 cuando adminq se ha asignado y est\\u00e1 listo para usar. Los usuarios/clientes de adminq (es decir, [1] y [2]) incrementar\\u00e1n el refcnt cuando utilicen adminq. Cuando el controlador entra en un ciclo fw_down, establecer\\u00e1 el bit PDSC_S_FW_DEAD y luego esperar\\u00e1 a que adminq_refcnt llegue a 1. Configurar PDSC_S_FW_DEAD antes de esperar evitar\\u00e1 m\\u00e1s incrementos de adminq_refcnt. Esperar a que adminq_refcnt llegue a 1 permite que cualquier usuario actual de adminq finalice antes de que el controlador libere adminq. Una vez que adminq_refcnt llega a 1, el controlador borra el refcnt para indicar que adminq se elimina y no se puede utilizar. En el ciclo fw_up, el controlador inicializar\\u00e1 una vez m\\u00e1s adminq_refcnt en 1, lo que permitir\\u00e1 utilizar adminq nuevamente.\"}]",
"id": "CVE-2024-26623",
"lastModified": "2024-11-21T09:02:42.767",
"published": "2024-03-06T07:15:12.173",
"references": "[{\"url\": \"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-26623\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-03-06T07:15:12.173\",\"lastModified\":\"2026-06-17T07:17:55.190\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\npds_core: Prevent race issues involving the adminq\\n\\nThere are multiple paths that can result in using the pdsc\u0027s\\nadminq.\\n\\n[1] pdsc_adminq_isr and the resulting work from queue_work(),\\n i.e. pdsc_work_thread()-\u003epdsc_process_adminq()\\n\\n[2] pdsc_adminq_post()\\n\\nWhen the device goes through reset via PCIe reset and/or\\na fw_down/fw_up cycle due to bad PCIe state or bad device\\nstate the adminq is destroyed and recreated.\\n\\nA NULL pointer dereference can happen if [1] or [2] happens\\nafter the adminq is already destroyed.\\n\\nIn order to fix this, add some further state checks and\\nimplement reference counting for adminq uses. Reference\\ncounting was used because multiple threads can attempt to\\naccess the adminq at the same time via [1] or [2]. Additionally,\\nmultiple clients (i.e. pds-vfio-pci) can be using [2]\\nat the same time.\\n\\nThe adminq_refcnt is initialized to 1 when the adminq has been\\nallocated and is ready to use. Users/clients of the adminq\\n(i.e. [1] and [2]) will increment the refcnt when they are using\\nthe adminq. When the driver goes into a fw_down cycle it will\\nset the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt\\nto hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent\\nany further adminq_refcnt increments. Waiting for the\\nadminq_refcnt to hit 1 allows for any current users of the adminq\\nto finish before the driver frees the adminq. Once the\\nadminq_refcnt hits 1 the driver clears the refcnt to signify that\\nthe adminq is deleted and cannot be used. On the fw_up cycle the\\ndriver will once again initialize the adminq_refcnt to 1 allowing\\nthe adminq to be used again.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: pds_core: evita problemas de ejecuci\u00f3n relacionados con adminq. Hay varias rutas que pueden resultar en el uso de adminq de pdsc. [1] pdsc_adminq_isr y el trabajo resultante de queue_work(), es decir, pdsc_work_thread()-\u0026gt;pdsc_process_adminq() [2] pdsc_adminq_post() Cuando el dispositivo se reinicia mediante reinicio de PCIe y/o un ciclo fw_down/fw_up debido a un estado incorrecto de PCIe o mal estado del dispositivo, adminq se destruye y se vuelve a crear. Puede ocurrir una desreferencia de puntero NULL si [1] o [2] ocurre despu\u00e9s de que adminq ya est\u00e9 destruido. Para solucionar este problema, agregue algunas comprobaciones de estado adicionales e implemente el recuento de referencias para usos de adminq. Se utiliz\u00f3 el recuento de referencias porque varios subprocesos pueden intentar acceder a adminq al mismo tiempo a trav\u00e9s de [1] o [2]. Adem\u00e1s, varios clientes (es decir, pds-vfio-pci) pueden utilizar [2] al mismo tiempo. adminq_refcnt se inicializa en 1 cuando adminq se ha asignado y est\u00e1 listo para usar. Los usuarios/clientes de adminq (es decir, [1] y [2]) incrementar\u00e1n el refcnt cuando utilicen adminq. Cuando el controlador entra en un ciclo fw_down, establecer\u00e1 el bit PDSC_S_FW_DEAD y luego esperar\u00e1 a que adminq_refcnt llegue a 1. Configurar PDSC_S_FW_DEAD antes de esperar evitar\u00e1 m\u00e1s incrementos de adminq_refcnt. Esperar a que adminq_refcnt llegue a 1 permite que cualquier usuario actual de adminq finalice antes de que el controlador libere adminq. Una vez que adminq_refcnt llega a 1, el controlador borra el refcnt para indicar que adminq se elimina y no se puede utilizar. En el ciclo fw_up, el controlador inicializar\u00e1 una vez m\u00e1s adminq_refcnt en 1, lo que permitir\u00e1 utilizar adminq nuevamente.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/amd/pds_core/adminq.c\",\"drivers/net/ethernet/amd/pds_core/core.c\",\"drivers/net/ethernet/amd/pds_core/core.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"01ba61b55b2041a39c54aefb3153c770dd59a0ef\",\"lessThan\":\"22cd6046eb2148b18990257505834dd45c672a1b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"01ba61b55b2041a39c54aefb3153c770dd59a0ef\",\"lessThan\":\"5939feb63ea1f011027576c64b68b681cbad31ca\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"01ba61b55b2041a39c54aefb3153c770dd59a0ef\",\"lessThan\":\"7e82a8745b951b1e794cc780d46f3fbee5e93447\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/amd/pds_core/adminq.c\",\"drivers/net/ethernet/amd/pds_core/core.c\",\"drivers/net/ethernet/amd/pds_core/core.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.16\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.7.4\",\"lessThanOrEqual\":\"6.7.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.8\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-03-06T14:15:26.675181Z\",\"id\":\"CVE-2024-26623\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.4\",\"versionEndExcluding\":\"6.6.16\",\"matchCriteriaId\":\"17A877B7-ED14-48BA-9E95-1BD6F986EEEB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.7.4\",\"matchCriteriaId\":\"848BC44C-9D25-4557-A50A-4B8BF310FA78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B9F4EA73-0894-400F-A490-3A397AB7A517\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"056BD938-0A27-4569-B391-30578B309EE3\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2025-11-21T13:50:54+00:00",
"cve": "CVE-2024-26623",
"id": "CVE-2024-26623",
"initial_release_date": "2024-03-06T00:00:00+00:00",
"product_status:known_not_affected": "198",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: pds_core: Prevent race issues involving the adminq",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-26623.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-17T13:35:56Z",
"cve": "CVE-2024-26623",
"id": "CVE-2024-26623",
"initial_release_date": "2024-03-07T04:24:17Z",
"product_status:known_affected": "394",
"product_status:known_not_affected": "349",
"product_status:recommended": "358",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-26623",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-26623.json",
"version": "76"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:07:19.860Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26623\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-06T14:15:26.675181Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:10.765Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"pds_core: Prevent race issues involving the adminq\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"01ba61b55b2041a39c54aefb3153c770dd59a0ef\", \"lessThan\": \"22cd6046eb2148b18990257505834dd45c672a1b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"01ba61b55b2041a39c54aefb3153c770dd59a0ef\", \"lessThan\": \"5939feb63ea1f011027576c64b68b681cbad31ca\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"01ba61b55b2041a39c54aefb3153c770dd59a0ef\", \"lessThan\": \"7e82a8745b951b1e794cc780d46f3fbee5e93447\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/amd/pds_core/adminq.c\", \"drivers/net/ethernet/amd/pds_core/core.c\", \"drivers/net/ethernet/amd/pds_core/core.h\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.4\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.4\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.16\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/ethernet/amd/pds_core/adminq.c\", \"drivers/net/ethernet/amd/pds_core/core.c\", \"drivers/net/ethernet/amd/pds_core/core.h\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/22cd6046eb2148b18990257505834dd45c672a1b\"}, {\"url\": \"https://git.kernel.org/stable/c/5939feb63ea1f011027576c64b68b681cbad31ca\"}, {\"url\": \"https://git.kernel.org/stable/c/7e82a8745b951b1e794cc780d46f3fbee5e93447\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\npds_core: Prevent race issues involving the adminq\\n\\nThere are multiple paths that can result in using the pdsc\u0027s\\nadminq.\\n\\n[1] pdsc_adminq_isr and the resulting work from queue_work(),\\n i.e. pdsc_work_thread()-\u003epdsc_process_adminq()\\n\\n[2] pdsc_adminq_post()\\n\\nWhen the device goes through reset via PCIe reset and/or\\na fw_down/fw_up cycle due to bad PCIe state or bad device\\nstate the adminq is destroyed and recreated.\\n\\nA NULL pointer dereference can happen if [1] or [2] happens\\nafter the adminq is already destroyed.\\n\\nIn order to fix this, add some further state checks and\\nimplement reference counting for adminq uses. Reference\\ncounting was used because multiple threads can attempt to\\naccess the adminq at the same time via [1] or [2]. Additionally,\\nmultiple clients (i.e. pds-vfio-pci) can be using [2]\\nat the same time.\\n\\nThe adminq_refcnt is initialized to 1 when the adminq has been\\nallocated and is ready to use. Users/clients of the adminq\\n(i.e. [1] and [2]) will increment the refcnt when they are using\\nthe adminq. When the driver goes into a fw_down cycle it will\\nset the PDSC_S_FW_DEAD bit and then wait for the adminq_refcnt\\nto hit 1. Setting the PDSC_S_FW_DEAD before waiting will prevent\\nany further adminq_refcnt increments. Waiting for the\\nadminq_refcnt to hit 1 allows for any current users of the adminq\\nto finish before the driver frees the adminq. Once the\\nadminq_refcnt hits 1 the driver clears the refcnt to signify that\\nthe adminq is deleted and cannot be used. On the fw_up cycle the\\ndriver will once again initialize the adminq_refcnt to 1 allowing\\nthe adminq to be used again.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.16\", \"versionStartIncluding\": \"6.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.7.4\", \"versionStartIncluding\": \"6.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8\", \"versionStartIncluding\": \"6.4\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T20:01:00.349Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-26623\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T20:01:00.349Z\", \"dateReserved\": \"2024-02-19T14:20:24.134Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-03-06T06:45:32.278Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
usn-6819-2
Vulnerability from osv_ubuntu
Alon Zahavi discovered that the NVMe-oF/TCP subsystem in the Linux kernel did not properly validate H2C PDU data, leading to a null pointer dereference vulnerability. A remote attacker could use this to cause a denial of service (system crash). (CVE-2023-6356, CVE-2023-6535, CVE-2023-6536)
Chenyuan Yang discovered that the RDS Protocol implementation in the Linux kernel contained an out-of-bounds read vulnerability. An attacker could use this to possibly cause a denial of service (system crash). (CVE-2024-23849)
It was discovered that a race condition existed in the Bluetooth subsystem in the Linux kernel, leading to a null pointer dereference vulnerability. A privileged local attacker could use this to possibly cause a denial of service (system crash). (CVE-2024-24860)
Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - Core kernel; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACPI drivers; - Android drivers; - Drivers core; - Power management core; - Bus devices; - Device frequency scaling framework; - DMA engine subsystem; - EDAC drivers; - ARM SCMI message protocol; - GPU drivers; - IIO ADC drivers; - InfiniBand drivers; - IOMMU subsystem; - Media drivers; - Multifunction device drivers; - MTD block device drivers; - Network drivers; - NVME drivers; - Device tree and open firmware driver; - PCI driver for MicroSemi Switchtec; - Power supply drivers; - RPMSG subsystem; - SCSI drivers; - QCOM SoC drivers; - SPMI drivers; - Thermal drivers; - TTY drivers; - VFIO drivers; - BTRFS file system; - Ceph distributed file system; - EFI Variable file system; - EROFS file system; - Ext4 file system; - F2FS file system; - GFS2 file system; - JFS file system; - Network file systems library; - Network file system server daemon; - File systems infrastructure; - Pstore file system; - ReiserFS file system; - SMB network file system; - BPF subsystem; - Memory management; - TLS protocol; - Ethernet bridge; - Networking core; - IPv4 networking; - IPv6 networking; - Logical Link layer; - MAC80211 subsystem; - Multipath TCP; - Netfilter; - NetLabel subsystem; - Network traffic control; - SMC sockets; - Sun RPC protocol; - AppArmor security module; - Intel ASoC drivers; - MediaTek ASoC drivers; - USB sound devices; (CVE-2023-52612, CVE-2024-26808, CVE-2023-52691, CVE-2023-52618, CVE-2023-52463, CVE-2023-52447, CVE-2024-26668, CVE-2023-52454, CVE-2024-26670, CVE-2024-26646, CVE-2023-52472, CVE-2024-26586, CVE-2023-52681, CVE-2023-52453, CVE-2023-52611, CVE-2023-52622, CVE-2024-26641, CVE-2023-52616, CVE-2024-26592, CVE-2023-52606, CVE-2024-26620, CVE-2023-52692, CVE-2024-26669, CVE-2023-52623, CVE-2023-52588, CVE-2024-26616, CVE-2024-26610, CVE-2024-35839, CVE-2023-52490, CVE-2023-52672, CVE-2024-26612, CVE-2023-52617, CVE-2023-52697, CVE-2024-26644, CVE-2023-52458, CVE-2023-52598, CVE-2024-35841, CVE-2023-52664, CVE-2023-52635, CVE-2023-52676, CVE-2023-52669, CVE-2024-26632, CVE-2023-52486, CVE-2024-26625, CVE-2023-52608, CVE-2024-26634, CVE-2023-52599, CVE-2024-26618, CVE-2024-26640, CVE-2023-52489, CVE-2023-52675, CVE-2023-52678, CVE-2024-26583, CVE-2023-52693, CVE-2023-52498, CVE-2024-26649, CVE-2023-52670, CVE-2023-52473, CVE-2023-52449, CVE-2023-52667, CVE-2023-52467, CVE-2023-52686, CVE-2024-26633, CVE-2023-52666, CVE-2024-35840, CVE-2024-26629, CVE-2024-26595, CVE-2023-52593, CVE-2023-52687, CVE-2023-52465, CVE-2024-26627, CVE-2023-52493, CVE-2023-52491, CVE-2024-26636, CVE-2024-26584, CVE-2023-52587, CVE-2023-52597, CVE-2023-52462, CVE-2023-52633, CVE-2023-52696, CVE-2024-26585, CVE-2023-52589, CVE-2023-52456, CVE-2023-52470, CVE-2024-35838, CVE-2024-26645, CVE-2023-52591, CVE-2023-52464, CVE-2023-52609, CVE-2024-26608, CVE-2023-52450, CVE-2023-52584, CVE-2023-52469, CVE-2023-52583, CVE-2023-52451, CVE-2023-52495, CVE-2023-52626, CVE-2023-52595, CVE-2023-52680, CVE-2023-52632, CVE-2024-26582, CVE-2024-35837, CVE-2023-52494, CVE-2023-52614, CVE-2023-52443, CVE-2023-52698, CVE-2023-52448, CVE-2024-26615, CVE-2023-52452, CVE-2023-52492, CVE-2024-26647, CVE-2023-52468, CVE-2023-52594, CVE-2023-52621, CVE-2024-26638, CVE-2024-26594, CVE-2024-26673, CVE-2023-52457, CVE-2023-52677, CVE-2023-52607, CVE-2024-26623, CVE-2023-52488, CVE-2023-52497, CVE-2023-52445, CVE-2024-26607, CVE-2023-52610, CVE-2024-35842, CVE-2023-52690, CVE-2023-52683, CVE-2023-52444, CVE-2024-26671, CVE-2023-52455, CVE-2023-52679, CVE-2024-26598, CVE-2023-52674, CVE-2023-52627, CVE-2023-52619, CVE-2023-52487, CVE-2023-52446, CVE-2024-35835, CVE-2023-52682, CVE-2023-52685, CVE-2023-52694, CVE-2024-26631)
{
"affected": [
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-6.5.0-1021",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-aws-headers-6.5.0-1021",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-aws-tools-6.5.0-1021",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-buildinfo-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-cloud-tools-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-headers-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1021-aws-dbgsym",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-modules-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-modules-extra-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
},
{
"binary_name": "linux-tools-6.5.0-1021-aws",
"binary_version": "6.5.0-1021.21"
}
]
},
"package": {
"ecosystem": "Ubuntu:23.10",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@6.5.0-1021.21?arch=source\u0026distro=mantic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.0-1021.21"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1003.3",
"6.2.0-1004.4",
"6.5.0-1005.5",
"6.5.0-1007.7",
"6.5.0-1008.8",
"6.5.0-1009.9",
"6.5.0-1010.10",
"6.5.0-1011.11",
"6.5.0-1012.12",
"6.5.0-1013.13",
"6.5.0-1014.14",
"6.5.0-1015.15",
"6.5.0-1016.16",
"6.5.0-1017.17",
"6.5.0-1018.18",
"6.5.0-1020.20"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-buildinfo-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-headers-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-headers-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-oracle-64k-dbgsym",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-oracle-dbgsym",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-modules-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-modules-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-oracle-headers-6.5.0-1024",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-oracle-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-tools-6.5.0-1024-oracle",
"binary_version": "6.5.0-1024.24"
},
{
"binary_name": "linux-tools-6.5.0-1024-oracle-64k",
"binary_version": "6.5.0-1024.24"
}
]
},
"package": {
"ecosystem": "Ubuntu:23.10",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@6.5.0-1024.24?arch=source\u0026distro=mantic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.0-1024.24"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1003.3",
"6.2.0-1004.4",
"6.5.0-1005.5",
"6.5.0-1009.9",
"6.5.0-1010.10",
"6.5.0-1011.11",
"6.5.0-1012.12",
"6.5.0-1013.13",
"6.5.0-1014.14",
"6.5.0-1015.15",
"6.5.0-1016.16",
"6.5.0-1018.18",
"6.5.0-1019.19",
"6.5.0-1020.20",
"6.5.0-1021.21",
"6.5.0-1023.23"
]
}
],
"aliases": [],
"details": "Alon Zahavi discovered that the NVMe-oF/TCP subsystem in the Linux kernel\ndid not properly validate H2C PDU data, leading to a null pointer\ndereference vulnerability. A remote attacker could use this to cause a\ndenial of service (system crash). (CVE-2023-6356, CVE-2023-6535,\nCVE-2023-6536)\n\nChenyuan Yang discovered that the RDS Protocol implementation in the Linux\nkernel contained an out-of-bounds read vulnerability. An attacker could use\nthis to possibly cause a denial of service (system crash). (CVE-2024-23849)\n\nIt was discovered that a race condition existed in the Bluetooth subsystem\nin the Linux kernel, leading to a null pointer dereference vulnerability. A\nprivileged local attacker could use this to possibly cause a denial of\nservice (system crash). (CVE-2024-24860)\n\nSeveral security issues were discovered in the Linux kernel.\nAn attacker could possibly use these to compromise the system.\nThis update corrects flaws in the following subsystems:\n - ARM64 architecture;\n - PowerPC architecture;\n - RISC-V architecture;\n - S390 architecture;\n - Core kernel;\n - x86 architecture;\n - Block layer subsystem;\n - Cryptographic API;\n - ACPI drivers;\n - Android drivers;\n - Drivers core;\n - Power management core;\n - Bus devices;\n - Device frequency scaling framework;\n - DMA engine subsystem;\n - EDAC drivers;\n - ARM SCMI message protocol;\n - GPU drivers;\n - IIO ADC drivers;\n - InfiniBand drivers;\n - IOMMU subsystem;\n - Media drivers;\n - Multifunction device drivers;\n - MTD block device drivers;\n - Network drivers;\n - NVME drivers;\n - Device tree and open firmware driver;\n - PCI driver for MicroSemi Switchtec;\n - Power supply drivers;\n - RPMSG subsystem;\n - SCSI drivers;\n - QCOM SoC drivers;\n - SPMI drivers;\n - Thermal drivers;\n - TTY drivers;\n - VFIO drivers;\n - BTRFS file system;\n - Ceph distributed file system;\n - EFI Variable file system;\n - EROFS file system;\n - Ext4 file system;\n - F2FS file system;\n - GFS2 file system;\n - JFS file system;\n - Network file systems library;\n - Network file system server daemon;\n - File systems infrastructure;\n - Pstore file system;\n - ReiserFS file system;\n - SMB network file system;\n - BPF subsystem;\n - Memory management;\n - TLS protocol;\n - Ethernet bridge;\n - Networking core;\n - IPv4 networking;\n - IPv6 networking;\n - Logical Link layer;\n - MAC80211 subsystem;\n - Multipath TCP;\n - Netfilter;\n - NetLabel subsystem;\n - Network traffic control;\n - SMC sockets;\n - Sun RPC protocol;\n - AppArmor security module;\n - Intel ASoC drivers;\n - MediaTek ASoC drivers;\n - USB sound devices;\n(CVE-2023-52612, CVE-2024-26808, CVE-2023-52691, CVE-2023-52618,\nCVE-2023-52463, CVE-2023-52447, CVE-2024-26668, CVE-2023-52454,\nCVE-2024-26670, CVE-2024-26646, CVE-2023-52472, CVE-2024-26586,\nCVE-2023-52681, CVE-2023-52453, CVE-2023-52611, CVE-2023-52622,\nCVE-2024-26641, CVE-2023-52616, CVE-2024-26592, CVE-2023-52606,\nCVE-2024-26620, CVE-2023-52692, CVE-2024-26669, CVE-2023-52623,\nCVE-2023-52588, CVE-2024-26616, CVE-2024-26610, CVE-2024-35839,\nCVE-2023-52490, CVE-2023-52672, CVE-2024-26612, CVE-2023-52617,\nCVE-2023-52697, CVE-2024-26644, CVE-2023-52458, CVE-2023-52598,\nCVE-2024-35841, CVE-2023-52664, CVE-2023-52635, CVE-2023-52676,\nCVE-2023-52669, CVE-2024-26632, CVE-2023-52486, CVE-2024-26625,\nCVE-2023-52608, CVE-2024-26634, CVE-2023-52599, CVE-2024-26618,\nCVE-2024-26640, CVE-2023-52489, CVE-2023-52675, CVE-2023-52678,\nCVE-2024-26583, CVE-2023-52693, CVE-2023-52498, CVE-2024-26649,\nCVE-2023-52670, CVE-2023-52473, CVE-2023-52449, CVE-2023-52667,\nCVE-2023-52467, CVE-2023-52686, CVE-2024-26633, CVE-2023-52666,\nCVE-2024-35840, CVE-2024-26629, CVE-2024-26595, CVE-2023-52593,\nCVE-2023-52687, CVE-2023-52465, CVE-2024-26627, CVE-2023-52493,\nCVE-2023-52491, CVE-2024-26636, CVE-2024-26584, CVE-2023-52587,\nCVE-2023-52597, CVE-2023-52462, CVE-2023-52633, CVE-2023-52696,\nCVE-2024-26585, CVE-2023-52589, CVE-2023-52456, CVE-2023-52470,\nCVE-2024-35838, CVE-2024-26645, CVE-2023-52591, CVE-2023-52464,\nCVE-2023-52609, CVE-2024-26608, CVE-2023-52450, CVE-2023-52584,\nCVE-2023-52469, CVE-2023-52583, CVE-2023-52451, CVE-2023-52495,\nCVE-2023-52626, CVE-2023-52595, CVE-2023-52680, CVE-2023-52632,\nCVE-2024-26582, CVE-2024-35837, CVE-2023-52494, CVE-2023-52614,\nCVE-2023-52443, CVE-2023-52698, CVE-2023-52448, CVE-2024-26615,\nCVE-2023-52452, CVE-2023-52492, CVE-2024-26647, CVE-2023-52468,\nCVE-2023-52594, CVE-2023-52621, CVE-2024-26638, CVE-2024-26594,\nCVE-2024-26673, CVE-2023-52457, CVE-2023-52677, CVE-2023-52607,\nCVE-2024-26623, CVE-2023-52488, CVE-2023-52497, CVE-2023-52445,\nCVE-2024-26607, CVE-2023-52610, CVE-2024-35842, CVE-2023-52690,\nCVE-2023-52683, CVE-2023-52444, CVE-2024-26671, CVE-2023-52455,\nCVE-2023-52679, CVE-2024-26598, CVE-2023-52674, CVE-2023-52627,\nCVE-2023-52619, CVE-2023-52487, CVE-2023-52446, CVE-2024-35835,\nCVE-2023-52682, CVE-2023-52685, CVE-2023-52694, CVE-2024-26631)\n",
"id": "USN-6819-2",
"modified": "2024-06-11T22:09:41.744708Z",
"published": "2024-06-11T22:09:41.744708Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-6819-2"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-6356"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-6535"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-6536"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52443"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52444"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52445"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52446"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52447"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52448"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52449"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52450"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52451"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52452"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52453"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52454"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52455"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52456"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52457"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52458"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52462"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52463"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52464"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52465"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52467"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52468"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52469"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52470"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52472"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52473"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52486"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52487"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52488"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52489"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52490"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52491"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52492"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52493"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52494"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52495"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52497"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52498"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52583"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52584"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52587"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52588"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52589"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52591"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52593"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52594"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52595"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52597"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52598"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52599"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52606"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52607"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52608"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52609"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52610"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52611"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52612"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52614"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52616"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52617"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52618"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52619"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52621"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52622"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52623"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52626"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52627"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52632"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52633"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52635"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52664"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52667"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52669"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52670"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52672"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52674"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52675"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52676"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52677"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52678"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52679"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52680"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52681"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52682"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52683"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52686"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52687"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52690"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52691"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52692"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52693"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52694"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52696"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52697"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-52698"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-23849"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-24860"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26582"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26583"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26584"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26585"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26586"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26592"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26594"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26595"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26598"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26607"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26608"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26610"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26612"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26615"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26616"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26618"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26620"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26623"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26625"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26627"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26629"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26631"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26632"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26633"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26634"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26636"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26638"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26640"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26641"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26644"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26645"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26646"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26647"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26649"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26668"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26669"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26670"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26671"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26673"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-26808"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35835"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35837"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35838"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35839"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35840"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35841"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35842"
}
],
"related": [
"CVE-2023-6356",
"UBUNTU-CVE-2023-6356",
"CVE-2023-6535",
"UBUNTU-CVE-2023-6535",
"CVE-2023-6536",
"UBUNTU-CVE-2023-6536",
"CVE-2023-52443",
"UBUNTU-CVE-2023-52443",
"CVE-2023-52444",
"UBUNTU-CVE-2023-52444",
"CVE-2023-52445",
"UBUNTU-CVE-2023-52445",
"CVE-2023-52446",
"UBUNTU-CVE-2023-52446",
"CVE-2023-52447",
"UBUNTU-CVE-2023-52447",
"CVE-2023-52448",
"UBUNTU-CVE-2023-52448",
"CVE-2023-52449",
"UBUNTU-CVE-2023-52449",
"CVE-2023-52450",
"UBUNTU-CVE-2023-52450",
"CVE-2023-52451",
"UBUNTU-CVE-2023-52451",
"CVE-2023-52452",
"UBUNTU-CVE-2023-52452",
"CVE-2023-52453",
"UBUNTU-CVE-2023-52453",
"CVE-2023-52454",
"UBUNTU-CVE-2023-52454",
"CVE-2023-52455",
"UBUNTU-CVE-2023-52455",
"CVE-2023-52456",
"UBUNTU-CVE-2023-52456",
"CVE-2023-52457",
"UBUNTU-CVE-2023-52457",
"CVE-2023-52458",
"UBUNTU-CVE-2023-52458",
"CVE-2023-52462",
"UBUNTU-CVE-2023-52462",
"CVE-2023-52463",
"UBUNTU-CVE-2023-52463",
"CVE-2023-52464",
"UBUNTU-CVE-2023-52464",
"CVE-2023-52465",
"UBUNTU-CVE-2023-52465",
"CVE-2023-52467",
"UBUNTU-CVE-2023-52467",
"CVE-2023-52468",
"UBUNTU-CVE-2023-52468",
"CVE-2023-52469",
"UBUNTU-CVE-2023-52469",
"CVE-2023-52470",
"UBUNTU-CVE-2023-52470",
"CVE-2023-52472",
"UBUNTU-CVE-2023-52472",
"CVE-2023-52473",
"UBUNTU-CVE-2023-52473",
"CVE-2023-52486",
"UBUNTU-CVE-2023-52486",
"CVE-2023-52487",
"UBUNTU-CVE-2023-52487",
"CVE-2023-52488",
"UBUNTU-CVE-2023-52488",
"CVE-2023-52489",
"UBUNTU-CVE-2023-52489",
"CVE-2023-52490",
"UBUNTU-CVE-2023-52490",
"CVE-2023-52491",
"UBUNTU-CVE-2023-52491",
"CVE-2023-52492",
"UBUNTU-CVE-2023-52492",
"CVE-2023-52493",
"UBUNTU-CVE-2023-52493",
"CVE-2023-52494",
"UBUNTU-CVE-2023-52494",
"CVE-2023-52495",
"UBUNTU-CVE-2023-52495",
"CVE-2023-52497",
"UBUNTU-CVE-2023-52497",
"CVE-2023-52498",
"UBUNTU-CVE-2023-52498",
"CVE-2023-52583",
"UBUNTU-CVE-2023-52583",
"CVE-2023-52584",
"UBUNTU-CVE-2023-52584",
"CVE-2023-52587",
"UBUNTU-CVE-2023-52587",
"CVE-2023-52588",
"UBUNTU-CVE-2023-52588",
"CVE-2023-52589",
"UBUNTU-CVE-2023-52589",
"CVE-2023-52591",
"UBUNTU-CVE-2023-52591",
"CVE-2023-52593",
"UBUNTU-CVE-2023-52593",
"CVE-2023-52594",
"UBUNTU-CVE-2023-52594",
"CVE-2023-52595",
"UBUNTU-CVE-2023-52595",
"CVE-2023-52597",
"UBUNTU-CVE-2023-52597",
"CVE-2023-52598",
"UBUNTU-CVE-2023-52598",
"CVE-2023-52599",
"UBUNTU-CVE-2023-52599",
"CVE-2023-52606",
"UBUNTU-CVE-2023-52606",
"CVE-2023-52607",
"UBUNTU-CVE-2023-52607",
"CVE-2023-52608",
"UBUNTU-CVE-2023-52608",
"CVE-2023-52609",
"UBUNTU-CVE-2023-52609",
"CVE-2023-52610",
"UBUNTU-CVE-2023-52610",
"CVE-2023-52611",
"UBUNTU-CVE-2023-52611",
"CVE-2023-52612",
"UBUNTU-CVE-2023-52612",
"CVE-2023-52614",
"UBUNTU-CVE-2023-52614",
"CVE-2023-52616",
"UBUNTU-CVE-2023-52616",
"CVE-2023-52617",
"UBUNTU-CVE-2023-52617",
"CVE-2023-52618",
"UBUNTU-CVE-2023-52618",
"CVE-2023-52619",
"UBUNTU-CVE-2023-52619",
"CVE-2023-52621",
"UBUNTU-CVE-2023-52621",
"CVE-2023-52622",
"UBUNTU-CVE-2023-52622",
"CVE-2023-52623",
"UBUNTU-CVE-2023-52623",
"CVE-2023-52626",
"UBUNTU-CVE-2023-52626",
"CVE-2023-52627",
"UBUNTU-CVE-2023-52627",
"CVE-2023-52632",
"UBUNTU-CVE-2023-52632",
"CVE-2023-52633",
"UBUNTU-CVE-2023-52633",
"CVE-2023-52635",
"UBUNTU-CVE-2023-52635",
"CVE-2023-52664",
"UBUNTU-CVE-2023-52664",
"CVE-2023-52667",
"UBUNTU-CVE-2023-52667",
"CVE-2023-52669",
"UBUNTU-CVE-2023-52669",
"CVE-2023-52670",
"UBUNTU-CVE-2023-52670",
"CVE-2023-52672",
"UBUNTU-CVE-2023-52672",
"CVE-2023-52674",
"UBUNTU-CVE-2023-52674",
"CVE-2023-52675",
"UBUNTU-CVE-2023-52675",
"CVE-2023-52676",
"UBUNTU-CVE-2023-52676",
"CVE-2023-52677",
"UBUNTU-CVE-2023-52677",
"CVE-2023-52678",
"UBUNTU-CVE-2023-52678",
"CVE-2023-52679",
"UBUNTU-CVE-2023-52679",
"CVE-2023-52680",
"UBUNTU-CVE-2023-52680",
"CVE-2023-52681",
"UBUNTU-CVE-2023-52681",
"CVE-2023-52682",
"UBUNTU-CVE-2023-52682",
"CVE-2023-52683",
"UBUNTU-CVE-2023-52683",
"CVE-2023-52686",
"UBUNTU-CVE-2023-52686",
"CVE-2023-52687",
"UBUNTU-CVE-2023-52687",
"CVE-2023-52690",
"UBUNTU-CVE-2023-52690",
"CVE-2023-52691",
"UBUNTU-CVE-2023-52691",
"CVE-2023-52692",
"UBUNTU-CVE-2023-52692",
"CVE-2023-52693",
"UBUNTU-CVE-2023-52693",
"CVE-2023-52694",
"UBUNTU-CVE-2023-52694",
"CVE-2023-52696",
"UBUNTU-CVE-2023-52696",
"CVE-2023-52697",
"UBUNTU-CVE-2023-52697",
"CVE-2023-52698",
"UBUNTU-CVE-2023-52698",
"CVE-2024-23849",
"UBUNTU-CVE-2024-23849",
"CVE-2024-24860",
"UBUNTU-CVE-2024-24860",
"CVE-2024-26582",
"UBUNTU-CVE-2024-26582",
"CVE-2024-26583",
"UBUNTU-CVE-2024-26583",
"CVE-2024-26584",
"UBUNTU-CVE-2024-26584",
"CVE-2024-26585",
"UBUNTU-CVE-2024-26585",
"CVE-2024-26586",
"UBUNTU-CVE-2024-26586",
"CVE-2024-26592",
"UBUNTU-CVE-2024-26592",
"CVE-2024-26594",
"UBUNTU-CVE-2024-26594",
"CVE-2024-26595",
"UBUNTU-CVE-2024-26595",
"CVE-2024-26598",
"UBUNTU-CVE-2024-26598",
"CVE-2024-26607",
"UBUNTU-CVE-2024-26607",
"CVE-2024-26608",
"UBUNTU-CVE-2024-26608",
"CVE-2024-26610",
"UBUNTU-CVE-2024-26610",
"CVE-2024-26612",
"UBUNTU-CVE-2024-26612",
"CVE-2024-26615",
"UBUNTU-CVE-2024-26615",
"CVE-2024-26616",
"UBUNTU-CVE-2024-26616",
"CVE-2024-26618",
"UBUNTU-CVE-2024-26618",
"CVE-2024-26620",
"UBUNTU-CVE-2024-26620",
"CVE-2024-26623",
"UBUNTU-CVE-2024-26623",
"CVE-2024-26625",
"UBUNTU-CVE-2024-26625",
"CVE-2024-26627",
"UBUNTU-CVE-2024-26627",
"CVE-2024-26629",
"UBUNTU-CVE-2024-26629",
"CVE-2024-26631",
"UBUNTU-CVE-2024-26631",
"CVE-2024-26632",
"UBUNTU-CVE-2024-26632",
"CVE-2024-26633",
"UBUNTU-CVE-2024-26633",
"CVE-2024-26634",
"UBUNTU-CVE-2024-26634",
"CVE-2024-26636",
"UBUNTU-CVE-2024-26636",
"CVE-2024-26638",
"UBUNTU-CVE-2024-26638",
"CVE-2024-26640",
"UBUNTU-CVE-2024-26640",
"CVE-2024-26641",
"UBUNTU-CVE-2024-26641",
"CVE-2024-26644",
"UBUNTU-CVE-2024-26644",
"CVE-2024-26645",
"UBUNTU-CVE-2024-26645",
"CVE-2024-26646",
"UBUNTU-CVE-2024-26646",
"CVE-2024-26647",
"UBUNTU-CVE-2024-26647",
"CVE-2024-26649",
"UBUNTU-CVE-2024-26649",
"CVE-2024-26668",
"UBUNTU-CVE-2024-26668",
"CVE-2024-26669",
"UBUNTU-CVE-2024-26669",
"CVE-2024-26670",
"UBUNTU-CVE-2024-26670",
"CVE-2024-26671",
"UBUNTU-CVE-2024-26671",
"CVE-2024-26673",
"UBUNTU-CVE-2024-26673",
"CVE-2024-26808",
"UBUNTU-CVE-2024-26808",
"CVE-2024-35835",
"UBUNTU-CVE-2024-35835",
"CVE-2024-35837",
"UBUNTU-CVE-2024-35837",
"CVE-2024-35838",
"UBUNTU-CVE-2024-35838",
"CVE-2024-35839",
"UBUNTU-CVE-2024-35839",
"CVE-2024-35840",
"UBUNTU-CVE-2024-35840",
"CVE-2024-35841",
"UBUNTU-CVE-2024-35841",
"CVE-2024-35842",
"UBUNTU-CVE-2024-35842"
],
"schema_version": "1.6.3",
"summary": "linux-aws, linux-oracle vulnerabilities"
}
WID-SEC-W-2024-0561
Vulnerability from csaf_certbund - Published: 2024-03-05 23:00 - Updated: 2026-02-15 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker virtual
Dell / NetWorker
|
cpe:/a:dell:networker:virtual
|
virtual | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell NetWorker <19.11
Dell / NetWorker
|
<19.11 | ||
|
IBM QRadar SIEM <7.5.0 UP10 IF01
IBM / QRadar SIEM
|
<7.5.0 UP10 IF01 | ||
|
IBM Spectrum Protect Plus <10.1.16.3
IBM / Spectrum Protect Plus
|
<10.1.16.3 | ||
|
EMC Avamar
EMC
|
cpe:/a:emc:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Dell NetWorker
Dell / NetWorker
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| http://lore.kernel.org/linux-cve-announce/2024030… | external |
| https://ubuntu.com/security/notices/USN-6688-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6739-1 | external |
| https://ubuntu.com/security/notices/USN-6743-1 | external |
| https://ubuntu.com/security/notices/USN-6741-1 | external |
| https://ubuntu.com/security/notices/USN-6742-1 | external |
| https://ubuntu.com/security/notices/USN-6740-1 | external |
| https://ubuntu.com/security/notices/USN-6743-2 | external |
| https://ubuntu.com/security/notices/USN-6742-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://ubuntu.com/security/notices/USN-6766-1 | external |
| https://ubuntu.com/security/notices/USN-6767-1 | external |
| https://www.dell.com/support/kbdoc/000224827/dsa-2024-= | external |
| https://ubuntu.com/security/notices/USN-6765-1 | external |
| https://ubuntu.com/security/notices/USN-6767-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6766-2 | external |
| https://ubuntu.com/security/notices/USN-6774-1 | external |
| https://ubuntu.com/security/notices/USN-6778-1 | external |
| https://ubuntu.com/security/notices/USN-6777-1 | external |
| https://ubuntu.com/security/notices/USN-6766-3 | external |
| https://ubuntu.com/security/notices/USN-6777-2 | external |
| https://ubuntu.com/security/notices/USN-6777-3 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6777-4 | external |
| https://ubuntu.com/security/notices/USN-6795-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://alas.aws.amazon.com/AL2/ALAS-2024-2549.html | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://access.redhat.com/errata/RHSA-2024:3618 | external |
| https://linux.oracle.com/errata/ELSA-2024-3618.html | external |
| https://ubuntu.com/security/notices/USN-6819-1 | external |
| https://ubuntu.com/security/notices/USN-6818-1 | external |
| https://ubuntu.com/security/notices/USN-6818-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6828-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6819-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6819-3 | external |
| https://ubuntu.com/security/notices/USN-6818-3 | external |
| https://ubuntu.com/security/notices/USN-6818-4 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.debian.org/debian-lts-announce/2024… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6819-4 | external |
| https://lists.debian.org/debian-lts-announce/2024… | external |
| https://lists.debian.org/debian-lts-announce/2024… | external |
| https://www.dell.com/support/kbdoc/de-de/00022663… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-20… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://www.ibm.com/support/pages/node/7162077 | external |
| https://www.dell.com/support/kbdoc/de-de/00022757… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6950-1 | external |
| https://ubuntu.com/security/notices/USN-6951-1 | external |
| https://ubuntu.com/security/notices/USN-6953-1 | external |
| https://ubuntu.com/security/notices/USN-6956-1 | external |
| https://ubuntu.com/security/notices/USN-6950-2 | external |
| https://ubuntu.com/security/notices/USN-6957-1 | external |
| https://ubuntu.com/security/notices/USN-6950-3 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6951-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://ubuntu.com/security/notices/USN-6951-3 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-6951-4 | external |
| https://ubuntu.com/security/notices/USN-6950-4 | external |
| https://ubuntu.com/security/notices/USN-6979-1 | external |
| https://linux.oracle.com/errata/ELSA-2024-12606.html | external |
| https://oss.oracle.com/pipermail/oraclevm-errata/… | external |
| https://www.ibm.com/support/pages/node/7169778 | external |
| https://access.redhat.com/errata/RHSA-2024:7001 | external |
| https://access.redhat.com/errata/RHSA-2024:7000 | external |
| https://linux.oracle.com/errata/ELSA-2024-7000.html | external |
| https://errata.build.resf.org/RLSA-2024:7001 | external |
| https://www.dell.com/support/kbdoc/de-de/00023473… | external |
| https://linux.oracle.com/errata/ELSA-2024-12796.html | external |
| https://www.ibm.com/support/pages/node/7174634 | external |
| https://access.redhat.com/errata/RHSA-2024:9315 | external |
| https://ubuntu.com/security/notices/USN-7121-1 | external |
| https://ubuntu.com/security/notices/USN-7121-2 | external |
| https://ubuntu.com/security/notices/USN-7121-3 | external |
| https://ubuntu.com/security/notices/USN-7148-1 | external |
| https://ubuntu.com/security/notices/USN-7184-1 | external |
| https://ubuntu.com/security/notices/USN-7183-1 | external |
| https://ubuntu.com/security/notices/USN-7185-2 | external |
| https://oss.oracle.com/pipermail/el-errata/2025-J… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2025:2627 | external |
| https://linux.oracle.com/errata/ELSA-2025-2627.html | external |
| https://access.redhat.com/errata/RHSA-2025:2705 | external |
| https://access.redhat.com/errata/RHSA-2025:3021 | external |
| https://www.ibm.com/support/pages/node/7229443 | external |
| https://access.redhat.com/errata/RHSA-2025:7526 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2025:8796 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2025:10701 | external |
| https://access.redhat.com/errata/RHSA-2025:15016 | external |
| https://ubuntu.com/security/notices/USN-7829-2 | external |
| https://ubuntu.com/security/notices/USN-7829-1 | external |
| https://ubuntu.com/security/notices/USN-7829-3 | external |
| https://ubuntu.com/security/notices/USN-7829-4 | external |
| https://ubuntu.com/security/notices/USN-7829-5 | external |
| https://ubuntu.com/security/notices/USN-7829-6 | external |
| https://ubuntu.com/security/notices/USN-7933-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
{
"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": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial-of-Service-Zustand herbeizuf\u00fchren oder einen nicht spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-0561 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0561.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0561 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0561"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030643-CVE-2023-52585-7dbc@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52586-3ecb@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52587-5479@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52588-619a@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52589-8f84@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52590-fca9@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030644-CVE-2023-52591-46a0@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030645-CVE-2023-52592-4693@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52597-2ed6@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52598-d0a2@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52599-b318@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52600-6ffe@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52601-6c3d@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030646-CVE-2023-52602-393a@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030647-CVE-2023-52603-e47b@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030647-CVE-2023-52604-41d9@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030647-CVE-2023-52605-292a@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030647-CVE-2023-52606-fdcc@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030647-CVE-2023-52607-75d1@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030648-CVE-2024-26623-ee77@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030648-CVE-2024-26624-3032@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030648-CVE-2024-26625-3549@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030648-CVE-2024-26626-a910@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030648-CVE-2024-26627-e3a2@gregkh/"
},
{
"category": "external",
"summary": "CVE Announce auf lore.kernel.org vom 2024-03-05",
"url": "http://lore.kernel.org/linux-cve-announce/2024030649-CVE-2024-26628-f6ce@gregkh/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6688-1 vom 2024-03-11",
"url": "https://ubuntu.com/security/notices/USN-6688-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0856-1 vom 2024-03-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018155.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0857-1 vom 2024-03-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018154.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0926-1 vom 2024-03-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018204.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0925-1 vom 2024-03-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018205.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0976-1 vom 2024-03-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018185.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0975-1 vom 2024-03-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018186.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1320-1 vom 2024-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018372.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1321-1 vom 2024-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018375.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1322-1 vom 2024-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018374.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1332-2 vom 2024-04-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018378.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1322-2 vom 2024-04-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018377.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1332-1 vom 2024-04-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018376.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6739-1 vom 2024-04-19",
"url": "https://ubuntu.com/security/notices/USN-6739-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6743-1 vom 2024-04-19",
"url": "https://ubuntu.com/security/notices/USN-6743-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6741-1 vom 2024-04-19",
"url": "https://ubuntu.com/security/notices/USN-6741-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6742-1 vom 2024-04-19",
"url": "https://ubuntu.com/security/notices/USN-6742-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6740-1 vom 2024-04-19",
"url": "https://ubuntu.com/security/notices/USN-6740-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6743-2 vom 2024-04-22",
"url": "https://ubuntu.com/security/notices/USN-6743-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6742-2 vom 2024-04-23",
"url": "https://ubuntu.com/security/notices/USN-6742-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1454-1 vom 2024-04-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018431.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1466-1 vom 2024-04-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018438.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1480-1 vom 2024-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018444.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1490-1 vom 2024-05-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018445.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5681 vom 2024-05-06",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00090.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6766-1 vom 2024-05-07",
"url": "https://ubuntu.com/security/notices/USN-6766-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6767-1 vom 2024-05-07",
"url": "https://ubuntu.com/security/notices/USN-6767-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-198 vom 2024-05-08",
"url": "https://www.dell.com/support/kbdoc/000224827/dsa-2024-="
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6765-1 vom 2024-05-07",
"url": "https://ubuntu.com/security/notices/USN-6765-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6767-2 vom 2024-05-14",
"url": "https://ubuntu.com/security/notices/USN-6767-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1648-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018524.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1641-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018531.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1647-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018525.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1643-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018529.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1646-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018526.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1644-1 vom 2024-05-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018528.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1659-1 vom 2024-05-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018538.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6766-2 vom 2024-05-15",
"url": "https://ubuntu.com/security/notices/USN-6766-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6774-1 vom 2024-05-16",
"url": "https://ubuntu.com/security/notices/USN-6774-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6778-1 vom 2024-05-16",
"url": "https://ubuntu.com/security/notices/USN-6778-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6777-1 vom 2024-05-16",
"url": "https://ubuntu.com/security/notices/USN-6777-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6766-3 vom 2024-05-20",
"url": "https://ubuntu.com/security/notices/USN-6766-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6777-2 vom 2024-05-20",
"url": "https://ubuntu.com/security/notices/USN-6777-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6777-3 vom 2024-05-22",
"url": "https://ubuntu.com/security/notices/USN-6777-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1648-2 vom 2024-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018572.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6777-4 vom 2024-05-23",
"url": "https://ubuntu.com/security/notices/USN-6777-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6795-1 vom 2024-05-28",
"url": "https://ubuntu.com/security/notices/USN-6795-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1870-1 vom 2024-05-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018634.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2549 vom 2024-05-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2549.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5703 vom 2024-06-02",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00113.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3618 vom 2024-06-05",
"url": "https://access.redhat.com/errata/RHSA-2024:3618"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-3618 vom 2024-06-06",
"url": "https://linux.oracle.com/errata/ELSA-2024-3618.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6819-1 vom 2024-06-08",
"url": "https://ubuntu.com/security/notices/USN-6819-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6818-1 vom 2024-06-08",
"url": "https://ubuntu.com/security/notices/USN-6818-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6818-2 vom 2024-06-10",
"url": "https://ubuntu.com/security/notices/USN-6818-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1979-1 vom 2024-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018685.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6828-1 vom 2024-06-11",
"url": "https://ubuntu.com/security/notices/USN-6828-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1983-1 vom 2024-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018700.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6819-2 vom 2024-06-12",
"url": "https://ubuntu.com/security/notices/USN-6819-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2010-1 vom 2024-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018711.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2008-1 vom 2024-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018706.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6819-3 vom 2024-06-12",
"url": "https://ubuntu.com/security/notices/USN-6819-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6818-3 vom 2024-06-14",
"url": "https://ubuntu.com/security/notices/USN-6818-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6818-4 vom 2024-06-19",
"url": "https://ubuntu.com/security/notices/USN-6818-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2135-1 vom 2024-06-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018783.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2183-1 vom 2024-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018808.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2184-1 vom 2024-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018807.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2185-1 vom 2024-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018809.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2189-1 vom 2024-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018811.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3842 vom 2024-06-25",
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2190-1 vom 2024-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018819.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6819-4 vom 2024-06-26",
"url": "https://ubuntu.com/security/notices/USN-6819-4"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3843 vom 2024-06-27",
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3840 vom 2024-06-27",
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-022 vom 2024-07-03",
"url": "https://www.dell.com/support/kbdoc/de-de/000226633/dsa-2024-022-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2372-1 vom 2024-07-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018901.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2024-074 vom 2024-07-10",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2024-074.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2394-1 vom 2024-07-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018922.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2571-1 vom 2024-07-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019019.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162077 vom 2024-07-31",
"url": "https://www.ibm.com/support/pages/node/7162077"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-348 vom 2024-08-06",
"url": "https://www.dell.com/support/kbdoc/de-de/000227573/dsa-2024-348-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2802-1 vom 2024-08-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019133.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6950-1 vom 2024-08-09",
"url": "https://ubuntu.com/security/notices/USN-6950-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6951-1 vom 2024-08-09",
"url": "https://ubuntu.com/security/notices/USN-6951-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6953-1 vom 2024-08-09",
"url": "https://ubuntu.com/security/notices/USN-6953-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6956-1 vom 2024-08-13",
"url": "https://ubuntu.com/security/notices/USN-6956-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6950-2 vom 2024-08-13",
"url": "https://ubuntu.com/security/notices/USN-6950-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6957-1 vom 2024-08-13",
"url": "https://ubuntu.com/security/notices/USN-6957-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6950-3 vom 2024-08-13",
"url": "https://ubuntu.com/security/notices/USN-6950-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2894-1 vom 2024-08-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019182.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2892-1 vom 2024-08-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019188.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6951-2 vom 2024-08-14",
"url": "https://ubuntu.com/security/notices/USN-6951-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2901-1 vom 2024-08-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019194.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2929-1 vom 2024-08-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019209.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2939-1 vom 2024-08-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019211.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2947-1 vom 2024-08-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019220.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1489-1 vom 2024-08-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/D5LYDXV5ACGHUYO5XWLWD5VAOA5HLJ7U/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1663-1 vom 2024-08-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MFQEXBT2XPZQJMUF7MN6ZVO5FXVY4NKK/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6951-3 vom 2024-08-19",
"url": "https://ubuntu.com/security/notices/USN-6951-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1669-1 vom 2024-08-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019269.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1465-1 vom 2024-08-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019273.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:2973-1 vom 2024-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019280.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6951-4 vom 2024-08-21",
"url": "https://ubuntu.com/security/notices/USN-6951-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6950-4 vom 2024-08-21",
"url": "https://ubuntu.com/security/notices/USN-6950-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6979-1 vom 2024-08-22",
"url": "https://ubuntu.com/security/notices/USN-6979-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12606 vom 2024-09-03",
"url": "https://linux.oracle.com/errata/ELSA-2024-12606.html"
},
{
"category": "external",
"summary": "ORACLE OVMSA-2024-0011 vom 2024-09-04",
"url": "https://oss.oracle.com/pipermail/oraclevm-errata/2024-September/001099.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7169778 vom 2024-09-24",
"url": "https://www.ibm.com/support/pages/node/7169778"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7001 vom 2024-09-24",
"url": "https://access.redhat.com/errata/RHSA-2024:7001"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:7000 vom 2024-09-24",
"url": "https://access.redhat.com/errata/RHSA-2024:7000"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-7000 vom 2024-09-26",
"url": "https://linux.oracle.com/errata/ELSA-2024-7000.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:7001 vom 2024-09-30",
"url": "https://errata.build.resf.org/RLSA-2024:7001"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-422 vom 2024-10-10",
"url": "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12796 vom 2024-10-21",
"url": "https://linux.oracle.com/errata/ELSA-2024-12796.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin",
"url": "https://www.ibm.com/support/pages/node/7174634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:9315 vom 2024-11-12",
"url": "https://access.redhat.com/errata/RHSA-2024:9315"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7121-1 vom 2024-11-20",
"url": "https://ubuntu.com/security/notices/USN-7121-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7121-2 vom 2024-11-20",
"url": "https://ubuntu.com/security/notices/USN-7121-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7121-3 vom 2024-11-25",
"url": "https://ubuntu.com/security/notices/USN-7121-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7148-1 vom 2024-12-10",
"url": "https://ubuntu.com/security/notices/USN-7148-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7184-1 vom 2025-01-06",
"url": "https://ubuntu.com/security/notices/USN-7184-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7183-1 vom 2025-01-06",
"url": "https://ubuntu.com/security/notices/USN-7183-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7185-2 vom 2025-01-09",
"url": "https://ubuntu.com/security/notices/USN-7185-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-9315 vom 2025-01-13",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-January/017000.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0231-1 vom 2025-01-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020192.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2627 vom 2025-03-11",
"url": "https://access.redhat.com/errata/RHSA-2025:2627"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-2627 vom 2025-03-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-2627.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2705 vom 2025-03-18",
"url": "https://access.redhat.com/errata/RHSA-2025:2705"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3021 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:3021"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7229443 vom 2025-03-28",
"url": "https://www.ibm.com/support/pages/node/7229443"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7526 vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7526"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20249-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021072.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20166-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021176.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20008-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021403.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20028-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021386.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8796 vom 2025-06-11",
"url": "https://access.redhat.com/errata/RHSA-2025:8796"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01995-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021572.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10701 vom 2025-07-09",
"url": "https://access.redhat.com/errata/RHSA-2025:10701"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15016 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15016"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-2 vom 2025-10-21",
"url": "https://ubuntu.com/security/notices/USN-7829-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-1 vom 2025-10-21",
"url": "https://ubuntu.com/security/notices/USN-7829-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-3 vom 2025-10-22",
"url": "https://ubuntu.com/security/notices/USN-7829-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-4 vom 2025-10-27",
"url": "https://ubuntu.com/security/notices/USN-7829-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-5 vom 2025-10-28",
"url": "https://ubuntu.com/security/notices/USN-7829-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7829-6 vom 2025-11-04",
"url": "https://ubuntu.com/security/notices/USN-7829-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7933-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7933-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20324-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024171.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20319-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024176.html"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-15T23:00:00.000+00:00",
"generator": {
"date": "2026-02-16T13:26:29.717+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2024-0561",
"initial_release_date": "2024-03-05T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-03-05T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-03-12T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-03-24T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-18T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-04-22T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-04-23T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-04-28T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-02T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-06T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-05-07T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu und Dell aufgenommen"
},
{
"date": "2024-05-13T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-14T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-15T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2024-05-16T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-20T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-02T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-06-04T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-06-06T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-06-09T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-06-10T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-06-11T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2024-06-12T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2024-06-16T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-06-18T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-06-23T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-24T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-06-25T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2024-06-26T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-06-27T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-07-02T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-07-09T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-07-10T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Amazon und SUSE aufgenommen"
},
{
"date": "2024-07-22T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-08-05T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-08-06T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-08-08T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-08-12T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-08-13T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2024-08-14T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2024-08-15T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-08-18T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-08-19T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2024-08-21T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-08-22T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-09-02T22:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-09-04T22:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von ORACLE aufgenommen"
},
{
"date": "2024-09-23T22:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von IBM und Red Hat aufgenommen"
},
{
"date": "2024-09-25T22:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-09-30T22:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-10-09T22:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2024-10-21T22:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-10-31T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-11-12T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-19T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-11-20T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-11-25T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-12-10T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-01-06T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-01-09T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-01-13T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-01-26T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-10T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-11T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-03-17T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-18T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-20T22:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "90"
}
},
"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": "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_name",
"name": "Dell NetWorker",
"product": {
"name": "Dell NetWorker",
"product_id": "T024663",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:-"
}
}
},
{
"category": "product_version",
"name": "virtual",
"product": {
"name": "Dell NetWorker virtual",
"product_id": "T034583",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual"
}
}
},
{
"category": "product_version_range",
"name": "\u003c19.11",
"product": {
"name": "Dell NetWorker \u003c19.11",
"product_id": "T035785"
}
},
{
"category": "product_version",
"name": "19.11",
"product": {
"name": "Dell NetWorker 19.11",
"product_id": "T035785-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:19.11"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "EMC Avamar",
"product": {
"name": "EMC Avamar",
"product_id": "T014381",
"product_identification_helper": {
"cpe": "cpe:/a:emc:avamar:-"
}
}
}
],
"category": "vendor",
"name": "EMC"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "on Cloud Pak for Data",
"product": {
"name": "IBM DB2 on Cloud Pak for Data",
"product_id": "T042208",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:on_cloud_pak_for_data"
}
}
}
],
"category": "product_name",
"name": "DB2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP10 IF01",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP10 IF01",
"product_id": "T038741"
}
},
{
"category": "product_version",
"name": "7.5.0 UP10 IF01",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP10 IF01",
"product_id": "T038741-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up10_if01"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.16.3",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.16.3",
"product_id": "T037795"
}
},
{
"category": "product_version",
"name": "10.1.16.3",
"product": {
"name": "IBM Spectrum Protect Plus 10.1.16.3",
"product_id": "T037795-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.16.3"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T033266",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"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": "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-2023-52583",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52583"
},
{
"cve": "CVE-2023-52584",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52584"
},
{
"cve": "CVE-2023-52585",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52585"
},
{
"cve": "CVE-2023-52586",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52586"
},
{
"cve": "CVE-2023-52587",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52587"
},
{
"cve": "CVE-2023-52588",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52588"
},
{
"cve": "CVE-2023-52589",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52589"
},
{
"cve": "CVE-2023-52590",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52590"
},
{
"cve": "CVE-2023-52591",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52591"
},
{
"cve": "CVE-2023-52592",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52592"
},
{
"cve": "CVE-2023-52593",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52593"
},
{
"cve": "CVE-2023-52594",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52594"
},
{
"cve": "CVE-2023-52595",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52595"
},
{
"cve": "CVE-2023-52597",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52597"
},
{
"cve": "CVE-2023-52598",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52598"
},
{
"cve": "CVE-2023-52599",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52599"
},
{
"cve": "CVE-2023-52600",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52600"
},
{
"cve": "CVE-2023-52601",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52601"
},
{
"cve": "CVE-2023-52602",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52602"
},
{
"cve": "CVE-2023-52603",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52603"
},
{
"cve": "CVE-2023-52604",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52604"
},
{
"cve": "CVE-2023-52605",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52605"
},
{
"cve": "CVE-2023-52606",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52606"
},
{
"cve": "CVE-2023-52607",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2023-52607"
},
{
"cve": "CVE-2024-26623",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26623"
},
{
"cve": "CVE-2024-26624",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26624"
},
{
"cve": "CVE-2024-26625",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26625"
},
{
"cve": "CVE-2024-26626",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26626"
},
{
"cve": "CVE-2024-26627",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26627"
},
{
"cve": "CVE-2024-26628",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T042208",
"T004914",
"T033266",
"T032255",
"T035785",
"T038741",
"T037795",
"T014381",
"2951",
"T002207",
"T000126",
"T024663",
"398363"
]
},
"release_date": "2024-03-05T23:00:00.000+00:00",
"title": "CVE-2024-26628"
}
]
}
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.